Public bug reported:

Binary package hint: wifi-radar

The manual page for wifi-radar.conf looks like basically a copy/paste of
the wifi-radar manual page. The NAME, SYNOPSIS, FILES, BUGS, and AUTHOR
sections look like duplicates; they are mostly redundant here, to the
extent that they are not erroneous.

The EXAMPLES section is not completely useless (sorry for the attention-
grabbing title for this bug report). Getting an example of the general
syntax and the available directives is useful, but the manual page fails
to document even briefly what those examples actually mean.

Most of the directives are fairly self-explanatory, but e.g. "speak_up"
is definitely not.

/usr/bin/wifi-radar contains the following comments, which could be
copied to the manual page (modulo typo fixes):

# The interface you use
INTERFACE               = "eth1"

# How long should the scan last?
SCAN_TIMEOUT    = "5"

# Should I speak up when connecting to a network? (If you have a speach command)
SPEAK_UP                = False

# You may set this to true for cards that require a "commit" command with 
iwconfig
COMMIT_REQUIRED = False

# You may set this to true for cards that require the interface to be brought 
up first
IFUP_REQUIRED   = False

# ...

IWLIST_COMMAND   = "LC_MESSAGES=C iwlist"
IWCONFIG_COMMAND = "LC_MESSAGES=C iwconfig"
IFCONFIG_COMMAND = "LC_MESSAGES=C ifconfig"
ROUTE_COMMAND    = "LC_MESSAGES=C route"

# X1000 Linux has a say command (text to speach) to accounce connecting to 
networks.
# Set the SPEAK_UP to false if you do not have or want this.
SAY_COMMAND             = "say"

The scan_timeout could benefit from some elaboration, and the interface
option is apparently optional, in which case all interfaces will be
scanned. The speak_up option looks like it may be better off remaining
undocumented (in which case it should perhaps not be in the EXAMPLES
either).

** Affects: wifi-radar (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
wifi-radar.conf manual page mostly useless
https://launchpad.net/bugs/97390

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to