CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/07/14 12:14:27
Modified files: usr.bin/mandoc : main.c mandoc.h mandoc_msg.c Log message: If messages are shown and output is printed without a pager, display a heads-up on stderr at the end because otherwise, users may easily miss the messages: because messages typically occur while parsing, they typically preceed the output. This is most useful with flag combinations like "-c -W all" but may also help in some unusual error scenarios. Inconvenient ordering of output originally pointed out by espie@ for the example situation that /tmp/ is not writeable.