summaryrefslogtreecommitdiffstats
path: root/hangman/hangman.6
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-17 20:45:48 +0000
committerjsm <jsm@NetBSD.org>1999-09-17 20:45:48 +0000
commit77f0652e937d91406765636e43f56c09a46f2f80 (patch)
treec69919778511f58c286dedb3ffbc43ec828f3dac /hangman/hangman.6
parent1f4431b09beb5f94c47e37d8d209a0c9cc0479f9 (diff)
downloadbsdgames-darwin-77f0652e937d91406765636e43f56c09a46f2f80.tar.gz
bsdgames-darwin-77f0652e937d91406765636e43f56c09a46f2f80.tar.zst
bsdgames-darwin-77f0652e937d91406765636e43f56c09a46f2f80.zip
Make word list for hangman selectable at run time.
Diffstat (limited to 'hangman/hangman.6')
-rw-r--r--hangman/hangman.610
1 files changed, 9 insertions, 1 deletions
diff --git a/hangman/hangman.6 b/hangman/hangman.6
index 5698c112..9e41e276 100644
--- a/hangman/hangman.6
+++ b/hangman/hangman.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: hangman.6,v 1.6 1997/10/11 01:16:32 lukem Exp $
+.\" $NetBSD: hangman.6,v 1.7 1999/09/17 20:45:49 jsm Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -41,6 +41,7 @@
.Nd Computer version of the game hangman
.Sh SYNOPSIS
.Nm
+.Op Fl d Ar wordlist
.Sh DESCRIPTION
In
.Nm "" ,
@@ -48,6 +49,13 @@ 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.
+.El
.Sh FILES
.Bl -tag -width /usr/share/dict/words -compact
.It Pa /usr/share/dict/words