* NEWS, README, TODO, PROJECTS, PROBLEMS, MANIFEST, doc/webpage.ms,
[s-roff.git] / tmac / doc-syms
blob521977f3ecf1e7175869f93b77f9d458ef7641d4
1 .\" Copyright (c) 1991, 1993
2 .\"     The Regents of the University of California.  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-syms    8.1 (Berkeley) 06/08/93
33 .\"
34 .\"     %beginstrip%
37 .eo
39 .\" NS Ux user macro
40 .\" NS   print UNIX
41 .\" NS
42 .\" NS modifies:
43 .\" NS   doc-arg-ptr
44 .\" NS   doc-curr-font
45 .\" NS   doc-curr-size
46 .\" NS   doc-macro-name
47 .\" NS
48 .\" NS local variable:
49 .\" NS   doc-str-Ux
50 .\" NS
51 .\" NS width register `Ux' defined in doc-common
53 .de Ux
54 .  nr doc-curr-font \n[.f]
55 .  nr doc-curr-size \n[.ps]
56 .  ds doc-str-Ux \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
58 .  if !\n[doc-arg-limit] \
59 .    if \n[.$] \{\
60 .      ds doc-macro-name Ux
61 .      doc-parse-args \$@
62 .    \}
64 .  \" replace current argument with result
65 .  ds doc-arg\n[doc-arg-ptr] \*[doc-Tn-font-size]UNIX\*[doc-str-Ux]
66 .  nr doc-type\n[doc-arg-ptr] 2
67 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
69 .  \" recompute space vector for remaining arguments
70 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
71 .  nr doc-arg-limit \n[doc-arg-ptr]
72 .  if \n[doc-num-args] \
73 .    doc-parse-space-vector
75 .  doc-print-recursive
79 .\" NS Bx user macro
80 .\" NS   print BSD (fix smaller nroff version)
81 .\" NS
82 .\" NS modifies:
83 .\" NS   doc-arg-ptr
84 .\" NS   doc-curr-font
85 .\" NS   doc-curr-size
86 .\" NS   doc-macro-name
87 .\" NS
88 .\" NS local variable:
89 .\" NS   doc-str-Bx
90 .\" NS   doc-str-Bx1
91 .\" NS   doc-str-Bx-XXX
92 .\" NS
93 .\" NS width register `Bx' defined in doc-common
95 .ds doc-str-Bx-Reno  \-Reno
96 .ds doc-str-Bx-reno  \-Reno
97 .ds doc-str-Bx-Tahoe \-Tahoe
98 .ds doc-str-Bx-tahoe \-Tahoe
99 .ds doc-str-Bx-Lite  \-Lite
100 .ds doc-str-Bx-lite  \-Lite
101 .ds doc-str-Bx-Lite2 \-Lite2
102 .ds doc-str-Bx-lite2 \-Lite2
104 .de Bx
105 .  nr doc-curr-font \n[.f]
106 .  nr doc-curr-size \n[.ps]
107 .  ds doc-str-Bx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
109 .  \" default value if no argument
110 .  ds doc-str-Bx1 \*[doc-Tn-font-size]BSD\*[doc-str-Bx]
112 .  if !\n[doc-arg-limit] \
113 .    if \n[.$] \{\
114 .      ds doc-macro-name Bx
115 .      doc-parse-args \$@
116 .    \}
118 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
119 .    nr doc-arg-ptr +1
120 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
121 .      ie        "\*[doc-arg\n[doc-arg-ptr]]"-alpha" \
122 .        as doc-str-Bx1 " (currently in alpha test)
123 .      el \{ .ie "\*[doc-arg\n[doc-arg-ptr]]"-beta" \
124 .        as doc-str-Bx1 " (currently in beta test)
125 .      el \{ .ie "\*[doc-arg\n[doc-arg-ptr]]"-devel" \
126 .        as doc-str-Bx1 " (currently under development)
127 .      el \{\
128 .        ds doc-str-Bx1 \&\*[doc-arg\n[doc-arg-ptr]]\^\*[doc-Tn-font-size]
129 .        as doc-str-Bx1 BSD\*[doc-str-Bx]
131 .        if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
132 .          nr doc-arg-ptr +1
133 .          ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
134 .            ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
135 .              ie d doc-str-Bx-\*[doc-arg\n[doc-arg-ptr]] \
136 .                as doc-str-Bx1 "\*[doc-str-Bx-\*[doc-arg\n[doc-arg-ptr]]]
137 .              el \
138 .                nr doc-arg-ptr -1
139 .            \}
140 .            el \
141 .              nr doc-arg-ptr -1
142 .          \}
143 .          el \
144 .            nr doc-arg-ptr -1
145 .    \}\}\}\}\}
146 .    el \
147 .      nr doc-arg-ptr -1
148 .  \}
150 .  \" replace current argument with result
151 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Bx1]
152 .  nr doc-type\n[doc-arg-ptr] 2
153 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
155 .  \" recompute space vector for remaining arguments
156 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
157 .  nr doc-arg-limit \n[doc-arg-ptr]
158 .  if \n[doc-num-args] \
159 .    doc-parse-space-vector
161 .  doc-print-recursive
165 .\" NS Ud user macro (not parsed, not callable)
166 .\" NS   print "currently under development" (HISTORY section)
167 .\" NS
168 .\" NS width register `Ud' defined in doc-common
170 .de Ud
171 .  nop \&currently under development.
175 .\" NS At user macro
176 .\" NS   print AT&T UNIX
177 .\" NS
178 .\" NS modifies:
179 .\" NS   doc-arg-ptr
180 .\" NS   doc-curr-font
181 .\" NS   doc-curr-size
182 .\" NS   doc-macro-name
183 .\" NS
184 .\" NS local variable:
185 .\" NS   doc-str-At
186 .\" NS   doc-str-At1
187 .\" NS   doc-str-At-XXX
188 .\" NS
189 .\" NS width register `At' defined in doc-common
191 .ds doc-str-At-32v \&Version\~32V
192 .as doc-str-At-32v " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
193 .ds doc-str-At-v1  \&Version\~1
194 .as doc-str-At-v1  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
195 .ds doc-str-At-v2  \&Version\~2
196 .as doc-str-At-v2  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
197 .ds doc-str-At-v3  \&Version\~3
198 .as doc-str-At-v3  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
199 .ds doc-str-At-v4  \&Version\~4
200 .as doc-str-At-v4  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
201 .ds doc-str-At-v5  \&Version\~5
202 .as doc-str-At-v5  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
203 .ds doc-str-At-v6  \&Version\~6
204 .as doc-str-At-v6  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
205 .ds doc-str-At-v7  \&Version\~7
206 .as doc-str-At-v7  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
207 .ds doc-str-At-V   \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V
208 .as doc-str-At-V   " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
209 .ds doc-str-At-V.1 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.1
210 .as doc-str-At-V.1 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
211 .ds doc-str-At-V.2 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.2
212 .as doc-str-At-V.2 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
213 .ds doc-str-At-V.3 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.3
214 .as doc-str-At-V.3 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
215 .ds doc-str-At-V.4 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.4
216 .as doc-str-At-V.4 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
218 .de At
219 .  nr doc-curr-font \n[.f]
220 .  nr doc-curr-size \n[.ps]
221 .  ds doc-str-At \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
223 .  \" default value if no argument
224 .  ds doc-str-At1 \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
226 .  if !\n[doc-arg-limit] \
227 .    if \n[.$] \{\
228 .      ds doc-macro-name At
229 .      doc-parse-args \$@
230 .    \}
232 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
233 .    nr doc-arg-ptr +1
234 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
235 .      ie \A\a\*[doc-arg\n[doc-arg-ptr]]\a \{\
236 .        ie d doc-str-At-\*[doc-arg\n[doc-arg-ptr]] \
237 .          ds doc-str-At1 "\*[doc-str-At-\*[doc-arg\n[doc-arg-ptr]]]
238 .        el \{\
239 .          tmc mdoc warning: .At: Unknown AT&T UNIX version
240 .          tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
241 .          nr doc-arg-ptr -1
242 .      \}\}
243 .      el \
244 .        nr doc-arg-ptr -1
245 .    \}
246 .    el \
247 .      nr doc-arg-ptr -1
248 .  \}
250 .  \" replace current argument with result
251 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-At1]
252 .  nr doc-type\n[doc-arg-ptr] 2
253 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
255 .  \" recompute space vector for remaining arguments
256 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
257 .  nr doc-arg-limit \n[doc-arg-ptr]
258 .  if \n[doc-num-args] \
259 .    doc-parse-space-vector
261 .  doc-print-recursive
265 .\" NS Fx user macro
266 .\" NS   print FreeBSD
267 .\" NS
268 .\" NS modifies:
269 .\" NS   doc-arg-ptr
270 .\" NS   doc-curr-font
271 .\" NS   doc-curr-size
272 .\" NS   doc-macro-name
273 .\" NS
274 .\" NS local variable:
275 .\" NS   doc-str-Fx
276 .\" NS   doc-str-Fx1
277 .\" NS
278 .\" NS width register `Fx' defined in doc-common
280 .\" we use the doc-operating-system-FreeBSD-* strings defined in doc-common
282 .de Fx
283 .  nr doc-curr-font \n[.f]
284 .  nr doc-curr-size \n[.ps]
285 .  ds doc-str-Fx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
287 .  \" default value if no argument
288 .  ds doc-str-Fx1 \*[doc-Tn-font-size]\%FreeBSD\*[doc-str-Fx]
290 .  if !\n[doc-arg-limit] \
291 .    if \n[.$] \{\
292 .      ds doc-macro-name Fx
293 .      doc-parse-args \$@
294 .    \}
296 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
297 .    nr doc-arg-ptr +1
298 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
299 .      ie \A\a\*[doc-arg\n[doc-arg-ptr]]\a \{\
300 .        ie d doc-operating-system-FreeBSD-\*[doc-arg\n[doc-arg-ptr]] \
301 .          as doc-str-Fx1 \~\*[doc-operating-system-FreeBSD-\*[doc-arg\n[doc-arg-ptr]]]
302 .        el \{\
303 .          tmc mdoc warning: .Fx: Unknown FreeBSD version
304 .          tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
305 .          as doc-str-Fx1 \~\*[doc-arg\n[doc-arg-ptr]]
306 .      \}\}
307 .      el \
308 .        as doc-str-Fx1 \~\*[doc-arg\n[doc-arg-ptr]]
309 .    \}
310 .    el \
311 .      nr doc-arg-ptr -1
312 .  \}
314 .  \" replace current argument with result
315 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Fx1]
316 .  nr doc-type\n[doc-arg-ptr] 2
317 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
319 .  \" recompute space vector for remaining arguments
320 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
321 .  nr doc-arg-limit \n[doc-arg-ptr]
322 .  if \n[doc-num-args] \
323 .    doc-parse-space-vector
325 .  doc-print-recursive
329 .\" NS Nx user macro
330 .\" NS   print NetBSD
331 .\" NS
332 .\" NS modifies:
333 .\" NS   doc-arg-ptr
334 .\" NS   doc-curr-font
335 .\" NS   doc-curr-size
336 .\" NS   doc-macro-name
337 .\" NS
338 .\" NS local variable:
339 .\" NS   doc-str-Nx
340 .\" NS   doc-str-Nx1
341 .\" NS
342 .\" NS width register `Nx' defined in doc-common
344 .\" we use the doc-operating-system-NetBSD-* strings defined in doc-common
346 .de Nx
347 .  nr doc-curr-font \n[.f]
348 .  nr doc-curr-size \n[.ps]
349 .  ds doc-str-Nx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
351 .  \" default value if no argument
352 .  ds doc-str-Nx1 \*[doc-Tn-font-size]\%N\s[\n[doc-curr-size]u]et
353 .  as doc-str-Nx1 \*[doc-Tn-font-size]BSD\*[doc-str-Nx]
355 .  if !\n[doc-arg-limit] \
356 .    if \n[.$] \{\
357 .      ds doc-macro-name Nx
358 .      doc-parse-args \$@
359 .    \}
361 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
362 .    nr doc-arg-ptr +1
363 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
364 .      ie \A\a\*[doc-arg\n[doc-arg-ptr]]\a \{\
365 .        ie d doc-operating-system-NetBSD-\*[doc-arg\n[doc-arg-ptr]] \
366 .          as doc-str-Nx1 \~\*[doc-operating-system-NetBSD-\*[doc-arg\n[doc-arg-ptr]]]
367 .        el \{\
368 .          tmc mdoc warning: .Nx: Unknown NetBSD version
369 .          tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
370 .          as doc-str-Nx1 \~\*[doc-arg\n[doc-arg-ptr]]
371 .      \}\}
372 .      el \
373 .        as doc-str-Nx1 \~\*[doc-arg\n[doc-arg-ptr]]
374 .    \}
375 .    el \
376 .      nr doc-arg-ptr -1
377 .  \}
379 .  \" replace current argument with result
380 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Nx1]
381 .  nr doc-type\n[doc-arg-ptr] 2
382 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
384 .  \" recompute space vector for remaining arguments
385 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
386 .  nr doc-arg-limit \n[doc-arg-ptr]
387 .  if \n[doc-num-args] \
388 .    doc-parse-space-vector
390 .  doc-print-recursive
394 .\" NS Ox user macro
395 .\" NS   print OpenBSD
396 .\" NS
397 .\" NS modifies:
398 .\" NS   doc-arg-ptr
399 .\" NS   doc-curr-font
400 .\" NS   doc-curr-size
401 .\" NS   doc-macro-name
402 .\" NS
403 .\" NS local variable:
404 .\" NS   doc-str-Ox
405 .\" NS   doc-str-Ox1
406 .\" NS
407 .\" NS width register `Ox' defined in doc-common
409 .de Ox
410 .  nr doc-curr-font \n[.f]
411 .  nr doc-curr-size \n[.ps]
412 .  ds doc-str-Ox \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
414 .  \" default value if no argument
415 .  ds doc-str-Ox1 \*[doc-Tn-font-size]\%OpenBSD\*[doc-str-Ox]
417 .  if !\n[doc-arg-limit] \
418 .    if \n[.$] \{\
419 .      ds doc-macro-name Ox
420 .      doc-parse-args \$@
421 .    \}
423 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
424 .    nr doc-arg-ptr +1
425 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \
426 .      as doc-str-Ox1 \~\*[doc-arg\n[doc-arg-ptr]]
427 .    el \
428 .      nr doc-arg-ptr -1
429 .  \}
431 .  \" replace current argument with result
432 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Ox1]
433 .  nr doc-type\n[doc-arg-ptr] 2
434 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
436 .  \" recompute space vector for remaining arguments
437 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
438 .  nr doc-arg-limit \n[doc-arg-ptr]
439 .  if \n[doc-num-args] \
440 .    doc-parse-space-vector
442 .  doc-print-recursive
446 .\" NS Bsx user macro
447 .\" NS   print BSD/OS
448 .\" NS
449 .\" NS modifies:
450 .\" NS   doc-arg-ptr
451 .\" NS   doc-curr-font
452 .\" NS   doc-curr-size
453 .\" NS   doc-macro-name
454 .\" NS
455 .\" NS local variable:
456 .\" NS   doc-str-Bsx
457 .\" NS   doc-str-Bsx1
458 .\" NS
459 .\" NS width register `Bsx' defined in doc-common
461 .de Bsx
462 .  nr doc-curr-font \n[.f]
463 .  nr doc-curr-size \n[.ps]
464 .  ds doc-str-Bsx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
466 .  \" default value if no argument
467 .  ds doc-str-Bsx1 \*[doc-Tn-font-size]BSD/OS\*[doc-str-Bsx]
469 .  if !\n[doc-arg-limit] \
470 .    if \n[.$] \{\
471 .      ds doc-macro-name Bsx
472 .      doc-parse-args \$@
473 .    \}
475 .  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
476 .    nr doc-arg-ptr +1
477 .    ie (\n[doc-type\n[doc-arg-ptr]] == 2) \
478 .      as doc-str-Bsx1 \~\*[doc-arg\n[doc-arg-ptr]]
479 .    el \
480 .      nr doc-arg-ptr -1
481 .  \}
483 .  \" replace current argument with result
484 .  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Bsx1]
485 .  nr doc-type\n[doc-arg-ptr] 2
486 .  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
488 .  \" recompute space vector for remaining arguments
489 .  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
490 .  nr doc-arg-limit \n[doc-arg-ptr]
491 .  if \n[doc-num-args] \
492 .    doc-parse-space-vector
494 .  doc-print-recursive
498 .\" The Bt macro should go away now
500 .\" NS Bt user macro (not parsed, not callable)
501 .\" NS   print "is currently in beta test." (HISTORY section)
502 .\" NS
503 .\" NS width register `Bt' defined in doc-common
505 .de Bt
506 .  nop \&is currently in beta test.
510 .\" NS Px user macro
511 .\" NS   print POSIX
513 .ds Px \*[doc-Tn-font-size]\%POSIX
516 .\" NS Ai user macro
517 .\" NS   print ANSI
519 .ds Ai \*[doc-Tn-font-size]\%ANSI
522 .\" NS St user macro
523 .\" NS   standards (posix, ansi - formal standard names)
524 .\" NS
525 .\" NS modifies:
526 .\" NS   doc-arg-ptr
527 .\" NS   doc-curr-font
528 .\" NS   doc-curr-size
529 .\" NS   doc-macro-name
530 .\" NS
531 .\" NS local variable:
532 .\" NS   doc-reg-St
533 .\" NS   doc-str-St
534 .\" NS   doc-str-St1
535 .\" NS   doc-str-St-XXX
536 .\" NS
537 .\" NS width register `St' defined in doc-common
539 .\" ANSI/ISO C
540 .ds doc-str-St--ansiC-89       \*[Ai] \*[doc-str-St]X\^3.159-1989
541 .as doc-str-St--ansiC-89       " (\*[Lq]\)\*[Ai]\~C89\*[doc-str-St]\*[Rq])
542 .als doc-str-St--ansiC doc-str-St--ansiC-89
543 .ds doc-str-St--isoC           \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899:1990
544 .as doc-str-St--isoC           " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^90\*[doc-str-St]\*[Rq])
545 .als doc-str-St--isoC-90 doc-str-St--isoC
546 .ds doc-str-St--isoC-99        \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899:1999
547 .as doc-str-St--isoC-99        " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^99\*[doc-str-St]\*[Rq])
549 .\" POSIX Part 1: System API
550 .ds doc-str-St--p1003.1        \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1
551 .as doc-str-St--p1003.1        " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
552 .ds doc-str-St--p1003.1-88     \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-1988
553 .as doc-str-St--p1003.1-88     " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
554 .ds doc-str-St--p1003.1-90     \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-1:1990
555 .as doc-str-St--p1003.1-90     " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
556 .als doc-str-St--iso9945-1-90 doc-str-St--p1003.1-90
557 .ds doc-str-St--p1003.1b-93    \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1b-1993
558 .as doc-str-St--p1003.1b-93    " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
559 .ds doc-str-St--p1003.1c-95    \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1c-1995
560 .as doc-str-St--p1003.1c-95    " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
561 .ds doc-str-St--p1003.1i-95    \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1i-1995
562 .as doc-str-St--p1003.1i-95    " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
563 .ds doc-str-St--p1003.1-96     \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-1:1996
564 .as doc-str-St--p1003.1-96     " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
565 .als doc-str-St--iso9945-1-96 doc-str-St--p1003.1-96
566 .ds doc-str-St--p1003.1g-2000  \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1g-2000
567 .as doc-str-St--p1003.1g-2000  " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
568 .ds doc-str-St--p1003.1-2001   \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2001
569 .as doc-str-St--p1003.1-2001   " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
571 .\" POSIX Part 2: Shell and Utilities
572 .ds doc-str-St--p1003.2        \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2
573 .as doc-str-St--p1003.2        " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
574 .ds doc-str-St--p1003.2-92     \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2-1992
575 .as doc-str-St--p1003.2-92     " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
576 .ds doc-str-St--p1003.2a-92    \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2a-1992
577 .as doc-str-St--p1003.2a-92    " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
578 .ds doc-str-St--iso9945-2-93   \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-2:1993
579 .as doc-str-St--iso9945-2-93   " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
581 .\" X/Open
582 .ds doc-str-St--susv2          Version\~2 of the Single \*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
583 .as doc-str-St--susv2          " (\*[Lq]\*[doc-Tn-font-size]SUSv2\*[doc-str-St]\*[Rq])
584 .ds doc-str-St--svid4          System\~V Interface Definition, Fourth Edition
585 .as doc-str-St--svid4          " (\*[Lq]\*[doc-Tn-font-size]SVID\*[doc-str-St]\^4\*[Rq])
586 .ds doc-str-St--xbd5           \*[doc-Tn-font-size]X/Open\*[doc-str-St] System Interface Definitions Issue\~5
587 .as doc-str-St--xbd5           " (\*[Lq]\*[doc-Tn-font-size]XBD\*[doc-str-St]\^5\*[Rq])
588 .ds doc-str-St--xcu5           \*[doc-Tn-font-size]X/Open\*[doc-str-St] Commands and Utilities Issue\~5
589 .as doc-str-St--xcu5           " (\*[Lq]\*[doc-Tn-font-size]XCU\*[doc-str-St]\^5\*[Rq])
590 .ds doc-str-St--xcurses4.2     \*[doc-Tn-font-size]X/Open\*[doc-str-St] Curses Issue\~4, Version\~2
591 .as doc-str-St--xcurses4.2     " (\*[Lq]\*[doc-Tn-font-size]XCURSES\*[doc-str-St]\^4.2\*[Rq])
592 .ds doc-str-St--xns5           \*[doc-Tn-font-size]X/Open\*[doc-str-St] Networking Services Issue\~5
593 .as doc-str-St--xns5           " (\*[Lq]\*[doc-Tn-font-size]XNS\*[doc-str-St]\^5\*[Rq])
594 .ds doc-str-St--xns5.2         \*[doc-Tn-font-size]X/Open\*[doc-str-St] Networking Services Issue\~5.2
595 .as doc-str-St--xns5.2         " (\*[Lq]\*[doc-Tn-font-size]XNS\*[doc-str-St]\^5.2\*[Rq])
596 .ds doc-str-St--xpg3           \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~3
597 .as doc-str-St--xpg3           " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^3\*[Rq])
598 .ds doc-str-St--xpg4           \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~4
599 .as doc-str-St--xpg4           " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4\*[Rq])
600 .ds doc-str-St--xpg4.2         \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~4, Version\~2
601 .as doc-str-St--xpg4.2         " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4.2\*[Rq])
602 .ds doc-str-St--xsh5           \*[doc-Tn-font-size]X/Open\*[doc-str-St] System Interfaces and Headers Issue\~5
603 .as doc-str-St--xsh5           " (\*[Lq]\*[doc-Tn-font-size]XSH\*[doc-str-St]\^5\*[Rq])
605 .\" Miscellaneous
606 .ds doc-str-St--ieee754        \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 754-1985
607 .ds doc-str-St--iso8802-3      \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 8802-3:1989
609 .de St
610 .  if !\n[doc-arg-limit] \{\
611 .    ie \n[.$] \{\
612 .      ds doc-macro-name St
613 .      doc-parse-args \$@
614 .    \}
615 .    el \
616 .      doc-St-usage
617 .  \}
619 .  if !\n[doc-arg-limit] \
620 .    return
622 .  nr doc-arg-ptr +1
623 .  ie (\n[doc-arg-limit] >= \n[doc-arg-ptr]) \{\
624 .    nr doc-curr-font \n[.f]
625 .    nr doc-curr-size \n[.ps]
626 .    ds doc-str-St \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
628 .    ds doc-str-St1
629 .    ie \A\a\*[doc-arg\n[doc-arg-ptr]]\a \{\
630 .      ie d doc-str-St-\*[doc-arg\n[doc-arg-ptr]] \
631 .        ds doc-str-St1 "\*[doc-str-St-\*[doc-arg\n[doc-arg-ptr]]]
632 .      el \{\
633 .        tmc "mdoc warning: .St: Unknown standard abbreviation
634 .        tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
635 .        tm1 "              Please refer to the groff_mdoc(7) manpage for a
636 .        tm1 "              list of available standard abbreviations.
637 .    \}\}
638 .    el \
639 .      doc-St-usage
641 .    \" replacing argument with result
642 .    ds doc-arg\n[doc-arg-ptr] "\*[doc-str-St1]
644 .    doc-print-recursive
645 .  \}
646 .  el \{\
647 .    doc-St-usage
648 .    doc-reset-args
649 .  \}
653 .\" NS doc-St-usage macro
655 .de doc-St-usage
656 .  tm1 "Usage: .St standard (#\n[.c])
657 .  tm1 "       Please refer to the groff_mdoc(7) manpage for a list of
658 .  tm1 "       available standard abbreviations.
662 .\" NS Lb user macro
663 .\" NS   formal library names for LIBRARY sections
664 .\" NS
665 .\" NS modifies:
666 .\" NS   doc-arg-ptr
667 .\" NS   doc-curr-font
668 .\" NS   doc-curr-size
669 .\" NS   doc-macro-name
670 .\" NS
671 .\" NS local variable:
672 .\" NS   doc-reg-Lb
673 .\" NS   doc-str-Lb
674 .\" NS   doc-str-Lb1
675 .\" NS   doc-str-Lb-XXX
676 .\" NS
677 .\" NS width register `Lb' defined in doc-common
679 .ds doc-str-Lb-libarm      ARM Architecture Library (libarm, \-larm)
680 .ds doc-str-Lb-libarm32    ARM32 Architecture Library (libarm32, \-larm32)
681 .ds doc-str-Lb-libc        Standard C\~Library (libc, \-lc)
682 .ds doc-str-Lb-libcdk      Curses Development Kit Library (libcdk, \-lcdk)
683 .ds doc-str-Lb-libcompat   Compatibility Library (libcompat, \-lcompat)
684 .ds doc-str-Lb-libcrypt    Crypt Library (libcrypt, \-lcrypt)
685 .ds doc-str-Lb-libcurses   Curses Library (libcurses, \-lcurses)
686 .ds doc-str-Lb-libedit     Command Line Editor Library (libedit, \-ledit)
687 .ds doc-str-Lb-libevent    Event Notification Library (libevent, \-levent)
688 .ds doc-str-Lb-libform     Curses Form Library (libform, \-lform)
689 .ds doc-str-Lb-libi386     i386 Architecture Library (libi386, \-li386)
690 .ds doc-str-Lb-libintl     Internationalized Message Handling Library (libintl, \-lintl)
691 .ds doc-str-Lb-libipsec    IPsec Policy Control Library (libipsec, \-lipsec)
692 .ds doc-str-Lb-libkvm      Kernel Data Access Library (libkvm, \-lkvm)
693 .ds doc-str-Lb-libm        Math Library (libm, \-lm)
694 .ds doc-str-Lb-libm68k     m68k Architecture Library (libm68k, \-lm68k)
695 .ds doc-str-Lb-libmagic    Magic Number Recognition Library (libmagic, \-lmagic)
696 .ds doc-str-Lb-libmenu     Curses Menu Library (libmenu, \-lmenu)
697 .ds doc-str-Lb-libossaudio OSS Audio Emulation Library (libossaudio, \-lossaudio)
698 .ds doc-str-Lb-libpcap     Packet Capture Library (libpcap, \-lpcap)
699 .ds doc-str-Lb-libpci      PCI Bus Access Library (libpci, \-lpci)
700 .ds doc-str-Lb-libpmc      Performance Counters Library (libpmc, \-lpmc)
701 .ds doc-str-Lb-libposix    \*[Px] \*[doc-str-Lb]Compatibility Library (libposix, \-lposix)
702 .ds doc-str-Lb-libpthread  \*[Px] \*[doc-str-Lb]Threads Library (libpthread, \-lpthread)
703 .ds doc-str-Lb-libresolv   DNS Resolver Library (libresolv, \-lresolv)
704 .ds doc-str-Lb-librt       \*[Px] \*[doc-str-Lb]Real-time Library (librt, \-lrt)
705 .ds doc-str-Lb-libtermcap  Termcap Access Library (libtermcap, \-ltermcap)
706 .ds doc-str-Lb-libusbhid   USB Human Interface Devices Library (libusbhid, \-lusbhid)
707 .ds doc-str-Lb-libutil     System Utilities Library (libutil, \-lutil)
708 .ds doc-str-Lb-libx86_64   x86_64 Architecture Library (libx86_64, \-lx86_64)
709 .ds doc-str-Lb-libz        Compression Library (libz, \-lz)
711 .de Lb
712 .  if !\n[doc-arg-limit] \{\
713 .    ie \n[.$] \{\
714 .      ds doc-macro-name Lb
715 .      doc-parse-args \$@
716 .    \}
717 .    el \
718 .      tm Usage: .Lb library_name ... (#\n[.c])
719 .  \}
721 .  if !\n[doc-arg-limit] \
722 .    return
724 .  nr doc-arg-ptr +1
725 .  ie (\n[doc-arg-limit] >= \n[doc-arg-ptr]) \{\
726 .    nr doc-curr-font \n[.f]
727 .    nr doc-curr-size \n[.ps]
728 .    ds doc-str-Lb \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
730 .    ie d doc-str-Lb-\*[doc-arg\n[doc-arg-ptr]] \
731 .      ds doc-str-Lb1 "\*[doc-str-Lb-\*[doc-arg\n[doc-arg-ptr]]]
732 .    el \{\
733 .      tmc "mdoc warning: .Lb: no description for library
734 .      tm1 " `\*[doc-arg\n[doc-arg-ptr]]' available (#\n[.c])
735 .      ds doc-str-Lb1 library \*[Lq]\*[doc-arg\n[doc-arg-ptr]]\*[Rq]
736 .    \}
738 .    \" replacing argument with result
739 .    ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Lb1]
741 .    if \n[doc-in-library-section] \
742 .      br
743 .    doc-print-recursive
744 .    if \n[doc-in-library-section] \
745 .      br
746 .  \}
747 .  el \{\
748 .    tm Usage: .Lb library_name ... (#\n[.c])
749 .    doc-reset-args
750 .  \}
756 .\" EOF