]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/c_man.in
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / esc / c_man.in
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"
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 .PP
10 The same in no-fill mode:
11 .nf
12 one\c
13 word
14 .fi
15 .PP
16 Blank line after \ec:
17 one\c
18
19 word
20 .nf
21 one\c
22
23 word
24 .fi
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
37 final text