diff options
Diffstat (limited to 'tetris/tetris.6')
| -rw-r--r-- | tetris/tetris.6 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tetris/tetris.6 b/tetris/tetris.6 index 04eca0d7..e68659e7 100644 --- a/tetris/tetris.6 +++ b/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: tetris.6,v 1.11 2005/09/15 02:09:42 wiz Exp $ +.\" $NetBSD: tetris.6,v 1.12 2014/07/13 16:23:55 pgoyette Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Nd the game of tetris .Sh SYNOPSIS .Nm -.Op Fl ps +.Op Fl cps .Op Fl k Ar keys .Op Fl l Ar level .Sh DESCRIPTION @@ -73,6 +73,11 @@ quit .Pp The options are as follows: .Bl -tag -width indent +.It Fl c +By default, shapes are displayed colorfully if the user's CRT supports color. +The +.Fl c +option can be used to restore the traditional black-and-white behavior. .It Fl k The default control keys can be changed using the .Fl k |
