diff options
author | 1999-10-29 04:02:48 +0000 | |
---|---|---|
committer | 1999-10-29 04:02:48 +0000 | |
commit | cf6ebbb3503e1ede9e09fde321329a94b0431d51 (patch) | |
tree | 2b97378e1cefb9731825fa3989aa3a0fd8bb0043 | |
parent | srandom() for variety. (diff) | |
download | wireguard-openbsd-cf6ebbb3503e1ede9e09fde321329a94b0431d51.tar.xz wireguard-openbsd-cf6ebbb3503e1ede9e09fde321329a94b0431d51.zip |
correct snake description: cgd@netbsd.org
-rw-r--r-- | games/snake/snake.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/snake/snake.6 b/games/snake/snake.6 index a3fbc8c68a6..2bb54b9041f 100644 --- a/games/snake/snake.6 +++ b/games/snake/snake.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snake.6,v 1.2 1999/07/09 13:35:57 aaron Exp $ +.\" $OpenBSD: snake.6,v 1.3 1999/10/29 04:02:48 pjanzen Exp $ .\" $NetBSD: snake.6,v 1.5 1995/04/22 08:34:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -63,7 +63,7 @@ The option shows all scores. .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 the head. The money is $, and an exit is #. Your score is posted in the upper left hand corner. .Pp |