[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.2 and 1.4

version 1.2, 2017/06/17 22:45:23 version 1.4, 2018/08/19 23:58:09
Line 1 
Line 1 
 .TH ARGS-ROFF 1 "February 21, 2015" OpenBSD  .\" $OpenBSD$
   .TH ARGS-ROFF 1 "February 21, 2015"
 .SH NAME  .SH NAME
 args-roff - arguments to roff macros  args-roff - arguments to roff macros
 .SH DESCRIPTION  .SH DESCRIPTION
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.2  
changed lines
  Added in v.1.4

CVSweb