aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/c.in
blob: b7b47bc155a6ec2fe81b8737d6868b2799511345 (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
.Dd December 2, 2014
.Dt ESC-C 1
.Os OpenBSD
.Sh NAME
.Nm esc-c
.Nd the roff escape c sequence: remove trailing space
.Sh DESCRIPTION
No space between
.Dq one
and
.Dq word :
one\c
word
.Bd -literal
one\c
word
.Ed
Blank line after \ec:
one\c

word
.Bd -literal
one\c

word
.Ed