blob: 56e4275cd3c8fffb9e60100ed2a1caf775179001 (
plain) (
tree)
|
|
.Dd May 28, 2012
.Dt ESC-H 1
.Os OpenBSD
.Sh NAME
.Nm esc-h
.Nd the roff escape h sequence: horizontal movement
.Sh DESCRIPTION
simple: >\h'0'<
.br
rounding: >\h'0.16i'<
.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-<
|