summaryrefslogtreecommitdiffstats
path: root/hangman
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-09-16 17:02:51 +0000
committerjtc <jtc@NetBSD.org>1993-09-16 17:02:51 +0000
commitb9a119cc47104b5326bfb0663f726541f59cbd78 (patch)
tree7b3c2219956a2883aef8375eba26b6a7469b5d6b /hangman
parent01f3d67ec46abd412d18c7a6f3e248f7c3cfe330 (diff)
downloadbsdgames-darwin-b9a119cc47104b5326bfb0663f726541f59cbd78.tar.gz
bsdgames-darwin-b9a119cc47104b5326bfb0663f726541f59cbd78.tar.zst
bsdgames-darwin-b9a119cc47104b5326bfb0663f726541f59cbd78.zip
Word list is in /usr/share/dict/*, not /usr/dict/*.
Diffstat (limited to 'hangman')
-rw-r--r--hangman/hangman.66
1 files changed, 3 insertions, 3 deletions
diff --git a/hangman/hangman.6 b/hangman/hangman.6
index 8488db77..be0573dd 100644
--- a/hangman/hangman.6
+++ b/hangman/hangman.6
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)hangman.6 6.3 (Berkeley) 6/23/90
-.\" $Id: hangman.6,v 1.3 1993/08/05 01:46:45 jtc Exp $
+.\" $Id: hangman.6,v 1.4 1993/09/16 17:02:51 jtc Exp $
.\"
.Dd June 23, 1990
.Dt HANGMAN 6
@@ -48,8 +48,8 @@ and you must try to guess it.
The computer keeps track of which letters have been guessed
and how many wrong guesses you have made on the screen in a graphic fashion.
.Sh FILES
-.Bl -tag -width /usr/dict/words -compact
-.It Pa /usr/dict/words
+.Bl -tag -width /usr/share/dict/words -compact
+.It Pa /usr/share/dict/words
On-line word list
.El
.Sh AUTHOR