blob: c530a4728fce0405156c7f4a08862fd09eb07c26 (
plain) (
tree)
|
|
.\" $OpenBSD: c_man.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
.TH ESC-C_MAN 1 "December 2, 2014"
.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
|