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

This commit is contained in:
dholland 2016-03-12 03:14:59 +00:00
parent d548b4af6b
commit cde3d9a6b5

View File

@ -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.