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/tetris | |
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/tetris')
-rw-r--r-- | games/tetris/tetris.6 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6 index a13212feebc..6819bdc99bc 100644 --- a/games/tetris/tetris.6 +++ b/games/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tetris.6,v 1.14 2007/05/31 19:19:18 jmc Exp $ +.\" $OpenBSD: tetris.6,v 1.15 2014/09/08 01:27:54 schwarze Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)tetris.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 8 2014 $ .Dt TETRIS 6 .Os .Sh NAME @@ -151,12 +151,18 @@ are marked with asterisks high score file .El .Sh AUTHORS +.An -nosplit Adapted from a 1989 International Obfuscated C Code Contest winner by -Chris Torek and Darren F. Provine. +.An Chris Torek +and +.An Darren F. Provine . .Pp -Manual adapted from the original entry written by Nancy L. Tinkham and -Darren F. Provine. +Manual adapted from the original entry written by +.An Nancy L. Tinkham +and +.An Darren F. Provine . .Pp -Shape previewing code adapted from code by Hubert Feyrer. +Shape previewing code adapted from code by +.An Hubert Feyrer . .Sh BUGS The higher levels are unplayable without a fast terminal connection. |