X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/41ca712e6e6b6ad1b09c0abcbe87b01ea039b2be..6679f3bff1fd1867c5173a3832bae2426d7c1e3a:/regress/roff/esc/h.in?ds=sidebyside diff --git a/regress/roff/esc/h.in b/regress/roff/esc/h.in index 4bc1953e..0dc7f786 100644 --- a/regress/roff/esc/h.in +++ b/regress/roff/esc/h.in @@ -1,12 +1,17 @@ -.Dd May 28, 2012 +.\" $OpenBSD: h.in,v 1.6 2017/07/04 14:53:27 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt ESC-H 1 -.Os OpenBSD +.Os .Sh NAME .Nm esc-h .Nd the roff escape h sequence: horizontal movement .Sh DESCRIPTION simple: >\h'0'< .br +rounding: >\h'0.16i'< +.br +absolute: >\h'|12n'< +.br escape only: >\h'\w'\&'M'< .br escape at the end: >\h'0+\w'\&''<