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 | |
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')
-rw-r--r-- | usr.bin/column/column.1 | 4 | ||||
-rw-r--r-- | usr.bin/comm/comm.1 | 4 | ||||
-rw-r--r-- | usr.bin/compile_et/compile_et.1 | 6 | ||||
-rw-r--r-- | usr.bin/hexdump/od.1 | 4 | ||||
-rw-r--r-- | usr.bin/id/groups.1 | 3 | ||||
-rw-r--r-- | usr.bin/id/whoami.1 | 3 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 3 |
7 files changed, 15 insertions, 12 deletions
diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index e4b6d93a2e4..bc39fa052be 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: column.1,v 1.6 1999/06/05 01:21:21 aaron Exp $ +.\" $OpenBSD: column.1,v 1.7 1999/07/07 10:50:07 aaron Exp $ .\" $NetBSD: column.1,v 1.3 1995/03/26 09:08:28 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -35,8 +35,8 @@ .\" @(#)column.1 8.1 (Berkeley) 6/6/93 .\" .Dd June 6, 1993 -.Os .Dt COLUMN 1 +.Os .Sh NAME .Nm column .Nd columnate lists diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index cad3d9764b7..94243707820 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.5 1999/06/05 01:21:22 aaron Exp $ +.\" $OpenBSD: comm.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -38,8 +38,8 @@ .\" @(#)comm.1 8.1 (Berkeley) 6/6/93 .\" .Dd June 6, 1993 -.Os .Dt COMM 1 +.Os .Sh NAME .Nm comm .Nd select or reject lines common to two files diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index 85bb8cf5557..eff37f720e5 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,12 +1,12 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $OpenBSD: compile_et.1,v 1.5 1999/07/04 11:53:52 aaron Exp $ -.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.5 1999/07/04 11:53:52 aaron Exp $ +.\" $OpenBSD: compile_et.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ +.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ .\" .Dd November 22, 1988 -.Os .Dt COMPILE_ET 1 +.Os .Sh NAME .Nm compile_et .Nd error table compiler diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 43a370a9923..392633fa153 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: od.1,v 1.5 1999/07/04 11:53:55 aaron Exp $ +.\" $OpenBSD: od.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,8 +33,8 @@ .\" from: @(#)od.1 5.7 (Berkeley) 7/22/91 .\" .Dd July 27, 1991 -.Os .Dt OD 1 +.Os .Sh NAME .Nm od .Nd octal, decimal, hex, ascii dump 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 diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 475a4c81c03..10e41636e84 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,9 +1,10 @@ -.\" $OpenBSD: rpcgen.1,v 1.4 1998/09/27 16:57:51 aaron Exp $ +.\" $OpenBSD: rpcgen.1,v 1.5 1999/07/07 10:50:07 aaron Exp $ .\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $ .\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89 .\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. .Dd June 11, 1995 .Dt RPCGEN 1 +.Os .Sh NAME .Nm rpcgen .Nd RPC protocol compiler |