]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/groff/tmac/doc-common
This commit was generated by cvs2svn to compensate for changes in r55357,
[FreeBSD/FreeBSD.git] / contrib / groff / tmac / doc-common
1 .\" Copyright (c) 1991 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)doc-common  5.7 (Berkeley) 8/5/91
33 .\"     $FreeBSD$
34 .\"
35 .\"     %beginstrip%
36 .nr %A 1
37 .nr %J 1
38 .nr %N 1
39 .nr %O 1
40 .nr %R 1
41 .nr %T 1
42 .nr %V 1
43 .nr Ad 12n
44 .nr Ac 3
45 .nr Ao 12n
46 .nr Ap 2
47 .nr An 12n
48 .nr Aq 12n
49 .nr Ar 12n
50 .nr Bc 3
51 .nr Bl 1
52 .nr Bo 12n
53 .nr Bq 12n
54 .nr Bx 12n
55 .nr Cd 12n
56 .nr Cm 10n
57 .nr Co 15n
58 .nr Cx 20n
59 .nr Dc 3
60 .nr Do 10n
61 .nr Dq 12n
62 .nr Ds 6n
63 .nr Dq 12n
64 .nr Dv 12n
65 .nr tI \n(Dsu
66 .nr Ec 3
67 .nr El 1
68 .nr Eo 12n
69 .nr Eq 12n
70 .nr Em 10n
71 .nr Er 12n
72 .nr Ev 15n
73 .nr Ex 10n
74 .nr Fa 12n
75 .nr Fl 10n
76 .nr Fc 3
77 .nr Fo 16n
78 .nr Fn 16n
79 .nr Hl 1
80 .nr I1 6n
81 .nr I2 12n
82 .nr I3 18n
83 .nr Ic 10n
84 .nr Li 16n
85 .nr Ms 6n
86 .nr Nm 10n
87 .nr No 12n
88 .nr Ns 2
89 .nr Oo 10n
90 .nr Oc 3
91 .nr Op 14n
92 .nr Pa 32n
93 .nr Pf 12n
94 .nr Pc 3
95 .nr Po 12n
96 .nr Pq 12n
97 .nr Ql 16n
98 .nr Qc 3
99 .nr Qo 12n
100 .nr Qq 12n
101 .nr Sc 3
102 .nr So 12n
103 .nr Sq 12n
104 .nr Sy 6n
105 .nr Sx 16n
106 .nr Ra 1
107 .nr Rj 1
108 .nr Rn 1
109 .nr Ro 1
110 .nr Rr 1
111 .nr Rt 1
112 .nr Rv 1
113 .nr Tn 10n
114 .nr Ta 1
115 .nr Tv 1
116 .nr Tx 22n
117 .nr Ux 10n
118 .nr Va 12n
119 .nr Xc 3
120 .nr Xo 1
121 .nr Xr 10n
122 .ds sV \& \&
123 .ds hV \&\ \&
124 .ds iV \& \&
125 .ds tV \&\\t\&
126 .\" Punctuation values (3 = closing punctuation, 4 = opening)
127 .nr z. 3
128 .nr z, 3
129 .nr z: 3
130 .nr z; 3
131 .nr z( 4
132 .nr z) 3
133 .nr z[ 4
134 .nr z] 3
135 .\" Matching pairs
136 .ds z( z)
137 .ds z[ z]
138 .ds z< z>
139 .\" This is disgusting, troff not parse ``if'' stmt properly
140 .nr z0 0
141 .nr z1 0
142 .nr z2 0
143 .nr z3 0
144 .nr z4 0
145 .nr z5 0
146 .nr z6 0
147 .nr z7 0
148 .nr z8 0
149 .nr z9 0
150 .nr z# 0
151 .\" Header assembly macros
152 .de Dt
153 .ds dT UNTITLED
154 .ds vT LOCAL
155 .ds cH Null
156 .if !"\\$1"" .ds dT \\$1
157 .if !"\\$2"" \{\
158 .       ds cH \\$2
159 .\" .   if "\\$3"" \{\
160 .               if \\$2>=1 .if \\$2<=9 \{\
161 .                       ds vT FreeBSD Reference Manual
162 .                       if "\\$2"1" .ds vT FreeBSD General Commands Manual
163 .                       if "\\$2"2" .ds vT FreeBSD System Calls Manual
164 .                       if "\\$2"3" .ds vT FreeBSD Library Functions Manual
165 .                       if "\\$2"4" .ds vT FreeBSD Kernel Interfaces Manual
166 .                       if "\\$2"5" .ds vT FreeBSD File Formats Manual
167 .                       if "\\$2"6" .ds vT FreeBSD Games Manual
168 .                       if "\\$2"7" .ds vT FreeBSD Miscellaneous Information Manual
169 .                       if "\\$2"8" .ds vT FreeBSD System Manager's Manual
170 .                       if "\\$2"9" .ds vT FreeBSD Kernel Developer's Manual
171 .                       nr sN \\$2
172 .               \}
173 .               if "\\$2"unass"  .ds vT DRAFT
174 .               if "\\$2"draft"  .ds vT DRAFT
175 .               if "\\$2"paper"  .ds vT UNTITLED
176 .\" .   \}
177 .\}
178 .if !"\\$3"" \{\
179 .       if "\\$3"USD"   .ds vT FreeBSD User's Supplementary Documents
180 .       if "\\$3"PS1"   .ds vT FreeBSD Programmers's Supplementary Documents
181 .       if "\\$3"AMD"   .ds vT FreeBSD Ancestral Manual Documents
182 .       if "\\$3"SMM"   .ds vT FreeBSD System Manager's Manual
183 .       if "\\$3"URM"   .ds vT FreeBSD Reference Manual
184 .       if "\\$3"PRM"   .ds vT FreeBSD Programmers's Manual
185 .       if "\\$3"IND"   .ds vT FreeBSD Manual Master Index
186 .\" .   if "\\$3"CON"   .ds vT FreeBSD Contributed Software Manual
187 .\" .   if "\\$3"IMP"   .ds vT FreeBSD Implementation Notes
188 .\" .   if "\\$3"HOW"   .ds vT FreeBSD How Pocket Manual
189 .       if "\\$3"LOCAL" .ds vT FreeBSD Local Manual
190 .       if "\\$3"tahoe" .as vT \ (Tahoe Architecture)
191 .       if "\\$3"vax" .as vT \ (VAX Architecture)
192 .       if "\\$3"hp300" .as vT \ (HP300 Architecture)
193 .       if "\\$3"i386" .as vT \ (i386 Architecture)
194 .       if "\\$3"Alpha" .as vT \ (Alpha Architecture)
195 .       if "\\*(vT"LOCAL" .ds vT \\$3
196 .\}
197 ..
198 .\" NS Os macro - Operating System (behaviour changes after first call)
199 .\" .   ds vT \f(CODRAFT\fP\ \ \-\-\ \ \\*(vT\ \ \-\-\ \ \f(CODRAFT
200 .\" .   ds dD \f(CODRAFT\fP\ \ \-\-\ \ \\*(dD\ \ \-\-\ \ \f(CODRAFT
201 .\" .ds vT \s+4\f(CODRAFT\fP\s-4\ \ \-\-\ \ \\*(vT\ \ \-\-\ \ \s+4\f(CODRAFT\s-4
202 .\" .ds dD \s+4\f(CODRAFT\fP\s-4\ \ \-\-\ \ \\*(dD\ \ \-\-\ \ \s+4\f(CODRAFT\s-4
203 .de Os
204 .ds oS Null
205 .if "\\$1"" .ds oS BSD
206 .if "\\$1"ATT"   \{\
207 .       ds oS AT&T
208 .       if "\\$2""    .as oS \0UNIX
209 .       if "\\$2"7th" .as oS \07th Edition
210 .       if "\\$2"7"   .as oS \07th Edition
211 .       if "\\$2"III" .as oS \0System III
212 .       if "\\$2"3"   .as oS \0System III
213 .       if "\\$2"V"   .as oS \0System V
214 .       if "\\$2"V.2" .as oS \0System V Release 2
215 .       if "\\$2"V.3" .as oS \0System V Release 3
216 .       if "\\$2"V.4" .as oS \0System V Release 4
217 .\}
218 .if "\\$1"BSD" \{\
219 .       if "\\$2"3"    .ds oS 3rd Berkeley Distribution
220 .       if "\\$2"4"    .ds oS 4th Berkeley Distribution
221 .       if "\\$2"4.1"  .ds oS 4.1 Berkeley Distribution
222 .       if "\\$2"4.2"  .ds oS 4.2 Berkeley Distribution
223 .       if "\\$2"4.3"  .ds oS 4.3 Berkeley Distribution
224 .       if "\\$2"4.3T" .ds oS 4.3-Tahoe Berkeley Distribution
225 .       if "\\$2"4.3R" .ds oS 4.3-Reno Berkeley Distribution
226 .       if "\\$2"4.3t" .ds oS 4.3-Tahoe Berkeley Distribution
227 .       if "\\$2"4.3r" .ds oS 4.3-Reno Berkeley Distribution
228 .       if "\\$2"4.4"  .ds oS 4.4BSD
229 .       if "\\*(oS"Null" .tm Unknown BSD version ``\\$2'' at line \\n(c.
230 .\}
231 .if "\\$1"FreeBSD" \{\
232 .       if "\\$2"2"      .ds oS FreeBSD 2.0
233 .           ie \\n(.$==1        \c
234 .       el .ie "\\$2"1.0"       \c
235 .       el .ie "\\$2"1.1"       \c
236 .       el .ie "\\$2"1.1.5"     \c
237 .       el .ie "\\$2"1.1.5.1"   \c
238 .       el .ie "\\$2"2"         \c
239 .       el .ie "\\$2"2.0"       \c
240 .       el .ie "\\$2"2.0.5"     \c
241 .       el .ie "\\$2"2.1"       \c
242 .       el .ie "\\$2"2.1.5"     \c
243 .       el .ie "\\$2"2.1.6"     \c
244 .       el .ie "\\$2"2.1.7"     \c
245 .       el .ie "\\$2"2.2"       \c
246 .       el .ie "\\$2"2.2.1"     \c
247 .       el .ie "\\$2"2.2.2"     \c
248 .       el .ie "\\$2"2.2.5"     \c
249 .       el .ie "\\$2"2.2.6"     \c
250 .       el .ie "\\$2"2.2.7"     \c
251 .       el .ie "\\$2"2.2.8"     \c
252 .       el .ie "\\$2"3.0"       \c
253 .       el .ie "\\$2"3.1"       \c
254 .       el .ie "\\$2"3.2"       \c
255 .       el .ie "\\$2"3.3"       \c
256 .       el .ie "\\$2"4.0"       \c
257 .       el .tm Unknown FreeBSD version ``\\$2'' at line \\n(c.
258 .\}
259 .if "\\*(oS"Null" \{\
260 .       ds oS \&\\$1
261 .       if !"\\$2"" .as oS \& \\$2
262 .\}
263 ..
264 .de Dd
265 .if !"\\*(dD"" .nr gX 1
266 .ie \\n(.$>0 \{\
267 .       ie \\n(.$==3 \{\
268 .               ds dD \\$1 \\$2 \\$3
269 .       \}
270 .       el \{\
271 .               if "\\n(mo"1"  .ds dD January
272 .               if "\\n(mo"2"  .ds dD February
273 .               if "\\n(mo"3"  .ds dD March
274 .               if "\\n(mo"4"  .ds dD April
275 .               if "\\n(mo"5"  .ds dD May
276 .               if "\\n(mo"6"  .ds dD June
277 .               if "\\n(mo"7"  .ds dD July
278 .               if "\\n(mo"8"  .ds dD August
279 .               if "\\n(mo"9"  .ds dD September
280 .               if "\\n(mo"10" .ds dD October
281 .               if "\\n(mo"11" .ds dD November
282 .               if "\\n(mo"12" .ds dD December
283 .               nr _y \\n(yr+1900
284 .               as dD \&\ \\n(dy, \\n(_y
285 .       \}
286 .\}
287 .el \{\
288 .       ds dD Epoch
289 .\}
290 ..
291 .de hM
292 .ev 1
293 .pL
294 .if !\\n(cR 'sp \\n(Hmu
295 .tl @\\*(Hs\\*(hT\fP@\\*(Vs\\*(vT\fP@\\*(Hs\\*(hT\fP@
296 'sp \\n(Hmu
297 .ev
298 ..
299 .de fM
300 .ie \\n(cR 'br
301 .el \{\
302 .       ev 1
303 .       pL
304 .       if !\\n(cR \{\
305 '               sp \\n(Fmu
306 .               tl @\\*(Hs\\*(oS\fP@\\*(Vs\\*(dD\fP@%@
307 '               bp
308 .       \}
309 .       ev
310 .\}
311 .\" .tm IN 444 fM .k == \\n(.k and nl == \\n(nl
312 ..
313 .de lM
314 .fl
315 .if \\n(cR \{\
316 '       sp
317 .       tl @\\*(Hs\\*(oS\fP@\\*(Vs\\*(dD\fP@%@
318 .       pl \\n(nlu
319 .\}
320 ..
321 .de Pp
322 .sp \\n(Ppu
323 .ne 2
324 .ns
325 ..
326 .de Lp
327 .Pp
328 ..
329 .de LP
330 .tm Not a \-mdoc command: .LP
331 ..
332 .de PP
333 .tm Not a \-mdoc command: .PP
334 ..
335 .de pp
336 .tm Not a \-mdoc command: .pp
337 ..
338 .de Nd
339 \&\-\& \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
340 ..
341 .de Ss
342 .sp
343 .ne 2
344 .ti -.25i
345 \&\\*(sH\\$1 \|\\$2 \|\\$3 \|\\$4 \|\\$5 \|\\$6 \|\\$7 \|\\$8 \|\\$9
346 \&\fP\s0
347 .ta .5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i
348 .if !\\n(cR .ne 2
349 .br
350 ..
351 .de Rd
352 .tm MDOC REGISTER DUMP
353 .tm Db==\\n(Db register DEBUG MODE
354 .tm L[0-9] registers - stack of list types
355 .tm L0==\\n(L0
356 .tm L1==\\n(L1
357 .tm L2==\\n(L2
358 .tm L3==\\n(L3
359 .tm L4==\\n(L4
360 .tm L5==\\n(L5
361 .tm L6==\\n(L6
362 .tm L7==\\n(L7
363 .tm L8==\\n(L8
364 .tm L9==\\n(L9
365 .tm O[0-9] registers - stack of indent
366 .tm O0==\\n(O0
367 .tm O1==\\n(O1
368 .tm O2==\\n(O2
369 .tm O3==\\n(O3
370 .tm O4==\\n(O4
371 .tm O5==\\n(O5
372 .tm O6==\\n(O6
373 .tm O7==\\n(O7
374 .tm O8==\\n(O8
375 .tm O9==\\n(O9
376 .tm aC==\\n(aC register argument counter (aV/fV)
377 .tm aJ==\\n(aJ register (for vR)
378 .tm aN==\\n(aN register
379 .tm aP==\\n(aP register argument pointer (aV)
380 .tm aT==\\n(aT register argument type
381 .tm aa==\\n(aa local register
382 .tm bK==\\n(bK register - Book Name flag
383 .tm cF==\\n(cF register save current font
384 .tm cI==\\n(cI register - column indent width
385 .tm cZ==\\n(cZ register save current font size
386 .tm dK==\\n(dK register - Date flag
387 .tm d[0-9] registers - display-type stack
388 .tm d0==\\n(d0
389 .tm d1==\\n(d1
390 .tm d2==\\n(d2
391 .tm d3==\\n(d3
392 .tm d4==\\n(d4
393 .tm d5==\\n(d5
394 .tm d6==\\n(d6
395 .tm d7==\\n(d7
396 .tm d8==\\n(d8
397 .tm d9==\\n(d9
398 .tm dZ==\\n(dZ register diversion count
399 .tm fD==\\n(fD register subroutine test (in synopsis only)
400 .tm fV==\\n(fV register argument counter (must set to \\n(.$ prior to
401 .tm fY==\\n(fY register - dick with old style function declarations (fortran)
402 .tm fZ==\\n(fZ register also subroutine count (in synopsis only)
403 .tm h[0-9] register horizontal tag stack (continuous if 1, break if
404 .tm h0==\\n(h0
405 .tm h1==\\n(h1
406 .tm h2==\\n(h2
407 .tm h3==\\n(h3
408 .tm h4==\\n(h4
409 .tm h5==\\n(h5
410 .tm h6==\\n(h6
411 .tm h7==\\n(h7
412 .tm h8==\\n(h8
413 .tm h9==\\n(h9
414 .tm iD==\\n(iD local register
415 .tm iI==\\n(iI local register (indent for inline debug mode)
416 .tm iN==\\n(iN register DEBUG MODE (inline if 1, to stderr if
417 .tm iS==\\n(iS register - indent second command line in a synopsis
418 .tm jK==\\n(jK register - [reference] Journal Name flag
419 .tm jM==\\n(jM local register
420 .tm jN==\\n(jN local register
421 .tm lC==\\n(lC register - list type stack counter
422 .tm lK==\\n(lK register count of lines read from input file
423 .tm nK==\\n(nK register - [reference] issue number flag
424 .tm nU==\\n(nU register count
425 .tm oK==\\n(oK register - [reference] optional information flag
426 .tm oM==\\n(oM register (extension possible)
427 .tm o[0-9] register offset stack (nested tags)
428 .tm o0==\\n(o0
429 .tm o1==\\n(o1
430 .tm o2==\\n(o2
431 .tm o3==\\n(o3
432 .tm o4==\\n(o4
433 .tm o5==\\n(o5
434 .tm o6==\\n(o6
435 .tm o7==\\n(o7
436 .tm o8==\\n(o8
437 .tm o9==\\n(o9
438 .tm oM==\\n(oM register open ended line flag
439 .tm pK==\\n(pK register - [reference] page number flag
440 .tm qK==\\n(qK register - Corporate or Foreign Author flag
441 .tm rK==\\n(rK register - [reference] report flag
442 .tm rS==\\n(rS register - Reference Start flag
443 .tm sM==\\n(sM register - default is one (space mode on)
444 .tm tK==\\n(tK register - reference title flag
445 .tm tP==\\n(tP register tag flag (for diversions)
446 .tm tX==\\n(tX register (initial class)
447 .tm tY==\\n(tY register (next possible lC value)
448 .tm t[0-9] register tag string stack (nested tags)
449 .tm t0==\\n(t0
450 .tm t1==\\n(t1
451 .tm t2==\\n(t2
452 .tm t3==\\n(t3
453 .tm t4==\\n(t4
454 .tm t5==\\n(t5
455 .tm t6==\\n(t6
456 .tm t7==\\n(t7
457 .tm t8==\\n(t8
458 .tm t9==\\n(t9
459 .tm uK==\\n(uK register - reference author(s) counter
460 .tm vK==\\n(vK register - reference volume flag
461 .tm v[0-9] register vertical tag break stack
462 .tm v0==\\n(v0
463 .tm v1==\\n(v1
464 .tm v2==\\n(v2
465 .tm v3==\\n(v3
466 .tm v4==\\n(v4
467 .tm v5==\\n(v5
468 .tm v6==\\n(v6
469 .tm v7==\\n(v7
470 .tm v8==\\n(v8
471 .tm v9==\\n(v9
472 .tm w[0-9] register tag stack (nested tags)
473 .tm w0==\\n(w0
474 .tm w1==\\n(w1
475 .tm w2==\\n(w2
476 .tm w3==\\n(w3
477 .tm w4==\\n(w4
478 .tm w5==\\n(w5
479 .tm w6==\\n(w6
480 .tm w7==\\n(w7
481 .tm w8==\\n(w8
482 .tm w9==\\n(w9
483 .tm xX==\\n(xX local register
484 .tm END OF REGISTER DUMP
485 ..