diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-19 07:42:28 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-19 07:42:28 +0000 |
commit | ed884b9fa4509c09f0f7ab71efe57a4e83a2e055 (patch) | |
tree | ef9d859a0754785b42ea5cacb27aff54b5000315 /games/hangman/hangman.6 | |
parent | f4fc9566a4d35c0cc2bf8c7f1136287d8eec8c44 (diff) |
tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional
initialization, removal of unused variable, or other minor fix. Most
changes are from or inspired by NetBSD.
Diffstat (limited to 'games/hangman/hangman.6')
-rw-r--r-- | games/hangman/hangman.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hangman/hangman.6 b/games/hangman/hangman.6 index b8adbd6e0f8..98335a913a9 100644 --- a/games/hangman/hangman.6 +++ b/games/hangman/hangman.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: hangman.6,v 1.5 1995/03/23 08:32:46 cgd Exp $ +.\" $OpenBSD: hangman.6,v 1.3 1998/08/19 07:40:35 pjanzen Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,10 +40,10 @@ .Nm hangman .Nd Computer version of the game hangman .Sh SYNOPSIS -.Nm /usr/games/hangman +.Nm .Sh DESCRIPTION In -.Nm hangman, +.Nm hangman , 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 |