]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hangman/hangman.6
Simply include -lcurses instead of -lcurses -ltermcap
[bsdgames-darwin.git] / hangman / hangman.6
index f749c7c489786d89aa5f751ef832272d4cf37bc6..5698c112d58160307eea9c52f6e6c1cbe93ba067 100644 (file)
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1983 The Regents of the University of California.
-.\" All rights reserved.
+.\"    $NetBSD: hangman.6,v 1.6 1997/10/11 01:16:32 lukem Exp $
+.\"
+.\" Copyright (c) 1983, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    from: @(#)hangman.6     6.3 (Berkeley) 6/23/90
-.\"    $Id: hangman.6,v 1.2 1993/08/01 07:46:49 mycroft Exp $
+.\"    @(#)hangman.6   8.1 (Berkeley) 5/31/93
 .\"
-.TH HANGMAN 6 "June 23, 1990"
-.UC 4
-.SH NAME
-hangman \- Computer version of the game hangman
-.SH SYNOPSIS
-.B /usr/games/hangman
-.SH DESCRIPTION
+.Dd May 31, 1993
+.Dt HANGMAN 6
+.Os
+.Sh NAME
+.Nm hangman
+.Nd Computer version of the game hangman
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
 In
-.I hangman,
+.Nm "" ,
 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 FILES
-/usr/dict/words     On-line word list
-.SH AUTHOR
+.Sh FILES
+.Bl -tag -width /usr/share/dict/words -compact
+.It Pa /usr/share/dict/words
+On-line word list
+.El
+.Sh AUTHOR
 Ken Arnold