id(1) can handle uid arguments

This commit is contained in:
Rob Pilling
2013-12-01 11:40:49 +00:00
committed by sin
parent fd8c3b6438
commit d453be2ae1
2 changed files with 39 additions and 18 deletions

6
id.1
View File

@@ -3,10 +3,10 @@
id \- print real and effective user and group IDs
.SH SYNOPSIS
.B id
.RB [ user ]
.RB [ user | uid ]
.SH DESCRIPTION
Print user and group information of the calling process to standard output.
If a login name is specified, the user and group information of that user
is displayed.
If a login name or uid is specified, the user and group information of that
user is displayed.
.SH SEE ALSO
.IR who(1)