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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / string / undef.out_ascii (download)

Revision 1.3, Mon Nov 13 21:22:07 2023 UTC (7 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +12 -12 lines

reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244

STRING-UNDEF(1)             General Commands Manual            STRING-UNDEF(1)

NNAAMMEE
     string-undef - expanding undefined strings

DDEESSCCRRIIPPTTIIOONN
   UUsseerr ddeeffiinneedd ssttrriinngg
     The sting "mys" is undefined and remains undefined.

     Its value is "", and now it is defined, and its value is still "".

     After redefining it to "newval", it is of course still defined.

     After removing the definition, it is now undefined.

   UUsseerr ddeeffiinneedd mmaaccrroo
     The macro "mym" is undefined.

     It has no effect: But now it is defined.

     After defining it as: neweffect it is of course still defined.

     After removing the definition, it is now undefined.

   RReennaammeedd mmaaccrroo
     The standard .BR macro is defined, and it wwoorrkkss.

     After renaming it, the new name is defined, and wwoorrkkss.

   PPrreeddeeffiinneedd ssttrriinngg
     A predefined string is defined and has the value "(R)".

OpenBSD                          April 9, 2018                 STRING-UNDEF(1)