From: Pádraig Brady Date: Thu, 22 Oct 2015 15:48:32 +0000 (+0100) Subject: doc: reference related commands from users(1) and groups(1) X-Git-Tag: v8.25~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badff99041222b89df690c48980a00258fc01e6d;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/man/groups.x b/man/groups.x index 1e42fed300..fad68455f9 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 ca0f9ca12c..d15001ebb0 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)