diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-10-29 04:02:49 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-10-29 04:02:49 +0000 |
commit | 6ee4d54e6b75f9337cfbaf05c59df357e549622d (patch) | |
tree | ac0975a4d1779c35740ec327f316142e76f218aa | |
parent | 3031e759e4f1015a4d016f6d1d288472d6e7f1dd (diff) |
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 |