aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit5aae14345a405f370fc687547d918a084ce6e53f (patch)
treead82ff35550789fe183a85983e962d69bf324bad /roff.7
parentbc2734def665102468b1f7b8f30738fd94f658a4 (diff)
downloadmandoc-5aae14345a405f370fc687547d918a084ce6e53f.tar.gz
mandoc-5aae14345a405f370fc687547d918a084ce6e53f.tar.zst
mandoc-5aae14345a405f370fc687547d918a084ce6e53f.zip
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.79
1 files changed, 3 insertions, 6 deletions
diff --git a/roff.7 b/roff.7
index dc39b69b..02b7212e 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.70 2015/02/17 17:16:52 schwarze Exp $
+.\" $Id: roff.7,v 1.71 2015/04/29 18:35:00 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
@@ -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