Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 30 15:04:57 2025 UTC (5 days, 7 hours ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +17 -3 lines
Diff to previous 1.14 (unified)
Ignore SIGPIPE, such that mandocd(8) does not die from it but instead send(2) fails with EPIPE, printing a proper error message "mandocd: send: Broken pipe" and resulting in a clean shutdown of mandocd(8). Additional, minor improvements to error reporting: Report wrong numbers of command line arguments in more detail. Fix the message reporting an invalid file descriptor argument.