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

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

version 1.1, 2017/06/14 14:02:40 version 1.4, 2019/02/06 21:11:44
Line 1 
Line 1 
 .TH STRING 1 "June 14, 2017" OpenBSD  .\" $OpenBSD$
   .TH STRING 1 "February 6, 2019"
 .SH NAME  .SH NAME
 string \- conditional testing whether a string is defined  string \- conditional testing whether a string is defined
 .SH DESCRIPTION  .SH DESCRIPTION
Line 27  mymacval
Line 28  mymacval
 .ie d myren now defined  .ie d myren now defined
 .el OOPS  .el OOPS
 .if !d myren OOPS  .if !d myren OOPS
   .PP
   standard macro is
   .ie d PP defined
   .el not defined \(em OOPS
   .PP
   identifier and tab:
   .ie d mystr     mystr is defined
   .el OOPS
   .PP
   escape sequence after identifier:
   .ie d mystr\(enmystr is defined
   .el OOPS

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

CVSweb