blob: e096fd71d3dc69711b7bcd305298385ac0ccd466 (
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
24
25
26
27
28
29
30
31
32
33
34
|
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
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 June 3, 2022 OpenBSD
|