diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-11-01 08:58:57 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-11-01 08:58:57 +0000 |
commit | c74b2fa69b460a03e71d0de9a2f8622bc5949070 (patch) | |
tree | 6539f518b96539ff1514e81ab4cff35e5d9f494f /games/backgammon | |
parent | 9a51c88919651dc4616398f07945056d02464ccb (diff) |
Sort flags and commands.
Use correct capitalization and punctuation in flag descriptions.
Mark up -n flag in description.
Help and OK jmc@.
Diffstat (limited to 'games/backgammon')
-rw-r--r-- | games/backgammon/backgammon/backgammon.6 | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/games/backgammon/backgammon/backgammon.6 b/games/backgammon/backgammon/backgammon.6 index 5bc0c40f39e..d8286f8912a 100644 --- a/games/backgammon/backgammon/backgammon.6 +++ b/games/backgammon/backgammon/backgammon.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: backgammon.6,v 1.16 2006/10/31 18:15:15 ray Exp $ +.\" $OpenBSD: backgammon.6,v 1.17 2006/11/01 08:58:56 ray Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -65,18 +65,21 @@ The possible arguments for backgammon consist of: .Bl -tag -width indent .It Fl b -two players, red and white (implies n) +Two players, red and white (implies +.Fl n ) . .It Fl d -play without doubling +Play without doubling. .It Fl n -don't ask for rules or instructions +Don't ask for rules or instructions. .It Fl r -player is red (implies n) -.It Fl w -player is white (implies n) +Player is red (implies +.Fl n ) . .It Fl s Ar file -recover previously saved game from -.Ar file +Recover previously saved game from +.Ar file . +.It Fl w +Player is white (implies +.Fl n ) . .El .Sh QUICK REFERENCE When the program prompts by typing only your color, @@ -84,20 +87,20 @@ type a space or carriage return to roll, or .Bl -tag -width indent .It Ic d to double -.It Ic r -to redraw the board .It Ic q to quit +.It Ic r +to redraw the board .It Ic s to save the game for later .El .Pp When the program prompts with 'Move:', type .Bl -tag -width indent -.It Ic r -to redraw the board .It Ic q to quit +.It Ic r +to redraw the board .It Ic s to save the game .El |