diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-04-29 18:32:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-04-29 18:32:58 +0000 |
commit | 3a07146843d313216f9d1706c26ba80cc5d4eb1d (patch) | |
tree | 0ced2c3e5a8615710bf33b5c2802ff1fc75528d8 /share/man | |
parent | ef9a812009417cf2553569040b1816ffcc23e3da (diff) |
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 'share/man')
-rw-r--r-- | share/man/man7/roff.7 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 432ff0339d6..13743c13fc1 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.50 2015/02/17 17:16:11 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.51 2015/04/29 18:32:57 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 17 2015 $ +.Dd $Mdocdate: April 29 2015 $ .Dt ROFF 7 .Os .Sh NAME @@ -2026,10 +2026,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 |