]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/c.in
Implement the roff .break request (break out of a .while loop).
[mandoc.git] / regress / roff / esc / c.in
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
9 No space between
10 .Dq one
11 and
12 .Dq word :
13 one\c
14 word
15 .Bd -literal
16 one\c
17 word
18 .Ed
19 Blank line after \ec:
20 one\c
21
22 word
23 .Bd -literal
24 one\c
25
26 word
27 .Ed