Removed debugging statement and added comments to the duplicate check
[mmh] / docs / historical / mh-6.8.5 / conf / doc / RCS / tmac.h,v
1 head    1.7;
2 access;
3 symbols;
4 locks; strict;
5 comment @ * @;
6
7
8 1.7
9 date    92.10.30.19.45.32;      author jromine; state Exp;
10 branches;
11 next    1.6;
12
13 1.6
14 date    91.01.07.16.12.37;      author mh;      state Exp;
15 branches;
16 next    1.5;
17
18 1.5
19 date    90.04.05.15.40.17;      author sources; state Exp;
20 branches;
21 next    1.4;
22
23 1.4
24 date    90.03.22.11.31.58;      author sources; state Exp;
25 branches;
26 next    1.3;
27
28 1.3
29 date    90.03.22.11.22.32;      author sources; state Exp;
30 branches;
31 next    1.2;
32
33 1.2
34 date    90.03.20.14.29.10;      author sources; state Exp;
35 branches;
36 next    1.1;
37
38 1.1
39 date    90.03.20.13.15.41;      author sources; state Exp;
40 branches;
41 next    ;
42
43
44 desc
45 @@
46
47
48 1.7
49 log
50 @add .re macro
51 @
52 text
53 @.\"    @@(MHWARNING)
54 .\" @@(#)$Id: tmac.h,v 1.6 1991/01/07 16:12:37 mh Exp jromine $
55 .\"    Try to keep only one copy of the documentation around
56 .\"    by re-defining macros and so forth.
57 .\"
58 .fc ^ ~
59 .\"    I pity the fool who tampers with the next line...
60 .ds ZZ -man
61 .de SC                                  \" Title section
62 .TH \\$1 \\$2 @@(MHCENTERFOOT) @@(MHLEFTFOOT)
63 ..
64 .de NA                                  \" Name section
65 .SH NAME
66 ..
67 .de SY                                  \" Synopsis section
68 .SH SYNOPSIS
69 .in +.5i
70 .ti -.5i
71 ..
72 .de DE                                  \" Description section
73 .in -.5i
74 .SH DESCRIPTION
75 ..
76 .de Fi                                  \" Files section
77 .SH FILES
78 .nf
79 .ta \w'@@(MHETCPATH)/ExtraBigFileName  'u
80 ..
81 .de Pr                                  \" Profile section
82 .SH "PROFILE\ COMPONENTS"
83 .nf
84 .ta 2.4i
85 .ta \w'ExtraBigProfileName  'u
86 ..
87 .de Ps                                  \" Profile next
88 .br
89 ..
90 .de Sa                                  \" See Also section
91 .fi
92 .SH "SEE\ ALSO"
93 ..
94 .de De                                  \" Defaults section
95 .SH "DEFAULTS"
96 .nf
97 ..
98 .de Ds                                  \" Defaults next
99 .br
100 ..
101 .de Co                                  \" Context section
102 .fi
103 .SH CONTEXT
104 ..
105 .de Hh                                  \" Hints section
106 .fi
107 .SH "HELPFUL HINTS"
108 ..
109 .de Hi                                  \" History section
110 .fi
111 .SH HISTORY
112 ..
113 .de Bu                                  \" Bugs section
114 .fi
115 .SH BUGS
116 ..
117 .de En
118 ..
119 .de ip
120 .IP "\\$1" \\$2
121 ..
122 .de Uh
123 .ne 4
124 .SS "\\$1"
125 ..
126 .\" a useful -me macro
127 .de re
128 .ta 0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i +0.5i
129 ..
130 @
131
132
133 1.6
134 log
135 @add Uh macro for sub sections
136 jlr
137 @
138 text
139 @d2 1
140 a2 1
141 .\" @@(#)$Id: tmac.h,v 1.5 90/04/05 15:40:17 sources Exp Locker: mh $
142 d73 4
143 @
144
145
146 1.5
147 log
148 @Id
149 @
150 text
151 @d2 1
152 a2 1
153 .\" @@(#)$Id:$
154 d69 4
155 @
156
157
158 1.4
159 log
160 @put things back, do .NA stuff another way
161 @
162 text
163 @d2 1
164 @
165
166
167 1.3
168 log
169 @put it back, and fix things another way
170 @
171 text
172 @d9 1
173 a9 1
174 .TH \\$1 \\$2 MH [mh.6]
175 @
176
177
178 1.2
179 log
180 @fixed for backward compatibility with -man (for makewhatis & getNAME)
181 @
182 text
183 @a7 4
184 .rn SH Sh               \" rename SH to Sh
185 .de SH
186 \\$1
187 ..
188 d12 1
189 a12 1
190 .Sh NAME
191 d15 1
192 a15 2
193 .Sh SYNOPSIS
194 .rn Sh SH               \" put SH back to normal
195 @
196
197
198 1.1
199 log
200 @Initial revision
201 @
202 text
203 @d8 4
204 d16 1
205 a16 1
206 .SH NAME
207 d19 2
208 a20 1
209 .SH SYNOPSIS
210 @