diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man6/hangman.6 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man6/hangman.6')
| -rw-r--r-- | static/unix-v10/man6/hangman.6 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/static/unix-v10/man6/hangman.6 b/static/unix-v10/man6/hangman.6 new file mode 100644 index 00000000..1c5663e6 --- /dev/null +++ b/static/unix-v10/man6/hangman.6 @@ -0,0 +1,56 @@ +.TH HANGMAN 6 bowell +.CT 1 games +.SH NAME +hangman, ana, word_clout \- word games +.SH SYNOPSIS +.B /usr/games/hangman +[ +.I arg +] +.PP +.B /usr/games/ana +[ +.I n +] +.PP +.B /usr/games/word_clout +.SH DESCRIPTION +.I Hangman +chooses a word at least seven letters +long from a dictionary. +You then guess letters one at a time. +.PP +The optional argument +.I arg +names an alternate dictionary. +The special name +.L \-a +gets a very large +dictionary. +.PP +.I Ana +reads words, one per line, from standard input and prints +anagrams on standard output. +The number +.I n, +which also may be given in standard input, limits the +number of words in the anagrams. +.PP +.I Word_clout +traces connections in a thesaurus to find +just words. +Need to express unpleasant feelings so they seem auspicious? +.I Word_clout +suggests calling them `warm'. +The program will give instructions in its uses, which +include service as a thesaurus. +.SH FILES +.TP +.F /usr/dict/words +.TP +.F /usr/dict/web2 +alternate dictionary for hangman +.F /usr/lib/spell/amspell +.SH BUGS +.I Hangman +runs hyphenated compounds together. |
