CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/06/24 18:19:17
Modified files: usr.bin/mandoc : mandoc.h read.c roff.c Log message: 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.