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

Diff for /mandoc/regress/roff/args/roff.in between version 1.1 and 1.4

version 1.1, 2017/02/08 03:03:17 version 1.4, 2018/08/19 23:58:09
Line 1 
Line 1 
   .\" $OpenBSD$
 .TH ARGS-ROFF 1 "February 21, 2015"  .TH ARGS-ROFF 1 "February 21, 2015"
 .SH NAME  .SH NAME
 args-roff - arguments to roff macros  args-roff - arguments to roff macros
Line 18  escaped blanks:
Line 19  escaped blanks:
 .test one\ one two\ two  .test one\ one two\ two
 escaped 'e' character:  escaped 'e' character:
 .test one\eone two  .test one\eone two
 escaped backslash before blank:  .\" escaped backslash before blank:  --  broken for unknown reasons
 .test one\\ two  .\" .test one\\ two
 escaped backslash before 'e' character:  escaped backslash before 'e' character:
 .test one\\e two  .test one\\e two
 double inter-argument space:  double inter-argument space:

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

CVSweb