From 27db4dac8fe75527374948807b1143e2ac28afbe Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 10 Mar 2014 12:41:17 +0100 Subject: [PATCH] doc: fix typo in virt-install man page Signed-off-by: Giuseppe Scrivano --- man/virt-install.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-install.pod b/man/virt-install.pod index 259a4435d..3030f8d8a 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