summaryrefslogtreecommitdiffstats
path: root/hangman
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-01-20 00:52:22 +0000
committerwiz <wiz@NetBSD.org>2002-01-20 00:52:22 +0000
commit8d406ffaac16ad3ad359002b7bc36b2d3fee82c5 (patch)
tree4c31f57d54e7bf8d77eb782f8940be5751a4afa5 /hangman
parent067a8b32991f06a59ed967af92ffa3d577522fd2 (diff)
downloadbsdgames-darwin-8d406ffaac16ad3ad359002b7bc36b2d3fee82c5.tar.gz
bsdgames-darwin-8d406ffaac16ad3ad359002b7bc36b2d3fee82c5.tar.zst
bsdgames-darwin-8d406ffaac16ad3ad359002b7bc36b2d3fee82c5.zip
Use standard headers.
Diffstat (limited to 'hangman')
-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