diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /games/adventure | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'games/adventure')
-rw-r--r-- | games/adventure/adventure.6 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/games/adventure/adventure.6 b/games/adventure/adventure.6 index d55f1dc47a9..4d512653fc2 100644 --- a/games/adventure/adventure.6 +++ b/games/adventure/adventure.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adventure.6,v 1.8 2007/05/31 19:19:16 jmc Exp $ +.\" $OpenBSD: adventure.6,v 1.9 2014/09/08 01:27:54 schwarze Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ .\" .\" @(#)adventure.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 8 2014 $ .Dt ADVENTURE 6 .Os .Sh NAME @@ -54,7 +54,12 @@ To terminate a game, enter to save a game for later resumption, enter .Dq suspend . .Sh AUTHORS +.An -nosplit The game .Nm -was originally written in Fortran by Will Crowther and Don Woods. -It was later translated to C and enhanced by Jim Gillogly (jim@rand.org). +was originally written in Fortran by +.An Will Crowther +and +.An Don Woods . +It was later translated to C and enhanced by +.An Jim Gillogly Aq Mt jim@rand.org . |