date and time created 90/05/02 08:40:51 by bostic
[unix-history] / usr / src / games / hangman / hangman.6
CommitLineData
8a0351ce
KB
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
db450784 3.\"
8a0351ce
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)hangman.6 6.2 (Berkeley) %G%
db450784 17.\"
16191152 18.TH HANGMAN 6 ""
db450784
KM
19.UC 4
20.SH NAME
21hangman \- the game of hangman
22.SH SYNOPSIS
23.B /usr/games/hangman
24.SH DESCRIPTION
25In
26.I hangman,
27the computer picks a word from the on-line word list
28and you must try to guess it.
29The computer keeps track of which letters have been guessed
30and how many wrong guesses you have made on the screen in a graphic fashion.
31.SH FILES
32/usr/dict/words On-line word list
33.SH AUTHOR
785584fd 34Ken Arnold