Annotation of mandoc/regress/roff/esc/h.in, Revision 1.2
1.1 schwarze 1: .Dd May 28, 2012
2: .Dt ESC-H 1
3: .Os OpenBSD
4: .Sh NAME
5: .Nm esc-h
6: .Nd the roff escape h sequence: horizontal movement
7: .Sh DESCRIPTION
8: simple: >\h'0'<
9: .br
1.2 ! schwarze 10: escape only: >\h'\w'\&'M'<
1.1 schwarze 11: .br
12: escape at the end: >\h'0+\w'\&''<
13: .br
1.2 ! schwarze 14: escape at the beginning: >\h'\w'\&'M+0'<
1.1 schwarze 15: .br
16: escape in the middle: >\h'0+\w'\&'+0'<
17: .br
18: invalid delimiter: >\h-<
CVSweb