aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/h.in
blob: 0dc7f786f425d8f9dfeb7bc3520f495814fc18bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.\" $OpenBSD: h.in,v 1.6 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt ESC-H 1
.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'\&''<
.br
escape at the beginning: >\h'\w'\&'M+0'<
.br
escape in the middle: >\h'0+\w'\&'+0'<
.br
invalid delimiter: >\h-<