From nobody  Sat Mar 14 06:07:55 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id GAA10666;
          Sat, 14 Mar 1998 06:07:55 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199803141407.GAA10666@hub.freebsd.org>
Date: Sat, 14 Mar 1998 06:07:55 -0800 (PST)
From: yohta@bsys.tsukuba.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: Two problems in atc(6) man page
X-Send-Pr-Version: www-1.0

>Number:         6003
>Category:       docs
>Synopsis:       Two problems in atc(6) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 14 06:10:01 PST 1998
>Closed-Date:    Sun Jul 19 19:05:21 PDT 1998
>Last-Modified:  Sun Jul 19 19:08:49 PDT 1998
>Originator:     Yoshihiko OHTA
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
Master's Program in Biosystem Studies, Univ. of Tsukuba 
>Environment:
FreeBSD rishiri.bsys.tsukuba.ac.jp 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Sun Nov  9 16:57:27 JST 1997     yohta@rishiri.bsys.tsukuba.ac.jp:/usr/src/sys/compile/FMVTP  i386

>Description:
There is a confusion between "ignored" and "unmarked" in man page.
First description (line:247 (formatted)) seems right, but second
description(line:348) makes me confused. It seems opposite to previous
description. I can't figure out what meens "it" and "This".
>       An ignored plane is treated the same as an unmarked plane,
>       except  that it will automatically switch to marked status
                     ^^ it really meens unmarked?
>       when a delayed command has been processed.  This is useful
                                                    ^^^^ This, in this place, meens ignored, doesn't it?
>       if  you  want to forget about a plane for a while, but its
>       flight path has not yet been completely set.

And one more problem.
In man page, Circle command have a option to right or left. But source
or binary says Circle have no options to circle to. I can't decide
which is incorrect source or man page.

man page:
>    DELAYABLE COMMANDS
>               - c Circle:
>                      Have   the   plane   circle   (clockwise  by
>                      default).
>                      - l Left:
>                              Circle counterclockwise.
>                      - r Right:
>                              Circle clockwise.

source(input.c)
>        state1[] = {    { 't',          2,      " turn",        turn    },
>                        { 'a',          3,      " altitude:",   NULL    },
>                        { 'c',          4,      " circle",      circle  },
> (snip)
>        state4[] = {    { '@',          9,      " at",          NULL    },
>                        { 'a',          9,      " at",          NULL    },
>                        { RETTOKEN,     -1,     "",             NULL    },
>                        { HELPTOKEN,    12,     " @a<ret>",     NULL    }},

>How-To-Repeat:
man 6 atc
>Fix:
exchange ignored and unmarked for the first problem
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Sun Jul 19 19:05:21 PDT 1998 
State-Changed-Why:  
Description of  'c' command  fixed in rev 1.3 of "atc.6", thanks! 
>Unformatted:
