]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslogins: be more explicit with -g in man page
authorKarel Zak <kzak@redhat.com>
Fri, 18 Aug 2017 08:29:54 +0000 (10:29 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Sep 2017 12:19:23 +0000 (14:19 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/lslogins.1

index 9506d29061e78fe77d240868322f9802b0841246..bd6955f8211b296452721184b65283d4756d3c91 100644 (file)
@@ -35,11 +35,16 @@ Output data in the format of NAME=VALUE.
 Display data about the users' last failed login attempts.
 .TP
 \fB\-G\fR, \fB\-\-supp\-groups\fR
-Show information about groups.
+Show information about supplementary groups.
 .TP
 \fB\-g\fR, \fB\-\-groups\fR=\fIgroups\fR
 Only show data of users belonging to \fIgroups\fR.  More than one group
 may be specified; the list has to be comma-separated.
+
+Note that relation between user and group may be invisible for primary group if
+the user is not explicitly specify as group member (e.g. in /etc/group). If the
+command lslogins scans for groups than it uses groups database only, and user
+database with primary GID is not used at all.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help information and exit.