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

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
        !            12: final text

CVSweb