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 /lib/libc | |
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 'lib/libc')
-rw-r--r-- | lib/libc/db/man/btree.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/dbm.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/hash.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/mpool.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/recno.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/ftok.3 | 4 | ||||
-rw-r--r-- | lib/libc/hash/rmd160.3 | 3 | ||||
-rw-r--r-- | lib/libc/hash/sha1.3 | 3 | ||||
-rw-r--r-- | lib/libc/sys/swapctl.2 | 2 | ||||
-rw-r--r-- | lib/libc/time/strptime.3 | 4 | ||||
-rw-r--r-- | lib/libc/time/zdump.8 | 4 | ||||
-rw-r--r-- | lib/libc/time/zic.8 | 4 |
14 files changed, 27 insertions, 25 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 71b398a1ba1..623c7c3341e 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.10 1999/07/04 18:59:42 aaron Exp $ +.\" $OpenBSD: btree.3,v 1.11 1999/07/07 10:50:04 aaron Exp $ .\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -37,8 +37,8 @@ .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" .Dd August 18, 1994 -.Os .Dt BTREE 3 +.Os .Sh NAME .Nm btree .Nd btree database access method diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index 46d0289f8b5..17d1c4628ad 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbm.3,v 1.4 1999/07/02 17:04:15 aaron Exp $ +.\" $OpenBSD: dbm.3,v 1.5 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -26,8 +26,8 @@ .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd February 14, 1999 -.Os .Dt DBM 3 +.Os .Sh NAME .Nm dbm , .Nm dbminit , diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 011bdff3d52..35f6886acae 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.11 1999/05/28 01:57:32 aaron Exp $ +.\" $OpenBSD: dbopen.3,v 1.12 1999/07/07 10:50:04 aaron Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -37,8 +37,8 @@ .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" .Dd January 2, 1994 -.Os .Dt DBOPEN 3 +.Os .Sh NAME .Nm dbopen .Nd database access methods diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 413a734b9e0..05f7900e8e9 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.3,v 1.7 1999/07/04 18:59:42 aaron Exp $ +.\" $OpenBSD: hash.3,v 1.8 1999/07/07 10:50:04 aaron Exp $ .\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -37,8 +37,8 @@ .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" .Dd August 18, 1994 -.Os .Dt HASH 3 +.Os .Sh NAME .Nm hash .Nd hash database access method diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 23986d5efe0..ba73ea58651 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.7 1999/06/05 04:47:41 aaron Exp $ +.\" $OpenBSD: mpool.3,v 1.8 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,8 +34,8 @@ .\" @(#)mpool.3 8.1 (Berkeley) 6/4/93 .\" .Dd February 25, 1999 -.Os .Dt MPOOL 3 +.Os .Sh NAME .Nm mpool .Nd shared memory buffer pool diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index f0b3567ec63..c235bca5d1b 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,8 +1,8 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.7 1999/05/23 14:10:58 aaron Exp $ +.\" $OpenBSD: ndbm.3,v 1.8 1999/07/07 10:50:04 aaron Exp $ .Dd May 13, 1998 -.Os .Dt NDBM 3 +.Os .Sh NAME .Nm ndbm .Nd database access methods diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index 992f71d5c54..b69827e31b1 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.6 1999/06/05 04:47:41 aaron Exp $ +.\" $OpenBSD: recno.3,v 1.7 1999/07/07 10:50:04 aaron Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -37,8 +37,8 @@ .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" .Dd August 18, 1994 -.Os .Dt RECNO 3 +.Os .Sh NAME .Nm recno .Nd record number database access method diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 6b415a80b2b..4e0dec0c8c3 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftok.3,v 1.6 1999/06/03 10:03:20 aaron Exp $ +.\" $OpenBSD: ftok.3,v 1.7 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -26,8 +26,8 @@ .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd June 24, 1994 -.Os .Dt ftok 3 +.Os .Sh NAME .Nm ftok .Nd create IPC indentifier from a pathname diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3 index 87d148322ed..746459c2a38 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.8 1999/05/25 21:16:24 aaron Exp $ +.\" $OpenBSD: rmd160.3,v 1.9 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -30,6 +30,7 @@ .\" .Dd July 16, 1997 .Dt RMD160 3 +.Os .Sh NAME .Nm RMD160Init , .Nm RMD160Update , diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index 50d318e079a..34fe47ec702 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.13 1999/05/25 21:16:25 aaron Exp $ +.\" $OpenBSD: sha1.3,v 1.14 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -29,6 +29,7 @@ .\" .Dd July 10, 1997 .Dt SHA1 3 +.Os .Sh NAME .Nm SHA1Init , .Nm SHA1Update , diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 5c49e7bbdc4..da598256174 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -34,7 +34,7 @@ .\" .Dd June 20, 1997 .Dt SWAPCTL 2 -.Os NetBSD +.Os .Sh NAME .Nm swapctl .Nd modify swap configuration diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3 index 4e09c898e58..74ab569c673 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.4 1998/04/25 08:10:44 deraadt Exp $ +.\" $OpenBSD: strptime.3,v 1.5 1999/07/07 10:50:04 aaron Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,8 +34,8 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd March 14, 1998 -.Os .Dt STRPTIME 3 +.Os .Sh NAME .Nm strptime .Nd converts a character string to a time value diff --git a/lib/libc/time/zdump.8 b/lib/libc/time/zdump.8 index dddead965a8..e2c9c956280 100644 --- a/lib/libc/time/zdump.8 +++ b/lib/libc/time/zdump.8 @@ -1,7 +1,7 @@ -.\" $OpenBSD: zdump.8,v 1.4 1999/05/25 00:49:42 aaron Exp $ +.\" $OpenBSD: zdump.8,v 1.5 1999/07/07 10:50:05 aaron Exp $ .Dd May 23, 1999 -.Os .Dt ZDUMP 8 +.Os .Sh NAME .Nm zdump .Nd time zone dumper diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8 index 1dacba739bd..2dbc8d20783 100644 --- a/lib/libc/time/zic.8 +++ b/lib/libc/time/zic.8 @@ -1,7 +1,7 @@ -.\" $OpenBSD: zic.8,v 1.7 1999/05/25 00:49:43 aaron Exp $ +.\" $OpenBSD: zic.8,v 1.8 1999/07/07 10:50:05 aaron Exp $ .Dd May 23, 1999 -.Os .Dt ZIC 8 +.Os .Sh NAME .Nm zic .Nd time zone compiler |