CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2010/03/01 17:13:57

Modified files:
        usr.bin/mandoc : mdoc_strings.c mdoc_argv.c mdoc_macro.c 

Log message:
Distinguish opening and closing delimiters, and close out block
macros after closing delimiters only, not after opening ones.  Besides,
neither roff nor old nor new groff consider braces { } as delimiters.

This fixes some frequent misrenderings by mandoc,
for example ".Ql (" being rendered as "`'(" instead of "`('".

Reply via email to