mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 19:34:49 +00:00
* Added -m option to hangman to set MINLEN. Closes: #129998
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5180 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -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,8 @@
|
||||
.Nd Computer version of the game hangman
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl d Ar wordlist
|
||||
.Op Fl m Ar minlen
|
||||
.Sh DESCRIPTION
|
||||
In
|
||||
.Nm "" ,
|
||||
@@ -48,6 +50,15 @@ 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 @hangman_wordsfile@ -compact
|
||||
.It Pa @hangman_wordsfile@
|
||||
|
||||
Reference in New Issue
Block a user