summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-04-29 18:32:57 +0000
committerschwarze <schwarze@openbsd.org>2015-04-29 18:32:57 +0000
commitf2e60d142f87cf8475f865280dbc92eca2c91a26 (patch)
treeda42594a27b9cbc285388e390ff572104a152b9f /share/man/man7
parentIn most cases, IP fragments do not have an Ethernet padding. So (diff)
downloadwireguard-openbsd-f2e60d142f87cf8475f865280dbc92eca2c91a26.tar.xz
wireguard-openbsd-f2e60d142f87cf8475f865280dbc92eca2c91a26.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 'share/man/man7')
-rw-r--r--share/man/man7/roff.79
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