]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/de/escname.out_ascii
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / de / escname.out_ascii
1 DE-ESCNAME(1) General Commands Manual DE-ESCNAME(1)
2
3 N\bNA\bAM\bME\bE
4 d\bde\be-\b-e\bes\bsc\bcn\bna\bam\bme\be - escape sequences in macro names
5
6 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
7 initial text
8
9 define second = val2
10
11 define first\second = val3
12
13 define first = val1
14
15 define first\.second = val_dot
16
17 define first\Gsecond = val_inval
18
19 Values:
20 first val1
21 second val2
22 first\second val3
23 first.second val_dot
24 first\.second val_dot
25 firstGsecond val_inval
26 first\Gsecond val_inval
27
28 Remove all but second: val2
29
30 macro seperated from argument by an escape sequence: "argument"
31
32 final text
33
34 OpenBSD June 3, 2022 OpenBSD