mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Don't abuse Aq for arguments, and use a prettier escape for dashes.
ok schwarze@
This commit is contained in:
parent
d2432b18a8
commit
947f4dd9ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user