summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hangman/hangman.68
1 files changed, 4 insertions, 4 deletions
diff --git a/hangman/hangman.6 b/hangman/hangman.6
index 501c1b0d..fe5a1525 100644
--- a/hangman/hangman.6
+++ b/hangman/hangman.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: hangman.6,v 1.8 2002/01/20 00:42:51 jsm Exp $
+.\" $NetBSD: hangman.6,v 1.9 2002/01/20 00:52:22 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,7 +38,7 @@
.Os
.Sh NAME
.Nm hangman
-.Nd Computer version of the game hangman
+.Nd computer version of the game hangman
.Sh SYNOPSIS
.Nm
.Op Fl d Ar wordlist
@@ -64,5 +64,5 @@ Set the minimum word length to use. The default is 6 letters.
.It Pa /usr/share/dict/words
On-line word list
.El
-.Sh AUTHOR
-Ken Arnold
+.Sh AUTHORS
+.An Ken Arnold