summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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