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

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

CVSweb