version 1.3, 2017/07/04 15:26:34 |
version 1.4, 2018/08/25 12:33:04 |
|
|
.\" $OpenBSD$ |
.\" $OpenBSD$ |
.TH ESC-C_MAN 1 "December 2, 2014" |
.TH ESC-C_MAN 1 "August 25, 2018" |
.SH NAME |
.SH NAME |
esc-c_man \- the roff escape c sequence: remove trailing space |
esc-c_man \- the roff escape c sequence: remove trailing space |
.SH DESCRIPTION |
.SH DESCRIPTION |
No space between "one" and "word": |
No space between "one" and "word": |
one\c |
one\c |
word |
word |
|
.PP |
|
The same in no-fill mode: |
.nf |
.nf |
one\c |
one\c |
word |
word |
.fi |
.fi |
|
.PP |
Blank line after \ec: |
Blank line after \ec: |
one\c |
one\c |
|
|
|
|
|
|
word |
word |
.fi |
.fi |
|
.PP |
|
In next-line element scope: |
|
.B |
|
one\c |
|
word |
|
.PP |
|
In next-line block scope: |
|
.TP |
|
one\c |
|
word |
|
list body |
|
.PP |
final text |
final text |