Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/tetris tetris(6) is not limited to CRT displays. noted...



details:   https://anonhg.NetBSD.org/src/rev/4ef936597106
branches:  trunk
changeset: 344077:4ef936597106
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 12 03:14:59 2016 +0000

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

diffstat:

 games/tetris/tetris.6 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4dee1ba4b7ca -r 4ef936597106 games/tetris/tetris.6
--- a/games/tetris/tetris.6     Sat Mar 12 03:13:52 2016 +0000
+++ b/games/tetris/tetris.6     Sat Mar 12 03:14:59 2016 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index