try to get the kernel printfs out before console starts reboot
[unix-history] / usr / src / games / hangman / hangman.6
CommitLineData
db450784
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
16191152 5.\" @(#)hangman.6 6.1 (Berkeley) %G%
db450784 6.\"
16191152 7.TH HANGMAN 6 ""
db450784
KM
8.UC 4
9.SH NAME
10hangman \- the game of hangman
11.SH SYNOPSIS
12.B /usr/games/hangman
13.SH DESCRIPTION
14In
15.I hangman,
16the computer picks a word from the on-line word list
17and you must try to guess it.
18The computer keeps track of which letters have been guessed
19and how many wrong guesses you have made on the screen in a graphic fashion.
20.SH FILES
21/usr/dict/words On-line word list
22.SH AUTHOR
785584fd 23Ken Arnold