]> git.cameronkatri.com Git - mandoc.git/commit
Improve messages related to the roff(7) .so request.
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 25 Jun 2014 00:20:19 +0000 (00:20 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 25 Jun 2014 00:20:19 +0000 (00:20 +0000)
commit0b6903db7750adfcd88f388a0196037f91e474c6
tree74a7bb636324f8fbc42a2c5baf7d30fcf31df1cf
parentac2e8ee3f16b454077019e9f59ae2ff011411ae5
Improve messages related to the roff(7) .so request.

In all these messages, show the filename argument that was passed
to the .so request.

In case of failure, show an additional message reporting the file
and the line number where the failing request was found.
The existing message reporting the reason for the failure -
for example, "Permission denied" - is left in place, unchanged.

Inspired by a question asked by Nick@ after he saw the
confusing old messages that used to be emitted in this area.
mandoc.h
read.c
roff.c