CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/08/30 12:04:52

Modified files:
        usr.bin/mandoc : apropos.1 main.c man.1 mandoc.1 

Log message:
Introduce a man(1) -l option as an alias for mandoc -a.
Basically, this does the same as man -l in Linux man-db.
The point is that now all functionality of the combined tool
is reachable from the man(1) command name:
apropos = man -k, whatis = man -f, mandoc = man -cl.

Originally suggested by Carsten dot Kunze at arcor dot de,
current maintainer of the Heirloom Documentation Tools.

While here, add various missing information to the usage()
and to the manuals.

Reply via email to