[BACK]Return to c_man.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

Diff for /mandoc/regress/roff/esc/c_man.in between version 1.2 and 1.4

version 1.2, 2017/06/17 13:06:17 version 1.4, 2018/08/25 12:33:04
Line 1 
Line 1 
 .TH ESC-C_MAN 1 "December 2, 2014" OpenBSD  .\" $OpenBSD$
   .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
   
Line 18  one\c
Line 22  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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb