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

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
        !            10: escape only: >\h'\w'\&''<
        !            11: .br
        !            12: escape at the end: >\h'0+\w'\&''<
        !            13: .br
        !            14: escape at the beginning: >\h'\w'\&'+0'<
        !            15: .br
        !            16: escape in the middle: >\h'0+\w'\&'+0'<
        !            17: .br
        !            18: invalid delimiter: >\h-<

CVSweb