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

Annotation of mandoc/regress/roff/esc/c.in, Revision 1.1

1.1     ! schwarze    1: .Dd December 2, 2014
        !             2: .Dt ESC-C 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm esc-c
        !             6: .Nd the roff escape c sequence: remove trailing space
        !             7: .Sh DESCRIPTION
        !             8: No space between
        !             9: .Dq one
        !            10: and
        !            11: .Dq word :
        !            12: one\c
        !            13: word
        !            14: .Bd -literal
        !            15: one\c
        !            16: word
        !            17: .Ed

CVSweb