diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 09:26:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-01 09:26:38 +0000 |
commit | c9a3037cae2a62a695caaab448db00b14b219222 (patch) | |
tree | 548fa6307338f228df6cf4a8efafd898a2b4f679 /games/backgammon | |
parent | 6e0f16b59e13b889e5f171eb71a5686a1e447e7d (diff) |
tidy up the quick reference section;
Diffstat (limited to 'games/backgammon')
-rw-r--r-- | games/backgammon/backgammon/backgammon.6 | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/games/backgammon/backgammon/backgammon.6 b/games/backgammon/backgammon/backgammon.6 index d8286f8912a..1c4dfdb8eb1 100644 --- a/games/backgammon/backgammon/backgammon.6 +++ b/games/backgammon/backgammon/backgammon.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: backgammon.6,v 1.17 2006/11/01 08:58:56 ray Exp $ +.\" $OpenBSD: backgammon.6,v 1.18 2006/11/01 09:26:37 jmc Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -83,8 +83,10 @@ Player is white (implies .El .Sh QUICK REFERENCE When the program prompts by typing only your color, -type a space or carriage return to roll, or -.Bl -tag -width indent +type a space or carriage return to roll, +or one of the following: +.Pp +.Bl -tag -width Ds -offset indent -compact .It Ic d to double .It Ic q @@ -95,8 +97,10 @@ to redraw the board to save the game for later .El .Pp -When the program prompts with 'Move:', type -.Bl -tag -width indent +When the program prompts with 'Move:', +type one of the following: +.Pp +.Bl -tag -width Ds -offset indent -compact .It Ic q to quit .It Ic r @@ -105,10 +109,11 @@ to redraw the board to save the game .El .Pp -or a +Or a .Em move , -which is a sequence of -.Bl -tag -width indent +which is a sequence of one of the following: +.Pp +.Bl -tag -width Ds -offset indent -compact .It Ic s-f move from .Ic s @@ -120,8 +125,9 @@ move one man on the roll .Ic r separated by commas or spaces and ending with a newline. -Available abbreviations are -.Bl -tag -width XXXXXXX +Available abbreviations are as follows: +.Pp +.Bl -tag -width "s-f1-f2XXX" -offset indent -compact .It Ic s-f1-f2 means .Ic s-f1,f1-f2 |