CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/08/29 16:39:59
Modified files: usr.bin/mandoc : mandoc.c share/man/man7 : roff.7 Log message: Parse and ignore the escape sequences \, and \/ (italic corrections). Actually using these is very stupid because they are groff extensions and other roff(7) implementations typically print unintended characters at the places where they are used. Nevertheless, some manuals contain them, for example ocserv(8). Problem reported by Kurt Jaeger <pi at FreeBSD>.