aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/c_man.in
blob: f6a5b0e5bb01d547a776672616c95da3a12a6be2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" $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