aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/c.in
blob: 318488f824d5ceb5b991ff40ed2b9abb704b8e8a (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
.\" $OpenBSD: c.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt ESC-C 1
.Os
.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