On Sat, Dec 05, 2020 at 05:26:10PM +0000, [email protected] wrote: > >Synopsis: games/atc/atc.6: swapped descriptions of unmarked and ignored > >planes > >Category: documentation > >Environment: > System : OpenBSD 6.8 > Details : OpenBSD 6.8 (GENERIC.MP) #1: Tue Nov 3 09:06:04 MST > 2020 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > The first paragraph of section "MARKING, UNMARKING AND IGNORING" in > the man page of atc(6) states > that "[...]. An unmarked plane [...] will remain this way until a mark > command has been issued. > [...]". This is not totally correct for unmarked planes, but it is > correct for ignored planes. > > On the other hand, the second paragraph of the same section states > that "An ignored plane [...] > will automatically switch to marked status when a delayed command has > been processed. [...]". This > is not true for ignored planes, but it is true for unmarked planes. > > It seems that the descriptions of unmarked planes (in the first > paragraph) and ignored planes (in > the second paragraph) are swapped. > >How-To-Repeat: > > >Fix: > The following patch file should fix it. > > Regards, > > Rafa. > > > Index: games/atc/atc.6 > =================================================================== > RCS file: /cvs/src/games/atc/atc.6,v > retrieving revision 1.23 > diff -u -p -u -r1.23 atc.6 > --- games/atc/atc.6 7 Mar 2016 12:07:55 -0000 1.23 > +++ games/atc/atc.6 5 Dec 2020 15:32:17 -0000 > @@ -423,7 +423,7 @@ A plane may also be either > or > .Em ignored . > An > -.Em unmarked > +.Em ignored > plane is drawn in unhighlighted mode, and a line of dashes is displayed in > the command field of the information area. > The plane will remain this way until a mark command has been issued. > @@ -432,8 +432,8 @@ but the command line will return to a li > is completed. > .Pp > An > -.Em ignored > -plane is treated the same as an unmarked plane, except that it will > +.Em unmarked > +plane is treated the same as an ignored plane, except that it will > automatically switch to > .Em marked > status when a delayed command has been processed.
fixed, thanks! jmc
