]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/de/append.in
Implement appending to standard man(7) and mdoc(7) macros with .am.
[mandoc.git] / regress / roff / de / append.in
1 .Dd June 18, 2017
2 .Dt DE-APPEND 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm de-append
6 .Nd append to macro definitions
7 .Sh DESCRIPTION
8 de:
9 .de mym
10 .Ox
11 ..
12 .mym
13 am:
14 .am mym
15 .Nx
16 ..
17 .mym
18 ami:
19 .ds myim mym
20 .ds myie mye
21 .ami myim myie
22 .Fx
23 .mye
24 .mym
25 end
26 .Pp
27 standard macro:
28 .Bo in brackets
29 .Bc end
30 .Pp
31 append to standard macro:
32 .am Bc
33 .Pq appended words
34 ..
35 .Bo in brackets
36 .Bc end