aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/de/escname.out_ascii
blob: 4f9a3a3d3eb8bd0abc08498cfde993bca0af41de (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