On Mon, Jul 04, 2011 at 05:01:39PM +0300, Arto Jonsson wrote: > Hi, > > some minor fixes in bs(6) manual: > > - use `Ds' for indentation
this might be worth fixing as part of a larger commit, but not on its own (see below...) > - re-order the arguments list so its order matches SYNOPSIS > no. SYNOPSIS follows a different logic to the options list - the options list goes in alphabetical order, numbers first, case mixed (but uppercase taking precedence over lower). SYNOPSIS, bless its cotton socks, tries to tell us how to use the command being documented. jmc > > Index: games/bs/bs.6 > =================================================================== > RCS file: /cvs/src/games/bs/bs.6,v > retrieving revision 1.13 > diff -u -r1.13 bs.6 > --- games/bs/bs.6 20 May 2008 14:42:09 -0000 1.13 > +++ games/bs/bs.6 1 Jul 2011 19:01:51 -0000 > @@ -58,16 +58,12 @@ > will force a screen redraw. > .Pp > The command-line arguments control game modes: > -.Bl -tag -width XxXXX > +.Bl -tag -width Ds > .It Fl b > Selects a > .Sq blitz > variant. > This allows a side to shoot for as long as it continues to score hits. > -.It Fl c > -Permits ships to be placed adjacently. > -Normally, ships must be separated by at least one square of open water. > -This disables that check and allows them to close-pack. > .It Fl s > Selects a > .Sq salvo > @@ -77,6 +73,10 @@ > This puts a premium on scoring hits early and knocking out > some ships and also makes it much harder, for example, when you face a > superior > force with only your PT-boat. > +.It Fl c > +Permits ships to be placed adjacently. > +Normally, ships must be separated by at least one square of open water. > +This disables that check and allows them to close-pack. > .El > .Sh AUTHORS > Originally written by one Bruce Holloway in 1986.