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