]> git.cameronkatri.com Git - mandoc.git/commit
Improve error reporting.
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 26 Mar 2014 20:53:36 +0000 (20:53 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 26 Mar 2014 20:53:36 +0000 (20:53 +0000)
commitb8323c835c6c61897c045cb4c927d0b6bad0b45c
tree2cc6546b5f93ce70b48973d53ffac5030194c1bc
parent4a353c63099505dd5ab7d7143499e9fb318e4b60
Improve error reporting.
Simplify combining a custom format string with perror(),
avoiding many manual calls to strerror(errno).
For low-level failures, report attempted function calls.
Do not abuse the say() filename argument for files outside the basedir,
and even less for other text.
mandocdb.c