summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-06-14 01:31:19 +0000
committerschwarze <schwarze@openbsd.org>2017-06-14 01:31:19 +0000
commit6167ec38c25c524dfc7cd0fa734962d15add0402 (patch)
tree1e48989fc29fbfb8c5d9beab9c38b70cde91fed6 /share/man/man7
parentAdd user@host prefix to client's "Permisison denied" messages, useful in (diff)
downloadwireguard-openbsd-6167ec38c25c524dfc7cd0fa734962d15add0402.tar.xz
wireguard-openbsd-6167ec38c25c524dfc7cd0fa734962d15add0402.zip
implement the roff(7) \p (break output line) escape sequence
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/roff.76
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7
index 9f152c092cd..b689e4816d4 100644
--- a/share/man/man7/roff.7
+++ b/share/man/man7/roff.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: roff.7,v 1.67 2017/06/10 16:32:08 schwarze Exp $
+.\" $OpenBSD: roff.7,v 1.68 2017/06/14 01:31:19 schwarze Exp $
.\"
.\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010,2011,2013-2015,2017 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: June 10 2017 $
+.Dd $Mdocdate: June 14 2017 $
.Dt ROFF 7
.Os
.Sh NAME
@@ -1989,6 +1989,8 @@ Overstrike, writing all the characters contained in the
to the same output position.
In terminal and HTML output modes,
only the last one of the characters is visible.
+.Ss \ep
+Break the output line at the end of the current word.
.Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq
Set number register; ignored by
.Xr mandoc 1 .