xref: /openbsd-src/regress/usr.bin/mandoc/roff/esc/c.in (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1.\" $OpenBSD: c.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt ESC-C 1
4.Os
5.Sh NAME
6.Nm esc-c
7.Nd the roff escape c sequence: remove trailing space
8.Sh DESCRIPTION
9No space between
10.Dq one
11and
12.Dq word :
13one\c
14word
15.Bd -literal
16one\c
17word
18.Ed
19Blank line after \ec:
20one\c
21
22word
23.Bd -literal
24one\c
25
26word
27.Ed
28