[BACK]Return to undef.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / string

Annotation of mandoc/regress/roff/string/undef.out_ascii, Revision 1.2

1.1       schwarze    1: STRING-UNDEF(1)             General Commands Manual            STRING-UNDEF(1)
                      2:
                      3: NNAAMMEE
                      4:        string-undef - expanding undefined strings
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      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:
                     33: OpenBSD                          April 9, 2018                 STRING-UNDEF(1)

CVSweb