]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: grammar fixes in formatdomain
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Mon, 10 Feb 2014 02:37:35 +0000 (10:37 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 10 Feb 2014 21:14:43 +0000 (14:14 -0700)
Some grammar fixes.

s/namespace,set/namespace, set
s/container being allowed/container are allowed
s/the <code>uid/The <code>uid

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
docs/formatdomain.html.in

index ab9cd4c63d4abe65b3d4bc2acb398a818710599a..b8092607fe1bb201303651230d34e86ac87b2a0b 100644 (file)
 
 
     <p>
-      If you want to enable user namespace,set the <code>idmap</code> element.
-      the <code>uid</code> and <code>gid</code> elements have three attributes:
+      If you want to enable user namespace, set the <code>idmap</code> element.
+      The <code>uid</code> and <code>gid</code> elements have three attributes:
     </p>
 
     <dl>
       <dt><code>start</code></dt>
-      <dd>First user id in container.</dd>
+      <dd>First user ID in container.</dd>
       <dt><code>target</code></dt>
-      <dd>The first user id in container will be mapped to this target user
-          id in host.</dd>
+      <dd>The first user ID in container will be mapped to this target user
+          ID in host.</dd>
       <dt><code>count</code></dt>
-      <dd>How many users in container being allowed to map to host's user.</dd>
+      <dd>How many users in container are allowed to map to host's user.</dd>
     </dl>
 
     <pre>