From b06c1ca6f8708e541d102843ed9b9bd38ce207cd Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Mon, 19 Jan 2015 20:11:52 -0500 Subject: docs: restore minus symbols in long opts Signed-off-by: J William Piggott --- sys-utils/unshare.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/unshare.1') diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 0ef43a1c9..f5975d180 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -68,14 +68,14 @@ Unshare the user namespace. Fork the specified \fIprogram\fR as a child process of \fBunshare\fR rather than running it directly. This is useful when creating a new pid namespace. .TP -.BR \-\-mount-proc "[=\fImountpoint\fP]" +.BR \-\-mount\-proc "[=\fImountpoint\fP]" Just before running the program, mount the proc filesystem at \fImountpoint\fP (default is /proc). This is useful when creating a new pid namespace. It also implies creating a new mount namespace since the /proc mount would otherwise mess up existing programs on the system. The new proc filesystem is explicitly mounted as private (by MS_PRIVATE|MS_REC). .TP -.BR \-r , " \-\-map-root-user" +.BR \-r , " \-\-map\-root\-user" Run the program only after the current effective user and group IDs have been mapped to the superuser UID and GID in the newly created user namespace. This makes it possible to conveniently gain capabilities needed to manage various aspects of the newly created -- cgit v1.2.3-55-g7522