X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..6679f3bff1fd1867c5173a3832bae2426d7c1e3a:/regress/roff/esc/c_man.in diff --git a/regress/roff/esc/c_man.in b/regress/roff/esc/c_man.in index c18fad10..f6a5b0e5 100644 --- a/regress/roff/esc/c_man.in +++ b/regress/roff/esc/c_man.in @@ -1,12 +1,37 @@ -.TH ESC-C_MAN 1 "December 2, 2014" OpenBSD +.\" $OpenBSD: c_man.in,v 1.4 2018/08/25 12:28:52 schwarze Exp $ +.TH ESC-C_MAN 1 "August 25, 2018" .SH NAME esc-c_man \- the roff escape c sequence: remove trailing space .SH DESCRIPTION No space between "one" and "word": one\c word +.PP +The same in no-fill mode: .nf one\c word .fi +.PP +Blank line after \ec: +one\c + +word +.nf +one\c + +word +.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