summaryrefslogtreecommitdiffstats
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-04-29 18:35:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-04-29 18:35:00 +0000
commitc7573bb09a210ded3f9d982b74618c8ca065c367 (patch)
treea25b62f819197be8ab2fcf8932196ca933f6855f /roff.7
parentdb57abddea61d27902926e8bc578816ece975d27 (diff)
downloadmandoc-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.75
1 files changed, 1 insertions, 4 deletions
diff --git a/roff.7 b/roff.7
index bb44f6b4..d7515f40 100644
--- a/roff.7
+++ b/roff.7
@@ -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