CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/16 14:46:15
Modified files:
usr.bin/mandoc : mdoc.c
Log message:
Rewrite the main mdoc text parser, mdoc_ptext()
to make it easier to understand and to fix various bugs:
* strip white space from the end MDOC_TEXT elements in literal mode
* in literal mode, a line may be blank even when containing tabs
* escaped backslashes do not escape following characters
ok kristaps@
