diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-29 18:35:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-29 18:35:00 +0000 |
commit | c7573bb09a210ded3f9d982b74618c8ca065c367 (patch) | |
tree | a25b62f819197be8ab2fcf8932196ca933f6855f /roff.7 | |
parent | db57abddea61d27902926e8bc578816ece975d27 (diff) | |
download | mandoc-c7573bb09a210ded3f9d982b74618c8ca065c367.tar.gz |
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).
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2028,10 +2028,7 @@ Print with zero width and height; ignored by .Xr mandoc 1 . .Ss \ez -Output the next character without advancing the cursor position; -approximated in -.Xr mandoc 1 -by simply skipping the next character. +Output the next character without advancing the cursor position. .Sh COMPATIBILITY The .Xr mandoc 1 |