diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-01 19:05:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-01 19:05:16 +0000 |
commit | 5b1839548e793966daf6ab053fe33282e6569f7f (patch) | |
tree | 179b579389388bb6eb67d3037208a8d72fe9ae46 /share/man/man7 | |
parent | 5c77c1cb25f3edc3a5fa1f3ba73f9c5f6a754130 (diff) |
Minimal implementation of the \h (horizontal motion) escape sequence.
Good enough to cope with the average DocBook insanity.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 4054e4e59bf..352da642a5a 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.60 2017/05/08 15:33:43 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.61 2017/06/01 19:05:15 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: May 8 2017 $ +.Dd $Mdocdate: June 1 2017 $ .Dt ROFF 7 .Os .Sh NAME @@ -1923,9 +1923,10 @@ and .Ss \eH\(aq Ns Oo +|- Oc Ns Ar number Ns \(aq Set the height of the current font; ignored by .Xr mandoc 1 . -.Ss \eh\(aq Ns Ar number Ns \(aq -Horizontal motion; ignored by -.Xr mandoc 1 . +.Ss \eh\(aq Ns Ar width Ns \(aq +Horizontal motion relative to the current position. +The default scaling unit is +.Cm m . .Ss \ek[ Ns Ar name ] Mark horizontal input place in register; ignored by .Xr mandoc 1 . |