X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/1a4c6defc63314df63eb514291290a64ff2c73b0..b969b23c19b9d50f8da470d1a26a061233754aed:/tetris/tetris.6 diff --git a/tetris/tetris.6 b/tetris/tetris.6 index 9513ca05..207a6077 100644 --- a/tetris/tetris.6 +++ b/tetris/tetris.6 @@ -1,3 +1,5 @@ +.\" $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. .\" @@ -34,7 +36,7 @@ .\" .\" @(#)tetris.6 8.1 (Berkeley) 5/31/93 .\" -.Dd "May 31, 1993" +.Dd May 31, 1993 .Dt TETRIS 6 .Os .Sh NAME @@ -42,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 @@ -58,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 @@ -77,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 @@ -94,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 @@ -152,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.