]> git.cameronkatri.com Git - mandoc.git/commit
Instead of silently doing nothing at all,
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 3 Apr 2014 21:45:31 +0000 (21:45 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 3 Apr 2014 21:45:31 +0000 (21:45 +0000)
commitdc91be3095306ef1c3a2917e20da4f98dbd6291e
treec8fc7e8db0691de677b03b94509fcc0f067341a1
parent12d97e930f816d7505ce9bf1b1065b89a2b0d850
Instead of silently doing nothing at all,
warn and return non-zero when the manpath is empty, that is,
when /etc/man.conf is non-existent or unreadable
AND the environment variable MANPATH is unset or empty
AND no directories were given on the command line.

Inspired by the error handling in espie@'s makewhatis(8),
except that one doesn't know about MANPATH.
mandocdb.c