blob: 09e1ed3b2267e1d4a2733ab8b927e28120ea9157 (
plain) (
tree)
|
|
.TH ESC-C_MAN 1 "December 2, 2014" OpenBSD
.SH NAME
esc-c_man \- the roff escape c sequence: remove trailing space
.SH DESCRIPTION
No space between "one" and "word":
one\c
word
.nf
one\c
word
.fi
Blank line after \ec:
one\c
word
.nf
one\c
word
.fi
final text
|