summaryrefslogtreecommitdiffstats
path: root/regress/roff/esc/c.in
blob: cda05bd6bc8419c5f4c82006ef8c3832010a7f66 (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$
.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