From: Chen Hanxiao Date: Mon, 10 Feb 2014 02:37:35 +0000 (+0800) Subject: docs: grammar fixes in formatdomain X-Git-Tag: v1.2.2-rc1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95fde2cf7bcb5b77d903819664a797beb3a8b06;p=thirdparty%2Flibvirt.git 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 --- 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.