[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.4 and 1.5

version 1.4, 2019/02/06 21:11:44 version 1.5, 2022/06/03 12:15:57
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .TH STRING 1 "February 6, 2019"  .TH STRING 1 "June 3, 2022"
 .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 40  identifier and tab:
Line 40  identifier and tab:
 escape sequence after identifier:  escape sequence after identifier:
 .ie d mystr\(enmystr is defined  .ie d mystr\(enmystr is defined
 .el OOPS  .el OOPS
   .PP
   backslash in name:
   .ds \\ value
   .ie d \\ \e is defined
   .el OOPS
   .rm \\
   .if d \\ still defined!?
   .PP
   dot in name:
   .ds . value
   .ie d . \&. is defined
   .el OOPS
   .ie d \. \e. is defined
   .el OOPS
   .rm .
   .if d . still defined!?
   .PP
   invalid escape in name:
   .ds G value
   .ie d G G is defined
   .el OOPS
   .ie d \G \eG is defined
   .el OOPS
   .rm \G
   .if d G still defined!?

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

CVSweb