Date: Sat, 14 Mar 1998 06:07:55 -0800 (PST) From: yohta@bsys.tsukuba.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG Subject: docs/6003: Two problems in atc(6) man page Message-ID: <199803141407.GAA10666@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 6003
>Category: docs
>Synopsis: Two problems in atc(6) man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 14 06:10:01 PST 1998
>Last-Modified:
>Originator: Yoshihiko OHTA
>Organization:
Master's Program in Biosystem Studies, Univ. of Tsukuba
>Release: FreeBSD 2.2.5-RELEASE i386
>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
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803141407.GAA10666>
