diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:42:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:42:07 +0000 |
commit | 300802034542b61d4f53332484c602d8facbe08f (patch) | |
tree | 4ae996b9b00a59535c4c3c99b11128b90d2d6642 /games | |
parent | 8856b42e7b96132654ce724aa505dad15531fbdb (diff) |
-d takes an argument; from Igor Sobrado
Diffstat (limited to 'games')
-rw-r--r-- | games/hangman/hangman.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hangman/hangman.6 b/games/hangman/hangman.6 index 04c0a99bc02..daa098dcf0d 100644 --- a/games/hangman/hangman.6 +++ b/games/hangman/hangman.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hangman.6,v 1.11 2003/06/03 03:01:40 millert Exp $ +.\" $OpenBSD: hangman.6,v 1.12 2007/04/02 14:42:06 jmc Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ 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. .Pp .Bl -tag -width flag -compact -.It Fl d +.It Fl d Ar wordlist Use the specified .Ar wordlist instead of the default. |