summaryrefslogtreecommitdiffstats
path: root/login-utils/su.1
diff options
context:
space:
mode:
authorJ William Piggott2015-01-20 02:11:52 +0100
committerJ William Piggott2015-01-21 00:15:30 +0100
commitb06c1ca6f8708e541d102843ed9b9bd38ce207cd (patch)
tree29c49ad44541dd7f3b67f9c744b9a9b625b675ae /login-utils/su.1
parentlibfdisk: accept Start offset in {B,M,G..}iB in sfdisk scripts (diff)
downloadkernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.gz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.xz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.zip
docs: restore minus symbols in long opts
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'login-utils/su.1')
-rw-r--r--login-utils/su.18
1 files changed, 4 insertions, 4 deletions
diff --git a/login-utils/su.1 b/login-utils/su.1
index d0635829b..f5fecf199 100644
--- a/login-utils/su.1
+++ b/login-utils/su.1
@@ -56,7 +56,7 @@ to the shell, which may or may not be useful, depending on the shell.
.BR \-g , " \-\-group" = \fIgroup
Specify the primary group. This option is available to the root user only.
.TP
-.BR \-G , " \-\-supp-group" = \fIgroup
+.BR \-G , " \-\-supp\-group" = \fIgroup
Specify a supplemental group. This option is available to the root user only.
.TP
.BR \- , " \-l" , " \-\-login"
@@ -85,7 +85,7 @@ sets argv[0] of the shell to
in order to make the shell a login shell
.RE
.TP
-.BR \-m , " \-p" , " \-\-preserve-environment"
+.BR \-m , " \-p" , " \-\-preserve\-environment"
Preserve the entire environment, i.e. it does not set
.BR HOME ,
.BR SHELL ,
@@ -107,7 +107,7 @@ o
the shell specified in the environment variable
.BR SHELL ,
if the
-.B \-\-preserve-environment
+.B \-\-preserve\-environment
option is used
.TP
o
@@ -124,7 +124,7 @@ option and the
.B SHELL
environment variables are ignored unless the calling user is root.
.TP
-.BI \-\-session-command= command
+.BI \-\-session\-command= command
Same as
.B \-c
but do not create a new session. (Discouraged.)