-.\" Copyright (c) 1983 The Regents of the University of California.
-.\" All rights reserved.
+.\" $NetBSD: hangman.6,v 1.5 1995/03/23 08:32:46 cgd 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.3 1993/08/05 01:46:45 jtc Exp $
+.\" @(#)hangman.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd June 23, 1990
+.Dd May 31, 1993
.Dt HANGMAN 6
.Os
.Sh NAME
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
-.Bl -tag -width /usr/dict/words -compact
-.It Pa /usr/dict/words
+.Bl -tag -width /usr/share/dict/words -compact
+.It Pa /usr/share/dict/words
On-line word list
.El
.Sh AUTHOR