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

1.4     ! schwarze    1: .\" $OpenBSD: c_man.in,v 1.4 2018/08/25 12:28:52 schwarze Exp $
        !             2: .TH ESC-C_MAN 1 "August 25, 2018"
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
1.4     ! schwarze    9: .PP
        !            10: The same in no-fill mode:
1.1       schwarze   11: .nf
                     12: one\c
                     13: word
                     14: .fi
1.4     ! schwarze   15: .PP
1.2       schwarze   16: Blank line after \ec:
                     17: one\c
                     18:
                     19: word
                     20: .nf
                     21: one\c
                     22:
                     23: word
                     24: .fi
1.4     ! schwarze   25: .PP
        !            26: In next-line element scope:
        !            27: .B
        !            28: one\c
        !            29: word
        !            30: .PP
        !            31: In next-line block scope:
        !            32: .TP
        !            33: one\c
        !            34: word
        !            35: list body
        !            36: .PP
1.1       schwarze   37: final text

CVSweb