summaryrefslogtreecommitdiffstats
path: root/snake
diff options
context:
space:
mode:
Diffstat (limited to 'snake')
-rw-r--r--snake/snake/snake.64
1 files changed, 2 insertions, 2 deletions
diff --git a/snake/snake/snake.6 b/snake/snake/snake.6
index 5e581274..2f9f0206 100644
--- a/snake/snake/snake.6
+++ b/snake/snake/snake.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: snake.6,v 1.7 1999/09/14 18:07:21 jsm Exp $
+.\" $NetBSD: snake.6,v 1.8 1999/10/26 06:36:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ By default the entire screen is used. The
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.
+The snake is 6 squares long and is represented by s's with an S at its head.
The money is $, and an exit is #.
Your score is posted in the upper left hand corner.
.Pp