[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.4

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.4     ! schwarze   12: absolute: >\h'|12n'<
        !            13: .br
1.2       schwarze   14: escape only: >\h'\w'\&'M'<
1.1       schwarze   15: .br
                     16: escape at the end: >\h'0+\w'\&''<
                     17: .br
1.2       schwarze   18: escape at the beginning: >\h'\w'\&'M+0'<
1.1       schwarze   19: .br
                     20: escape in the middle: >\h'0+\w'\&'+0'<
                     21: .br
                     22: invalid delimiter: >\h-<

CVSweb