diff options
author | 2015-02-18 02:16:59 +0000 | |
---|---|---|
committer | 2015-02-18 02:16:59 +0000 | |
commit | 947f4dd9ffa3fb1572c8b78c100d8105c50d0137 (patch) | |
tree | 626c41326e68f916ed6343bf97b3226977fe0e4b | |
parent | add -M to disable progressmeter. ok dlg halex millert (diff) | |
download | wireguard-openbsd-947f4dd9ffa3fb1572c8b78c100d8105c50d0137.tar.xz wireguard-openbsd-947f4dd9ffa3fb1572c8b78c100d8105c50d0137.zip |
Don't abuse Aq for arguments, and use a prettier escape for dashes.
ok schwarze@
-rw-r--r-- | games/cribbage/cribbage.6 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6 index 6a5c40ea8f5..57ba1f82ddb 100644 --- a/games/cribbage/cribbage.6 +++ b/games/cribbage/cribbage.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cribbage.6,v 1.13 2014/09/08 01:27:54 schwarze Exp $ +.\" $OpenBSD: cribbage.6,v 1.14 2015/02/18 02:16:59 bentley Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)cribbage.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: February 18 2015 $ .Dt CRIBBAGE 6 .Os .Sh NAME @@ -43,7 +43,7 @@ plays the card game cribbage, with the program playing one hand and the user the other. The program will initially ask the user if the rules of the game -are needed \- if so, it will print out the appropriate section from +are needed \(en if so, it will print out the appropriate section from .Em According to Hoyle . .Pp .Nm @@ -57,11 +57,11 @@ This is especially useful for beginning players. .Pc .It Fl m .Dq Muggins -\- if a player mistakenly scores less than is due, +\(en if a player mistakenly scores less than is due, the opponent may claim the overlooked points. .Pq Of course, the computer never miscalculates! .It Fl q -Print a shorter form of all messages \- this is only recommended for +Print a shorter form of all messages \(en this is only recommended for users who have played the game without specifying this option. .It Fl r Instead of asking the player to cut the deck, the program will randomly @@ -171,9 +171,9 @@ or alternatively as: and .Sq clubs . A card may be specified as: -.Dq Ao rank Ac Aq suit , +.Dq Ar rank suit , or: -.Dq Ao rank Ac of Aq suit . +.Dq Ar rank No of Ar 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, |