version 1.1, 2017/02/08 03:03:20 |
version 1.5, 2017/07/04 15:26:34 |
|
|
.Dd May 28, 2012 |
.\" $OpenBSD$ |
|
.Dd $Mdocdate$ |
.Dt ESC-H 1 |
.Dt ESC-H 1 |
.Os OpenBSD |
.Os |
.Sh NAME |
.Sh NAME |
.Nm esc-h |
.Nm esc-h |
.Nd the roff escape h sequence: horizontal movement |
.Nd the roff escape h sequence: horizontal movement |
.Sh DESCRIPTION |
.Sh DESCRIPTION |
simple: >\h'0'< |
simple: >\h'0'< |
.br |
.br |
escape only: >\h'\w'\&''< |
rounding: >\h'0.16i'< |
.br |
.br |
|
absolute: >\h'|12n'< |
|
.br |
|
escape only: >\h'\w'\&'M'< |
|
.br |
escape at the end: >\h'0+\w'\&''< |
escape at the end: >\h'0+\w'\&''< |
.br |
.br |
escape at the beginning: >\h'\w'\&'+0'< |
escape at the beginning: >\h'\w'\&'M+0'< |
.br |
.br |
escape in the middle: >\h'0+\w'\&'+0'< |
escape in the middle: >\h'0+\w'\&'+0'< |
.br |
.br |