]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix subtle typo
authorfREW Schmidt <frioux@gmail.com>
Mon, 7 Dec 2015 22:16:30 +0000 (14:16 -0800)
committerfREW Schmidt <frioux@gmail.com>
Mon, 7 Dec 2015 22:16:30 +0000 (14:16 -0800)
sys-utils/unshare.1

index 14755e7286c68db3c32315ebc1f123126c8d39cf..71a0a3676c4ea3c57426c99bc559f9f78ff2e757 100644 (file)
@@ -143,7 +143,7 @@ Establish a user namespace as an unprivileged user with a root user within it.
 .TQ
 .B # touch /root/uts-ns
 .TQ
-.B # unshare --uts=/root/uts-ns hostanme FOO
+.B # unshare --uts=/root/uts-ns hostname FOO
 .TQ
 .B # nsenter --uts=/root/uts-ns hostname
 .TQ