summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2015-02-19 08:51:14 +0000
committerwiz <wiz@NetBSD.org>2015-02-19 08:51:14 +0000
commit11b9f0da009585a690b0d5788b5a145736765056 (patch)
tree152e9d7c9e95cef02a0ba5c79cd01a42789c4245 /tetris
parent087b6e7b7c1861c118eb976452acc50a866f916f (diff)
downloadbsdgames-darwin-11b9f0da009585a690b0d5788b5a145736765056.tar.gz
bsdgames-darwin-11b9f0da009585a690b0d5788b5a145736765056.tar.zst
bsdgames-darwin-11b9f0da009585a690b0d5788b5a145736765056.zip
Use Pp (mdoc) instead of sp (roff).
Use An in AUTHORS section.
Diffstat (limited to 'tetris')
-rw-r--r--tetris/tetris.621
1 files changed, 14 insertions, 7 deletions
diff --git a/tetris/tetris.6 b/tetris/tetris.6
index 05e67588..2a5c9973 100644
--- a/tetris/tetris.6
+++ b/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: tetris.6,v 1.15 2015/02/19 02:27:30 mrg Exp $
+.\" $NetBSD: tetris.6,v 1.16 2015/02/19 08:51:14 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -89,9 +89,9 @@ The
argument must have the seven keys in order, and, remember to quote any
space or tab characters from the shell.
For example:
-.sp
+.Pp
.Dl "tetris -l 2 -k 'jkl pqn'"
-.sp
+.Pp
will play the default games, i.e. level 2 and with the default
control keys.
The current key settings are displayed at the bottom of the screen
@@ -152,12 +152,19 @@ 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
-Code for previewing next shape added by Hubert Feyrer in 1999.
+Code for previewing next shape added by
+.An Hubert Feyrer
+in 1999.
.Sh BUGS
The higher levels are unplayable without a fast terminal connection.