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

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

CVSweb