[BACK]Return to h.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Annotation of mandoc/regress/roff/esc/h.in, Revision 1.3

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.3     ! schwarze   10: rounding: >\h'0.16i'<
        !            11: .br
1.2       schwarze   12: escape only: >\h'\w'\&'M'<
1.1       schwarze   13: .br
                     14: escape at the end: >\h'0+\w'\&''<
                     15: .br
1.2       schwarze   16: escape at the beginning: >\h'\w'\&'M+0'<
1.1       schwarze   17: .br
                     18: escape in the middle: >\h'0+\w'\&'+0'<
                     19: .br
                     20: invalid delimiter: >\h-<

CVSweb