From c7573bb09a210ded3f9d982b74618c8ca065c367 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 29 Apr 2015 18:35:00 +0000 Subject: 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). --- roff.7 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roff.7') 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 -- cgit