Module Name:    src
Committed By:   dholland
Date:           Sat Mar 12 03:14:59 UTC 2016

Modified Files:
        src/games/tetris: tetris.6

Log Message:
tetris(6) is not limited to CRT displays. noted by tnn


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/games/tetris/tetris.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/tetris/tetris.6
diff -u src/games/tetris/tetris.6:1.16 src/games/tetris/tetris.6:1.17
--- src/games/tetris/tetris.6:1.16	Thu Feb 19 08:51:14 2015
+++ src/games/tetris/tetris.6	Sat Mar 12 03:14:59 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tetris.6,v 1.16 2015/02/19 08:51:14 wiz Exp $
+.\"	$NetBSD: tetris.6,v 1.17 2016/03/12 03:14:59 dholland Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-command runs display-based game which must be played on a CRT terminal.
+command is a display-based game.
 The object is to fit the shapes together forming complete rows,
 which then vanish.
 When the shapes fill up to the top, the game ends.

Reply via email to