aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/de/escname.out_ascii
blob: 367b5d0fb2c92a42be98dd1641540f22586d25ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DE-ESCNAME(1)               General Commands Manual              DE-ESCNAME(1)

NNAAMMEE
     ddee--eessccnnaammee - escape sequences in macro names

DDEESSCCRRIIPPTTIIOONN
     initial text

     define second = val2

     define first\second = val3

     define first = val1

     Values (first, second, first\second): val1 val2 val3

     Remove all but second: val2

     macro seperated from argument by an escape sequence: "argument"

     final text

OpenBSD                          July 4, 2017                          OpenBSD