Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / contrib / groff / tmac / andoc.tmac
1 .\" andoc.tmac
2 .\"
3 .\" Load either an-old.tmac or doc.tmac.  Multiple man pages can be
4 .\" handled.
5 .\"
6 .\"
7 .\" Copyright (C) 1991, 1995, 2000, 2002, 2008, 2009
8 .\"   Free Software Foundation, Inc.
9 .\"      Written by James Clark (jjc@jclark.com)
10 .\"
11 .\" This file is part of groff.
12 .\"
13 .\" groff is free software; you can redistribute it and/or modify it under
14 .\" the terms of the GNU General Public License as published by the Free
15 .\" Software Foundation, either version 3 of the License, or
16 .\" (at your option) any later version.
17 .\"
18 .\" groff is distributed in the hope that it will be useful, but WITHOUT ANY
19 .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 .\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21 .\" for more details.
22 .\"
23 .\" You should have received a copy of the GNU General Public License
24 .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
25 .\"
26 .
27 .if !\n(.g \
28 .  ab These macros require groff.
29 .
30 .nr _C \n(.C
31 .cp 0
32 .
33 .als andoc-em em
34 .als andoc-bp bp
35 .
36 .de1 reload-doc
37 .  ch an-header   \" remove trap set by an-old.tmac
38 .  ch an-footer   \" remove trap set by an-old.tmac
39 .  ch an-p-footer \" remove trap set by an-old.tmac
40 .
41 .  als em andoc-em
42 .  als bp andoc-bp
43 .  rm Dd          \" disable load-only-once, see doc.tmac
44 .
45 .  mso doc.tmac
46 .
47 .  als TH reload-man
48 \\*[Dd]\\
49 ..
50 .
51 .de1 reload-man
52 .  ch header      \" remove trap set by doc.tmac
53 .  ch footer      \" remove trap set by doc.tmac
54 .
55 .  als em andoc-em
56 .  als bp andoc-bp
57 .  rm RI          \" disable load-only-once, see an-old.tmac
58 .  blm            \" no blank line macro
59 .  rm TH
60 .
61 .  mso an-old.tmac
62 .
63 .  als Dd reload-doc
64 \\*[TH]\\
65 ..
66 .
67 .als TH reload-man
68 .als Dd reload-doc
69 .
70 .\" dummy equation macros -- eqnrc is read before .TH or .Dd is parsed
71 .de EQ
72 ..
73 .de EN
74 ..
75 .
76 .cp \n[_C]
77 .
78 .\" end of andoc.tmac