Fri Dec 9 10:32:05 EST 2005 rsc
Thanks for finding these.
The changes aren't quite right, though.
Please fix the below issues and then resubmit.
- acid(1) begins with the usage message from acid
above the .TH line.
- the -r option to acid seems worthless. it should
be dropped instead of documented. i suspect it predates
rdbfs. it certainly doesn't do anything interesting.
- you changed the name "libfile" or "library" to "module",
in the man page, which is fine, but you left "library" in
the text.
- acme(1)'s synopsis dropped the fact that you can give acme a
list of files to open.
- acme's usage should list the files too (it never did)
- ascii(1) should use ".B b" not ".BI b". only use .BI etc.
if there is more than one argument.
- the standard form (not always followed) of a usage line is
usage: name [singleletteroptions] [option arg] [option arg] etc.
the singleletteroptions should be sorted alphabetically,
and the option args should also be sorted alphabetically.
so the bc usage should be bc [-cdls] [file ...].
- the -d option to bc enables debugging output, not debugging.
saying it enables debugging sounds like it makes it possible
to use acid or db on it. factotum is the only program in the
system with an option to enable debugging. it's a small point.
Thanks again.
Russ
|