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

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
1.2     ! schwarze   18: Blank line after \ec:
        !            19: one\c
        !            20:
        !            21: word
        !            22: .Bd -literal
        !            23: one\c
        !            24:
        !            25: word
        !            26: .Ed

CVSweb