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

Annotation of mandoc/regress/roff/de/escname.out_ascii, Revision 1.2

1.1       schwarze    1: DE-ESCNAME(1)               General Commands Manual              DE-ESCNAME(1)
                      2:
                      3: NNAAMMEE
                      4:      ddee--eessccnnaammee - escape sequences in macro names
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:      initial text
                      8:
                      9:      define second = val2
                     10:
                     11:      define first\second = val3
                     12:
                     13:      define first = val1
                     14:
                     15:      Values (first, second, first\second): val1 val2 val3
                     16:
                     17:      Remove all but second: val2
                     18:
1.2     ! schwarze   19:      macro seperated from argument by an escape sequence: "argument"
1.1       schwarze   20:
                     21:      final text
                     22:
                     23: OpenBSD                          June 29, 2014                         OpenBSD

CVSweb