diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 01:31:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-14 01:31:26 +0000 |
commit | 309a80562f7c43b81a190188a3f46c2509dd0c26 (patch) | |
tree | 0ca524ad39e42c5d6ad2499c21781722b17f0b5d /roff.7 | |
parent | 28aefcdcb96546f06ba44462300a9e7edaa5e9be (diff) | |
download | mandoc-309a80562f7c43b81a190188a3f46c2509dd0c26.tar.gz |
implement the roff(7) \p (break output line) escape sequence
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1991,6 +1991,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 . |