diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/id | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/id')
-rw-r--r-- | usr.bin/id/groups.1 | 6 | ||||
-rw-r--r-- | usr.bin/id/id.1 | 6 | ||||
-rw-r--r-- | usr.bin/id/whoami.1 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 952e8c1e516..bd2ffea7432 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groups.1,v 1.11 2009/01/04 11:19:55 sobrado Exp $ +.\" $OpenBSD: groups.1,v 1.12 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)groups.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: January 4 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt GROUPS 1 .Os .Sh NAME @@ -53,7 +53,7 @@ The .Nm utility displays the groups to which you (or the optionally specified user) belong. -.Pp +.Sh EXIT STATUS .Ex -std groups .Sh SEE ALSO .Xr id 1 diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index 74a8cf04f06..ba4b1bcdda3 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: id.1,v 1.16 2009/02/08 17:15:10 jmc Exp $ +.\" $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 @@ -33,7 +33,7 @@ .\" .\" @(#)id.1 8.2 (Berkeley) 5/5/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt ID 1 .Os .Sh NAME @@ -114,7 +114,7 @@ options instead of the effective ID. .It Fl u Display the effective user ID as a number. .El -.Pp +.Sh EXIT STATUS .Ex -std id .Sh SEE ALSO .Xr who 1 diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index a5748390dee..9e4b7ed683e 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whoami.1,v 1.12 2009/01/04 11:19:55 sobrado Exp $ +.\" $OpenBSD: whoami.1,v 1.13 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)whoami.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: January 4 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt WHOAMI 1 .Os .Sh NAME @@ -51,7 +51,7 @@ is suggested for normal interactive use. The .Nm utility displays your effective user ID as a name. -.Pp +.Sh EXIT STATUS .Ex -std whoami .Sh SEE ALSO .Xr id 1 |