summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-10-22 16:48:32 +0100
committerPádraig Brady <P@draigBrady.com>2015-10-27 17:25:12 +0000
commitbadff99041222b89df690c48980a00258fc01e6d (patch)
tree465327c9657d6fccb463aae38ad49287a60db215 /man
parent9459d9d8112fe7816022665b5016c2014bb625f3 (diff)
downloadcoreutils-badff99041222b89df690c48980a00258fc01e6d.tar.xz
doc: reference related commands from users(1) and groups(1)
* man/users.x: See also getent, who * man/groups.x: See also getent Addresses http://bugs.gnu.org/21735
Diffstat (limited to 'man')
-rw-r--r--man/groups.x2
-rw-r--r--man/users.x2
2 files changed, 4 insertions, 0 deletions
diff --git a/man/groups.x b/man/groups.x
index 1e42fed30..fad68455f 100644
--- a/man/groups.x
+++ b/man/groups.x
@@ -2,3 +2,5 @@
groups \- print the groups a user is in
[DESCRIPTION]
.\" Add any additional description here
+[SEE ALSO]
+getent(1)
diff --git a/man/users.x b/man/users.x
index ca0f9ca12..d15001ebb 100644
--- a/man/users.x
+++ b/man/users.x
@@ -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)