From b95fde2cf7bcb5b77d903819664a797beb3a8b06 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Mon, 10 Feb 2014 10:37:35 +0800 Subject: [PATCH] docs: grammar fixes in formatdomain Some grammar fixes. s/namespace,set/namespace, set s/container being allowed/container are allowed s/the uid/The uid Signed-off-by: Chen Hanxiao --- docs/formatdomain.html.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index ab9cd4c63d..b8092607fe 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -286,18 +286,18 @@

- If you want to enable user namespace,set the idmap element. - the uid and gid elements have three attributes: + If you want to enable user namespace, set the idmap element. + The uid and gid elements have three attributes:

start
-
First user id in container.
+
First user ID in container.
target
-
The first user id in container will be mapped to this target user - id in host.
+
The first user ID in container will be mapped to this target user + ID in host.
count
-
How many users in container being allowed to map to host's user.
+
How many users in container are allowed to map to host's user.