[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.1

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

CVSweb