Source-Changes-HG archive

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

[src/trunk]: src/games/snake/snake snake(6) supports LCD displays too. (noted...



details:   https://anonhg.NetBSD.org/src/rev/d76b196a42d3
branches:  trunk
changeset: 814218:d76b196a42d3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 12 03:13:52 2016 +0000

description:
snake(6) supports LCD displays too. (noted by tnn)

diffstat:

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

diffs (18 lines):

diff -r 8c64ef7e3ebe -r d76b196a42d3 games/snake/snake/snake.6
--- a/games/snake/snake/snake.6 Sat Mar 12 02:39:01 2016 +0000
+++ b/games/snake/snake/snake.6 Sat Mar 12 03:13:52 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: snake.6,v 1.12 2009/03/11 13:05:59 joerg Exp $
+.\"    $NetBSD: snake.6,v 1.13 2016/03/12 03:13:52 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -44,7 +44,7 @@
 .Nm snscore
 .Sh DESCRIPTION
 .Nm
-is a display-based game which must be played on a CRT terminal.
+is a display-based game.
 The object of the game is to make as much money as possible without
 getting eaten by the snake.
 The



Home | Main Index | Thread Index | Old Index