-.\" $NetBSD: tetris.6,v 1.2 1995/04/22 07:42:45 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.
.\"
.\" @(#)tetris.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd "May 31, 1993"
+.Dd May 31, 1993
.Dt TETRIS 6
.Os
.Sh NAME
.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
.Pp
The default control keys are as follows:
.Pp
-.Bl -tag -width "<space>" -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 <space>
+.It \*[Lt]space\*[Gt]
drop
.It p
pause
.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
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
.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.