=================================================================== RCS file: /cvs/mandoc/regress/roff/de/escname.out_ascii,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/regress/roff/de/escname.out_ascii 2017/07/04 15:26:32 1.3 +++ mandoc/regress/roff/de/escname.out_ascii 2022/06/03 12:15:58 1.4 @@ -12,12 +12,23 @@ DDEESSCCRRIIPPTTIIOONN define first = val1 - Values (first, second, first\second): val1 val2 val3 + define first\.second = val_dot + define first\Gsecond = val_inval + + Values: + first val1 + second val2 + first\second val3 + first.second val_dot + first\.second val_dot + firstGsecond val_inval + first\Gsecond val_inval + Remove all but second: val2 macro seperated from argument by an escape sequence: "argument" final text -OpenBSD July 4, 2017 OpenBSD +OpenBSD June 3, 2022 OpenBSD