summaryrefslogtreecommitdiffstats
path: root/login-utils
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils')
-rw-r--r--login-utils/chfn.16
-rw-r--r--login-utils/chsh.12
-rw-r--r--login-utils/lslogins.12
-rw-r--r--login-utils/runuser.16
-rw-r--r--login-utils/su.18
5 files changed, 12 insertions, 12 deletions
diff --git a/login-utils/chfn.1 b/login-utils/chfn.1
index 564fed301..bd93449ea 100644
--- a/login-utils/chfn.1
+++ b/login-utils/chfn.1
@@ -52,16 +52,16 @@ otherwise use \fBypchfn\fR, \fBlchfn\fR or any other implementation for
non-local entries.
.SH OPTIONS
.TP
-.BR \-f , " \-\-full-name " \fIfull-name
+.BR \-f , " \-\-full\-name " \fIfull-name
Specify your real name.
.TP
.BR \-o , " \-\-office " \fIoffice
Specify your office room number.
.TP
-.BR \-p , " \-\-office-phone " \fIoffice-phone
+.BR \-p , " \-\-office\-phone " \fIoffice-phone
Specify your office phone number.
.TP
-.BR \-h , " \-\-home-phone " \fIhome-phone
+.BR \-h , " \-\-home\-phone " \fIhome-phone
Specify your home phone number.
.TP
.BR \-u , " \-\-help"
diff --git a/login-utils/chsh.1 b/login-utils/chsh.1
index eb59c5c06..33082a61a 100644
--- a/login-utils/chsh.1
+++ b/login-utils/chsh.1
@@ -33,7 +33,7 @@ non-local entries.
.BR \-s , " \-\-shell " \fIshell
Specify your login shell.
.TP
-.BR \-l , " \-\-list-shells"
+.BR \-l , " \-\-list\-shells"
Print the list of shells listed in
.I /etc/shells
and exit.
diff --git a/login-utils/lslogins.1 b/login-utils/lslogins.1
index fb45b79db..fd1c66157 100644
--- a/login-utils/lslogins.1
+++ b/login-utils/lslogins.1
@@ -77,7 +77,7 @@ Show system accounts. These are by default all accounts with a UID below 1000
threshold can also be specified explicitly (necessary for some distributions that
allocate UIDs starting from 100, 500 - or an entirely different value - rather than 1000).
.TP
-\fB\-\-time-format\fR \fItype\fP
+\fB\-\-time\-format\fR \fItype\fP
Display dates in short, full or iso format. The default is short, this time
format is designed to be space efficient and human readable.
.TP
diff --git a/login-utils/runuser.1 b/login-utils/runuser.1
index 3526c070c..1fec182c8 100644
--- a/login-utils/runuser.1
+++ b/login-utils/runuser.1
@@ -66,7 +66,7 @@ shell.
.BR \-g , " \-\-group" = \fIgroup
The primary group to be used. This option is allowed for the root user only.
.TP
-.BR \-G , " \-\-supp-group" = \fIgroup
+.BR \-G , " \-\-supp\-group" = \fIgroup
A supplemental group to be used. This option is allowed for the root user only.
.TP
.BR \- , " \-l" , " \-\-login"
@@ -95,7 +95,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 ,
@@ -117,7 +117,7 @@ o
the shell specified in the environment variable
.B SHELL
if the
-.B \-\-preserve-environment
+.B \-\-preserve\-environment
option is used
.TP
o
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.)