=================================================================== RCS file: /cvs/mandoc/regress/roff/cond/string.out_ascii,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- mandoc/regress/roff/cond/string.out_ascii 2017/06/14 14:02:40 1.1 +++ mandoc/regress/roff/cond/string.out_ascii 2022/06/03 12:15:57 1.5 @@ -1,7 +1,5 @@ STRING(1) General Commands Manual STRING(1) - - NNAAMMEE string - conditional testing whether a string is defined @@ -15,6 +13,16 @@ DDEESSCCRRIIPPTTIIOONN myren not yet defined now defined + standard macro is defined + identifier and tab: mystr is defined -OpenBSD June 14, 2017 STRING(1) + escape sequence after identifier: -mystr is defined + + backslash in name: \ is defined + + dot in name: . is defined \. is defined + + invalid escape in name: G is defined \G is defined + +OpenBSD June 3, 2022 STRING(1)