From cde3d9a6b5f75dd8c9a52b415b43c4f009ea03e5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 12 Mar 2016 03:14:59 +0000 Subject: [PATCH] tetris(6) is not limited to CRT displays. noted by tnn --- games/tetris/tetris.6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6 index 2a5c997320e8..8b6ca563e499 100644 --- a/games/tetris/tetris.6 +++ b/games/tetris/tetris.6 @@ -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.