]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hangman/hangman.6
.Nm does not need a dummy argument ("") before punctuation or
[bsdgames-darwin.git] / hangman / hangman.6
index 5698c112d58160307eea9c52f6e6c1cbe93ba067..4a4fae9a52209ce3b50f98c515e050156f5baf9e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hangman.6,v 1.6 1997/10/11 01:16:32 lukem Exp $
+.\"    $NetBSD: hangman.6,v 1.11 2003/02/25 10:34:46 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .Os
 .Sh NAME
 .Nm hangman
-.Nd Computer version of the game hangman
+.Nd computer version of the game hangman
 .Sh SYNOPSIS
 .Nm
+.Op Fl d Ar wordlist
+.Op Fl m Ar minlen
 .Sh DESCRIPTION
 In
-.Nm "" ,
+.Nm ,
 the computer picks a word from the on-line word list
 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 OPTIONS
+.Bl -tag -width flag
+.It Fl d
+Use the specified
+.Ar wordlist
+instead of the default one named below.
+.It Fl m
+Set the minimum word length to use.
+The default is 6 letters.
+.El
 .Sh FILES
 .Bl -tag -width /usr/share/dict/words -compact
 .It Pa /usr/share/dict/words
 On-line word list
 .El
-.Sh AUTHOR
-Ken Arnold
+.Sh AUTHORS
+.An Ken Arnold