xref: /openbsd-src/regress/usr.bin/mandoc/roff/string/undef.out_ascii (revision 9f11ffb7133c203312a01e4b986886bc88c7d74b)
1STRING-UNDEF(1)             General Commands Manual            STRING-UNDEF(1)
2
3
4
5NNAAMMEE
6       string-undef - expanding undefined strings
7
8DDEESSCCRRIIPPTTIIOONN
9   UUsseerr ddeeffiinneedd ssttrriinngg
10       The sting "mys" is undefined and remains undefined.
11
12       Its value is "", and now it is defined, and its value is still "".
13
14       After redefining it to "newval", it is of course still defined.
15
16       After removing the definition, it is now undefined.
17
18   UUsseerr ddeeffiinneedd mmaaccrroo
19       The macro "mym" is undefined.
20
21       It has no effect: But now it is defined.
22
23       After defining it as: neweffect it is of course still defined.
24
25       After removing the definition, it is now undefined.
26
27   RReennaammeedd mmaaccrroo
28       The standard .BR macro is defined, and it wwoorrkkss.
29
30       After renaming it, the new name is defined, and wwoorrkkss.
31
32   PPrreeddeeffiinneedd ssttrriinngg
33       A predefined string is defined and has the value "(R)".
34
35
36
37OpenBSD                          April 9, 2018                 STRING-UNDEF(1)
38