Age | Commit message (Collapse) | Author |
|
|
|
- Add Xr for apropos(1) and whatis(1).
- Also, cleanup option descriptions while we're here.
|
|
|
|
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
is used instead; kwesterback@home.com
|
|
|
|
|
|
|
|
|
|
add a manual for getNAME. also, change the `default' output to be in
a form much more useful for an apropos(1) database. this will be used
by makewhatis(1) to generate the whatis.db file's now...
OpenBSD changes:
use basename(3) instead of doing a half-hearted job inline.
use strncat(3) because I am anal.
|