CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/12/15 16:56:21
Modified files: usr.bin/mandoc : mdoc_argv.c regress/usr.bin/mandoc/roff/args: Makefile Added files: regress/usr.bin/mandoc/roff/args: mdoc.in mdoc.out_ascii Log message: In quoted macro arguments, double quotes can be quoted by doubling them. For a long time, we handle this in roff(7) and man(7) macros. Now add correct handling for the mdoc(7) case, too. Closely based on a patch by Tsugutomo dot ENAMI at jp dot sony dot com, see http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48438 received via Thomas Klausner (wiz@), slightly tweaked by me.