summaryrefslogtreecommitdiffstats
path: root/regress/roff/cond/string.out_ascii
blob: 58bc927194670385845760729bfd7b6dd300ee3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
STRING(1)                   General Commands Manual                  STRING(1)

NNAAMMEE
     string - conditional testing whether a string is defined

DDEESSCCRRIIPPTTIIOONN
     mystr not yet defined
     now defined

     mymac not yet defined
     now defined

     myren not yet defined
     now defined

     standard macro is defined

     identifier and tab:      mystr is defined

     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)