]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/c.in
Minimal implementation of the \h (horizontal motion) escape sequence.
[mandoc.git] / regress / roff / esc / c.in
1 .Dd December 2, 2014
2 .Dt ESC-C 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm esc-c
6 .Nd the roff escape c sequence: remove trailing space
7 .Sh DESCRIPTION
8 No space between
9 .Dq one
10 and
11 .Dq word :
12 one\c
13 word
14 .Bd -literal
15 one\c
16 word
17 .Ed