summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-03-10 12:41:17 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-03-10 12:52:19 +0100
commit27db4dac8fe75527374948807b1143e2ac28afbe (patch)
tree3e166a20342e84a0fd91be8d3ee0ba2c4ed91c0a
parent907c9c4dec4ed98456b5c23ef9311564f10629fe (diff)
downloadvirt-manager-27db4dac8fe75527374948807b1143e2ac28afbe.tar.gz
doc: fix typo in virt-install man page
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--man/virt-install.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 259a4435..3030f8d8 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -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