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

Annotation of mandoc/regress/roff/esc/c_man.in, Revision 1.2

1.1       schwarze    1: .TH ESC-C_MAN 1 "December 2, 2014" OpenBSD
                      2: .SH NAME
                      3: esc-c_man \- the roff escape c sequence: remove trailing space
                      4: .SH DESCRIPTION
                      5: No space between "one" and "word":
                      6: one\c
                      7: word
                      8: .nf
                      9: one\c
                     10: word
                     11: .fi
1.2     ! schwarze   12: Blank line after \ec:
        !            13: one\c
        !            14:
        !            15: word
        !            16: .nf
        !            17: one\c
        !            18:
        !            19: word
        !            20: .fi
1.1       schwarze   21: final text

CVSweb