mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: grammar fixes in formatdomain
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>
This commit is contained in:
parent
cc25e45158
commit
b95fde2cf7
@ -286,18 +286,18 @@
|
|||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you want to enable user namespace,set the <code>idmap</code> element.
|
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:
|
The <code>uid</code> and <code>gid</code> elements have three attributes:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code>start</code></dt>
|
<dt><code>start</code></dt>
|
||||||
<dd>First user id in container.</dd>
|
<dd>First user ID in container.</dd>
|
||||||
<dt><code>target</code></dt>
|
<dt><code>target</code></dt>
|
||||||
<dd>The first user id in container will be mapped to this target user
|
<dd>The first user ID in container will be mapped to this target user
|
||||||
id in host.</dd>
|
ID in host.</dd>
|
||||||
<dt><code>count</code></dt>
|
<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>
|
</dl>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user