blob: 1c5663e68e306b2d56091578515182baa51d2459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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.
|