doc: fix typo in virt-install man page

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2014-03-10 12:41:17 +01:00
parent 907c9c4dec
commit 27db4dac8f
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ the 'user' namespace will be enabled to apply these.
A suitably configured UID/GID mapping is a pre-requisite to
make containers secure, in the absence of sVirt confinement.
--idmap can be sepicified to enable user namespace for LXC containers
--idmap can be specified to enable user namespace for LXC containers
Example:
--idmap uid_start=0,uid_target=1000,uid_count=10,gid_start=0,gid_target=1000,gid_count=10