diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-14 01:31:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-14 01:31:20 +0000 |
commit | 6bd536a1a918bdd23db0447b16a71327a8eef7c4 (patch) | |
tree | f78f276d509e9222b1dae25fd94903e2a94a8870 /share/man | |
parent | 3b3b616843e4340ea5d671c821f51ff95a48bdae (diff) |
implement the roff(7) \p (break output line) escape sequence
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/roff.7 | 6 |
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 . |