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/cribbage | |
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/cribbage')
-rw-r--r-- | games/cribbage/cribbage.6 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6 index e60e5738a50..289ac170074 100644 --- a/games/cribbage/cribbage.6 +++ b/games/cribbage/cribbage.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cribbage.6,v 1.6 1999/06/10 22:58:19 pjanzen Exp $ +.\" $OpenBSD: cribbage.6,v 1.7 1999/07/09 13:35:56 aaron Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,7 +71,7 @@ first asks the player whether he wishes to play a short game ( to 61) or a long game ( .Dq twice around , to 121). A -response of +response of .Sq Ic s will result in a short game; any other response will play a long game. @@ -138,9 +138,9 @@ or alternatively, one of: .Sq ten , .Sq jack , .Sq queen , -and +and .Sq king . -Suits may be specified as: +Suits may be specified as: .Sq s , .Sq h , .Sq d , @@ -152,16 +152,16 @@ or alternatively as: .Sq diamonds , and .Sq clubs . -A card may be specified as: +A card may be specified as: .Dq Ao rank Ac \ Aq suit , -or: +or: .Dq Ao rank Ac of Aq suit . If the single letter rank and suit designations are used, the space separating the suit and rank may be left out. Also, if only one card of the desired rank is playable, typing the rank is sufficient. -For example, if your hand was +For example, if your hand was .Dq 2H, 4D, 5C, 6H, JC, and KD -and it was desired to discard the king of diamonds, any of +and it was desired to discard the king of diamonds, any of the following could be typed: .Sq k , .Sq king , |