summaryrefslogtreecommitdiffstats
path: root/hangman/hangman.6
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2002-01-20 00:42:51 +0000
committerjsm <jsm@NetBSD.org>2002-01-20 00:42:51 +0000
commit067a8b32991f06a59ed967af92ffa3d577522fd2 (patch)
treee2a7ce72009b355c7eb8c4c7ef384648261fcf2c /hangman/hangman.6
parent8559db615a9f7ef8bc1aa991f6370ad5ef72ae31 (diff)
downloadbsdgames-darwin-067a8b32991f06a59ed967af92ffa3d577522fd2.tar.gz
bsdgames-darwin-067a8b32991f06a59ed967af92ffa3d577522fd2.tar.zst
bsdgames-darwin-067a8b32991f06a59ed967af92ffa3d577522fd2.zip
Allow minimum word length to be set on command line. Patch based on
one by Joey Hess <joeyh@debian.org>.
Diffstat (limited to 'hangman/hangman.6')
-rw-r--r--hangman/hangman.65
1 files changed, 4 insertions, 1 deletions
diff --git a/hangman/hangman.6 b/hangman/hangman.6
index 9e41e276..501c1b0d 100644
--- a/hangman/hangman.6
+++ b/hangman/hangman.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: hangman.6,v 1.7 1999/09/17 20:45:49 jsm Exp $
+.\" $NetBSD: hangman.6,v 1.8 2002/01/20 00:42:51 jsm Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,6 +42,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl d Ar wordlist
+.Op Fl m Ar minlen
.Sh DESCRIPTION
In
.Nm "" ,
@@ -55,6 +56,8 @@ and how many wrong guesses you have made on the screen in a graphic fashion.
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