6 .Nd escape sequences in macro names
15 define first\esecond = val3
16 .de first\\second end3
25 Values (first, second, first\esecond):
30 Remove all but second:
31 .rm first\\second first\esecond second
36 macro seperated from argument by an escape sequence:
37 .de witharg end4 excess arguments