=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/id/id.1,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/id/id.1 2010/09/03 11:09:29 1.17 --- src/usr.bin/id/id.1 2015/05/19 16:03:19 1.18 *************** *** 1,4 **** ! .\" $OpenBSD: id.1,v 1.17 2010/09/03 11:09:29 jmc Exp $ .\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $ .\" .\" Copyright (c) 1991, 1993, 1994 --- 1,4 ---- ! .\" $OpenBSD: id.1,v 1.18 2015/05/19 16:03:19 millert Exp $ .\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $ .\" .\" Copyright (c) 1991, 1993, 1994 *************** *** 33,39 **** .\" .\" @(#)id.1 8.2 (Berkeley) 5/5/94 .\" ! .Dd $Mdocdate: September 3 2010 $ .Dt ID 1 .Os .Sh NAME --- 33,39 ---- .\" .\" @(#)id.1 8.2 (Berkeley) 5/5/94 .\" ! .Dd $Mdocdate: May 19 2015 $ .Dt ID 1 .Os .Sh NAME *************** *** 43,48 **** --- 43,51 ---- .Nm id .Op Ar user .Nm id + .Fl c + .Op Ar user + .Nm id .Fl G Op Fl n .Op Ar user .Nm id *************** *** 70,75 **** --- 73,81 ---- .Pp The options are as follows: .Bl -tag -width Ds + .It Fl c + Display the login class of the real user ID or the specified + .Ar user . .It Fl G Display the different group IDs (effective, real and supplementary) as whitespace separated numbers, in no particular order. *************** *** 104,109 **** --- 110,119 ---- The list of groups to which the user belongs is then displayed as names, preceded by the keyword .Dq groups . + If there is a login class specified for the user in the + .Xr passwd 5 + database, it is displayed, preceded by the keyword + .Dq class . Each display is on a separate line. .It Fl r Display the real ID for the *************** *** 117,123 **** .Sh EXIT STATUS .Ex -std id .Sh SEE ALSO ! .Xr who 1 .Sh STANDARDS The .Nm --- 127,134 ---- .Sh EXIT STATUS .Ex -std id .Sh SEE ALSO ! .Xr who 1 , ! .Xr login.conf 5 .Sh STANDARDS The .Nm *************** *** 125,133 **** .St -p1003.1-2008 specification. .Pp ! The flag ! .Op Fl p ! is an extension to that specification. .Sh HISTORY The historic --- 136,144 ---- .St -p1003.1-2008 specification. .Pp ! The flags ! .Op Fl cp ! are extensions to that specification. .Sh HISTORY The historic