diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
commit | 0439adb45f5e0f2f2a97d32d1ac63792cba9e0e5 (patch) | |
tree | 1bdfe30bcd64627ce163463f9200fd7e9e14b844 /usr.bin/id | |
parent | 5ef0416431133ddf7645e5677f9773ca68c65c65 (diff) |
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
Diffstat (limited to 'usr.bin/id')
-rw-r--r-- | usr.bin/id/groups.1 | 3 | ||||
-rw-r--r-- | usr.bin/id/whoami.1 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index a5111c6164d..457b1722f4e 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groups.1,v 1.5 1999/07/02 20:11:45 aaron Exp $ +.\" $OpenBSD: groups.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,6 +35,7 @@ .Dd June 6, 1993 .Dt GROUPS 1 .UC +.Os .Sh NAME .Nm groups .Nd show group memberships diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index a24298d0456..e5d657ed221 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whoami.1,v 1.5 1999/07/02 20:11:45 aaron Exp $ +.\" $OpenBSD: whoami.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -35,6 +35,7 @@ .Dd June 6, 1993 .Dt WHOAMI 1 .UC +.Os .Sh NAME .Nm whoami .Nd display effective user id |