]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: reference related commands from users(1) and groups(1)
authorPádraig Brady <P@draigBrady.com>
Thu, 22 Oct 2015 15:48:32 +0000 (16:48 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 27 Oct 2015 17:25:12 +0000 (17:25 +0000)
* man/users.x: See also getent, who
* man/groups.x: See also getent
Addresses http://bugs.gnu.org/21735

man/groups.x
man/users.x

index 1e42fed3007f20ef19a0f6f4dc24ff8b1c9be852..fad68455f92cbeb37157bef866f51a2f65597980 100644 (file)
@@ -2,3 +2,5 @@
 groups \- print the groups a user is in
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+getent(1)
index ca0f9ca12cf2a06176b38a74d0b1cec1934d2281..d15001ebb0f3335ecb3c744b5b866d2680b9fc00 100644 (file)
@@ -2,3 +2,5 @@
 users \- print the user names of users currently logged in to the current host
 [DESCRIPTION]
 .\" Add any additional description here
+[SEE ALSO]
+getent(1), who(1)