summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2015-07-15 16:14:32 +0200
committerKarel Zak2015-07-15 16:14:32 +0200
commit2b8a9bda07829886acde73a6c31fe010950236fd (patch)
tree65986be6e18e571937f85078b91e786fb8c86020
parentbash-completion: cal: add --twelve and --color options (diff)
downloadkernel-qcow2-util-linux-2b8a9bda07829886acde73a6c31fe010950236fd.tar.gz
kernel-qcow2-util-linux-2b8a9bda07829886acde73a6c31fe010950236fd.tar.xz
kernel-qcow2-util-linux-2b8a9bda07829886acde73a6c31fe010950236fd.zip
lslogins: fix --user-accs and --system-accs docs
Reported-by: Mantas Mikulėnas <grawity@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--login-utils/lslogins.116
1 files changed, 8 insertions, 8 deletions
diff --git a/login-utils/lslogins.1 b/login-utils/lslogins.1
index ad52936a4..5ebc41788 100644
--- a/login-utils/lslogins.1
+++ b/login-utils/lslogins.1
@@ -71,21 +71,21 @@ Display information related to login by password (see also \fB\-afL).
\fB\-r\fR, \fB\-\-raw\fR
Raw output (no columnation).
.TP
-\fB\-s\fR, \fB\-\-system\-accs\fR[=\fIthreshold\fR]
+\fB\-s\fR, \fB\-\-system\-accs\fR
Show system accounts. These are by default all accounts with a UID below 1000
-(non-inclusive), with the exception of either nobody or nfsnobody (UID 65534). The UID
-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).
+(non-inclusive), with the exception of either nobody or nfsnobody (UID 65534).
+This hardcoded default maybe overwritten by parameters SYS_UID_MIN and SYS_UID_MAX in
+the file /etc/login.defs.
.TP
\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
-\fB\-u\fR, \fB\-\-user\-accs\fR[=\fIthreshold\fR]
+\fB\-u\fR, \fB\-\-user\-accs\fR
Show user accounts. These are by default all accounts with UID above 1000
-(inclusive), with the exception of either nobody or nfsnobody (UID 65534). The UID
-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).
+(inclusive), with the exception of either nobody or nfsnobody (UID 65534).
+This hardcoded default maybe overwritten by parameters UID_MIN and UID_MAX in
+the file /etc/login.defs.
.TP
\fB\-V\fR, \fB\-\-version\fR
Display version information and exit.