summaryrefslogtreecommitdiffstats
path: root/snake/snake/snake.6
diff options
context:
space:
mode:
Diffstat (limited to 'snake/snake/snake.6')
-rw-r--r--snake/snake/snake.67
1 files changed, 5 insertions, 2 deletions
diff --git a/snake/snake/snake.6 b/snake/snake/snake.6
index 62122b8a..5e581274 100644
--- a/snake/snake/snake.6
+++ b/snake/snake/snake.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: snake.6,v 1.6 1997/10/12 01:49:26 lukem Exp $
+.\" $NetBSD: snake.6,v 1.7 1999/09/14 18:07:21 jsm Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,6 +44,7 @@
.Nm
.Op Fl w Ar width
.Op Fl l Ar length
+.Op Fl t
.br
.Nm snscore
.Sh DESCRIPTION
@@ -55,7 +56,9 @@ getting eaten by the snake. The
and
.Fl w
options allow you to specify the length and width of the field.
-By default the entire screen (except for the last column) is used.
+By default the entire screen is used. The
+.Fl t
+option makes the game assume you are on a slow terminal.
.Pp
You are represented on the screen by an I.
The snake is 6 squares long and is represented by S's.