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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / esc / c_man.in (download)

Revision 1.4, Sat Aug 25 12:33:04 2018 UTC (5 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD
Changes since 1.3: +17 -2 lines

If man(7) next-line scope is open and the line ends with \c,
the scope remains open.  Needed for example for groff_man(7).

.\" $OpenBSD: c_man.in,v 1.4 2018/08/25 12:28:52 schwarze Exp $
.TH ESC-C_MAN 1 "August 25, 2018"
.SH NAME
esc-c_man \- the roff escape c sequence: remove trailing space
.SH DESCRIPTION
No space between "one" and "word":
one\c
word
.PP
The same in no-fill mode:
.nf
one\c
word
.fi
.PP
Blank line after \ec:
one\c

word
.nf
one\c

word
.fi
.PP
In next-line element scope:
.B
one\c
word
.PP
In next-line block scope:
.TP
one\c
word
list body
.PP
final text