CVS: cvs.openbsd.org: src
Ingo Schwarze <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/16 13:00:17 Modified files: usr.bin/mandoc : roff.h roff.c share/man/man7 : roff.7 Log message: Ignore various roff(7) requests that are new in groff-1.23 and groff-1.24. Most of these only serve debugging purposes, and some are related to features that are not relevant in manual pages and that we do not support in the first place. Two special cases are notable: .msoquiet is ignored because insecure (just like .mso already was), and .soquiet is treated as an exact alias for .so, without suppressing any diagnostics, because in manual pages, missing include files are never harmless. List of requests that needed checking provided by G. Branden Robinson.