CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/29 12:32:57
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : term.c term.h
regress/usr.bin/mandoc/roff/esc: Makefile z.in z.out_ascii
Log message:
Replace the kludge for the \z escape sequence by an actual
implementation. As a side effect, minus ten lines of code.
As another side effect, this also fixes the assertion failure that
used to be triggered by "\z\o'ab'c" at the beginning of an output
line, found by jsg@ with afl (test case 022/Apr27).