diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /games/fish | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'games/fish')
-rw-r--r-- | games/fish/fish.6 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/fish/fish.6 b/games/fish/fish.6 index 1048d6f1d35..1aeacedb6cb 100644 --- a/games/fish/fish.6 +++ b/games/fish/fish.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fish.6,v 1.4 1998/12/15 19:18:31 pjanzen Exp $ +.\" $OpenBSD: fish.6,v 1.5 1999/07/09 13:35:56 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,10 +34,10 @@ .\" @(#)fish.6 8.1 (Berkeley) 5/31/93 .\" .Dd May 31, 1993 -.Dt FISH 6 +.Dt FISH 6 .Os .Sh NAME -.Nm fish +.Nm fish .Nd play .Dq Go Fish .Sh SYNOPSIS @@ -51,10 +51,10 @@ a traditional children's card game. .Pp The computer deals the player and itself seven cards each, and places the rest of the deck face-down (figuratively), to be drawn from later. -The object of the game is to collect +The object of the game is to collect .Dq books , or all of the cards of a given rank. -For example, collecting four 2's would give the player a +For example, collecting four 2's would give the player a .Dq book of 2's . .Pp The options are as follows: @@ -71,7 +71,7 @@ up to the asking player. There must be at least one card of the requested rank already in the asking player's hand. When the asked player has no -cards of the requested rank, the asker is told to +cards of the requested rank, the asker is told to .Dq Go Fish! Then, the asker draws a card from the deck. If the card drawn is of the rank asked for, the turn continues; |