Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/hangman/hangman.6,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/games/hangman/hangman.6 2002/01/20 00:42:51 1.8 +++ src/games/hangman/hangman.6 2002/01/20 00:52:22 1.9 @@ -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 .It Pa /usr/share/dict/words On-line word list .El -.Sh AUTHOR -Ken Arnold +.Sh AUTHORS +.An Ken Arnold