From: Karel Zak Date: Wed, 15 Jul 2015 14:14:32 +0000 (+0200) Subject: lslogins: fix --user-accs and --system-accs docs X-Git-Tag: v2.27-rc1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8a9bda07829886acde73a6c31fe010950236fd;p=thirdparty%2Futil-linux.git lslogins: fix --user-accs and --system-accs docs Reported-by: Mantas Mikulėnas Signed-off-by: Karel Zak --- diff --git a/login-utils/lslogins.1 b/login-utils/lslogins.1 index ad52936a48..5ebc417884 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.