blob: 9a2d825a09b770927464ec206c93fc0cbe39934c (
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 June 29, 2014 OpenBSD
|