aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/cond/string.out_ascii
blob: c67c0c55a24c1a07cbe6705bc6a1a7197609549b (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)