diff options
Diffstat (limited to 'games/hangman/hangman.6')
-rw-r--r-- | games/hangman/hangman.6 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/hangman/hangman.6 b/games/hangman/hangman.6 index 69f38d3c474..a0bfd61b8a0 100644 --- a/games/hangman/hangman.6 +++ b/games/hangman/hangman.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hangman.6,v 1.5 1999/09/25 20:51:53 pjanzen Exp $ +.\" $OpenBSD: hangman.6,v 1.6 2001/08/18 03:27:17 pjanzen Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,9 +54,11 @@ and how many wrong guesses you have made on the screen in a graphic fashion. .It Fl d Use the specified .Ar wordlist -instead of the default. A wordlist file must have one word per line. Only -lowercase words of at least a certain length (typically 6 characters) are -chosen. +instead of the default. +A wordlist file must have one word per line. +Only lowercase words of at least a certain length +.Pq typically 6 characters +are chosen. .El .Sh FILES .Bl -tag -width /usr/share/dict/words -compact |