CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/06/06 06:09:18
Modified files: usr.bin/mandoc : roff_escape.c Log message: Allow arbitrary argument delimiters for \C, like groff does. The restriction of only allowing ' as the delimiter was introduced by kristaps@ on 2011/04/09 when he first supported \C. For most other escape sequences, similar restrictions were relaxed later on, but for the rarely used \C, it was apparently forgotten. While here, reject empty character names: they are never valid.