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 /games | |
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 'games')
-rw-r--r-- | games/bs/bs.6 | 3 | ||||
-rw-r--r-- | games/hunt/hunt/hunt.6 | 4 | ||||
-rw-r--r-- | games/hunt/huntd/huntd.6 | 4 | ||||
-rw-r--r-- | games/worms/worms.6 | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/games/bs/bs.6 b/games/bs/bs.6 index 9cabde701bf..48e6a76f84f 100644 --- a/games/bs/bs.6 +++ b/games/bs/bs.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bs.6,v 1.4 1998/12/15 19:18:27 pjanzen Exp $ +.\" $OpenBSD: bs.6,v 1.5 1999/07/07 10:50:15 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -32,6 +32,7 @@ .\" .Dd August 4, 1997 .Dt BATTLESHIPS 6 +.Os .Sh NAME .Nm bs .Nd battleships game diff --git a/games/hunt/hunt/hunt.6 b/games/hunt/hunt/hunt.6 index 7ac4fc914df..4c342895337 100644 --- a/games/hunt/hunt/hunt.6 +++ b/games/hunt/hunt/hunt.6 @@ -1,5 +1,5 @@ .\" $NetBSD: hunt.6,v 1.3 1997/10/10 16:32:30 lukem Exp $ -.\" $OpenBSD: hunt.6,v 1.6 1999/05/23 14:11:07 aaron Exp $ +.\" $OpenBSD: hunt.6,v 1.7 1999/07/07 10:50:15 aaron Exp $ .\" .\" hunt .\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -10,8 +10,8 @@ .\" specifies the terms and conditions for redistribution. .\" .Dd August 21, 1986 -.Os .Dt HUNT 6 +.Os .Sh NAME .Nm hunt .Nd a multi-player multi-terminal game diff --git a/games/hunt/huntd/huntd.6 b/games/hunt/huntd/huntd.6 index 1dc55db4613..b284dd74057 100644 --- a/games/hunt/huntd/huntd.6 +++ b/games/hunt/huntd/huntd.6 @@ -1,5 +1,5 @@ .\" $NetBSD: huntd.6,v 1.3 1998/01/09 08:03:42 perry Exp $ -.\" $OpenBSD: huntd.6,v 1.6 1999/05/23 14:11:08 aaron Exp $ +.\" $OpenBSD: huntd.6,v 1.7 1999/07/07 10:50:15 aaron Exp $ .\" .\" Hunt .\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -10,8 +10,8 @@ .\" specifies the terms and conditions for redistribution. .\" .Dd August 21, 1986 -.Os .Dt HUNTD 6 +.Os .Sh NAME .Nm huntd .Nd hunt daemon, back-end for hunt game diff --git a/games/worms/worms.6 b/games/worms/worms.6 index a42dba5417c..b1e4b4b3df3 100644 --- a/games/worms/worms.6 +++ b/games/worms/worms.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: worms.6,v 1.7 1999/03/20 18:54:47 pjanzen Exp $ +.\" $OpenBSD: worms.6,v 1.8 1999/07/07 10:50:15 aaron Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -35,6 +35,7 @@ .\" .Dd May 31, 1993 .Dt WORMS 6 +.Os .Sh NAME .Nm worms .Nd animate worms on a display terminal |