X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/c4dff0b969773573c08240aab3dda2d9d735dcb7..b969b23c19b9d50f8da470d1a26a061233754aed:/tetris/tetris.6 diff --git a/tetris/tetris.6 b/tetris/tetris.6 index 6d0f9fbf..207a6077 100644 --- a/tetris/tetris.6 +++ b/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: tetris.6,v 1.3 1997/05/29 01:48:10 cgd Exp $ +.\" $NetBSD: tetris.6,v 1.8 2002/02/08 01:25:15 ross Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .Nd the game of tetris .Sh SYNOPSIS .Nm -.Op Fl s +.Op Fl ps .Op Fl k Ar keys .Op Fl l Ar level .Sh DESCRIPTION @@ -60,14 +60,14 @@ The default level of play is 2. .Pp The default control keys are as follows: .Pp -.Bl -tag -width "" -compact -offset indent +.Bl -tag -width "\*[Lt]space\*[Gt]" -compact -offset indent .It j move left .It k rotate 1/4 turn counterclockwise .It l move right -.It +.It \*[Lt]space\*[Gt] drop .It p pause @@ -79,7 +79,8 @@ The options are as follows: .Bl -tag -width indent .It Fl k The default control keys can be changed using the -.Fl k option. +.Fl k +option. The .Ar keys argument must have the six keys in order, and, remember to quote any @@ -96,6 +97,8 @@ during play. Select a level of play. .It Fl s Display the top scores. +.It Fl p +Switch on previewing of the shape that will appear next. .El .Pp .Sh PLAY @@ -154,3 +157,5 @@ Chris Torek and Darren F. Provine. .Pp Manual adapted from the original entry written by Nancy L. Tinkham and Darren F. Provine. +.Pp +Code for previewing next shape added by Hubert Feyrer in 1999.