[BACK]Return to doc-syms CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / tmac

Annotation of src/share/tmac/doc-syms, Revision 1.70

1.70    ! wiz         1: .\"    $NetBSD: doc-syms,v 1.69 2001/11/29 14:58:24 wiz Exp $
1.33      thorpej     2: .\"
1.22      phil        3: .\" Copyright (c) 1991, 1993
                      4: .\"    The Regents of the University of California.  All rights reserved.
1.1       cgd         5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
                     14: .\" 3. All advertising materials mentioning features or use of this software
                     15: .\"    must display the following acknowledgement:
                     16: .\"    This product includes software developed by the University of
                     17: .\"    California, Berkeley and its contributors.
                     18: .\" 4. Neither the name of the University nor the names of its contributors
                     19: .\"    may be used to endorse or promote products derived from this software
                     20: .\"    without specific prior written permission.
                     21: .\"
                     22: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     23: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     24: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     25: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     26: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     27: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     28: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     29: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     30: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     31: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     32: .\" SUCH DAMAGE.
                     33: .\"
1.22      phil       34: .\"     @(#)doc-syms   8.1 (Berkeley) 6/8/93
1.1       cgd        35: .\"
                     36: .\"     %beginstrip%
                     37: .\" NS Ux macro - UNIX
                     38: .de Ux
                     39: .nr cF \\n(.f
                     40: .nr cZ \\n(.s
                     41: .ds aa \&\f\\n(cF\s\\n(cZ
                     42: .as b1 \&\\*(tNUNIX\\*(aa
                     43: .rm aa
                     44: .if \\n(aC==0 \{\
                     45: .       if \\n(.$>0 .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                     46: .\}
                     47: .ie \\n(aC>\\n(aP \{\
                     48: .       nr aP \\n(aP+1
                     49: .       ie \\n(C\\n(aP==1 \{\
                     50: .               \\*(A\\n(aP
                     51: .       \}
                     52: .       el .nR
                     53: .\}
                     54: .el .aZ
                     55: ..
1.22      phil       56: .\" NS Bx macro -BSD (fix smaller nroff version)
1.1       cgd        57: .de Bx
                     58: .nr cF \\n(.f
                     59: .nr cZ \\n(.s
                     60: .ds aa \&\f\\n(cF\s\\n(cZ
                     61: .if \\n(aC==0 \{\
1.22      phil       62: .\" .       ie \\n(.$==0 \&\\*(tNBSD\\*(aa \\*(tNUNIX\\*(aa
                     63: .       ie \\n(.$==0 \&\\*(tNBSD\\*(aa
1.1       cgd        64: .       el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                     65: .\}
                     66: .if "\\$1"-alpha" \{\
                     67: \&currently in alpha test.
                     68: .      aY
                     69: .\}
                     70: .if "\\$1"-beta" \{\
                     71: \&currently in beta test.
                     72: .      aY
                     73: .\}
                     74: .if "\\$1"-devel" \{\
                     75: \&currently under development.
                     76: .      aY
                     77: .\}
                     78: .if \\n(aC>\\n(aP \{\
                     79: .       nr aP \\n(aP+1
                     80: .      ie \\n(C\\n(aP==2 \{\
                     81: .              as b1 \&\\*(A\\n(aP\&\\*(tNBSD\\*(aa
                     82: .              ie \\n(aC>\\n(aP \{\
                     83: .                      nr jj \\n(aP+1
                     84: .                      ie \\n(C\\n(jj==2 \{\
                     85: .                              if "\\*(A\\n(jj"Reno" \{\
                     86: .                                      nr aP \\n(aP+1
                     87: .                                      as b1 \&\-\\*(A\\n(jj
                     88: .                              \}
                     89: .                              if "\\*(A\\n(jj"reno" \{\
                     90: .                                      nr aP \\n(aP+1
                     91: .                                      as b1 \&\-Reno
                     92: .                              \}
                     93: .                              if "\\*(A\\n(jj"Tahoe" \{\
                     94: .                                      nr aP \\n(aP+1
                     95: .                                      as b1 \&\-\\*(A\\n(jj
                     96: .                              \}
                     97: .                              if "\\*(A\\n(jj"tahoe" \{\
                     98: .                                      nr aP \\n(aP+1
                     99: .                                      as b1 \&\-Tahoe
1.32      perry     100: .                              \}
                    101: .                              if "\\*(A\\n(jj"Lite" \{\
                    102: .                                      nr aP \\n(aP+1
                    103: .                                      as b1 \&\-\\*(A\\n(jj
                    104: .                              \}
                    105: .                              if "\\*(A\\n(jj"lite" \{\
                    106: .                                      nr aP \\n(aP+1
                    107: .                                      as b1 \&\-Lite
                    108: .                              \}
                    109: .                              if "\\*(A\\n(jj"Lite2" \{\
                    110: .                                      nr aP \\n(aP+1
                    111: .                                      as b1 \&\-\\*(A\\n(jj
                    112: .                              \}
                    113: .                              if "\\*(A\\n(jj"lite2" \{\
                    114: .                                      nr aP \\n(aP+1
                    115: .                                      as b1 \&\-Lite2
1.1       cgd       116: .                              \}
                    117: .                              ie \\n(aC>\\n(aP \{\
                    118: .                                      nr aP \\n(aP+1
                    119: .                                      nR
                    120: .                              \}
                    121: .                              el .aZ
                    122: .                      \}
                    123: .                      el \{\
                    124: .                              nr aP \\n(aP+1
                    125: .                              nR
                    126: .                      \}
                    127: .                      rr jj
                    128: .              \}
                    129: .              el .aZ
                    130: .      \}
                    131: .      el \{\
1.22      phil      132: .             as b1 \&\\*(tNBSD\\*(aa
1.1       cgd       133: .             nR
                    134: .      \}
                    135: .\}
                    136: ..
                    137: .\" Ns Ud macro - prints "currently under development" (HISTORY section)
                    138: .de Ud
                    139: \&currently under development.
                    140: ..
1.29      perry     141: .\" NS Nx macro -- NetBSD
1.6       cgd       142: .de Nx
                    143: .nr cF \\n(.f
                    144: .nr cZ \\n(.s
                    145: .ds aa \&\f\\n(cF\s\\n(cZ
1.29      perry     146: .if \\n(aC==0 \{\
1.39      ross      147: .       ie \\n(.$==0 \&\\*(tNN\\s\\n(cZet\\*(tNBSD\\*(aa
1.29      perry     148: .       el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                    149: .\}
                    150: .if \\n(aC>\\n(aP \{\
                    151: .       nr aP \\n(aP+1
                    152: .      ie \\n(C\\n(aP==2 \{\
1.39      ross      153: .              as b1 \&\\*(tNN\\s\\n(cZet\\*(tNBSD\ \&\\*(A\\n(aP\\*(aa
1.29      perry     154: .              ie \\n(aC>\\n(aP \{\
                    155: .                      nr aP \\n(aP+1
                    156: .                      nR
                    157: .              \}
                    158: .              el .aZ
                    159: .      \}
                    160: .      el \{\
1.39      ross      161: .             as b1 \&\\*(tNN\\s\\n(cZet\\*(tNBSD\\*(aa
1.29      perry     162: .             nR
                    163: .      \}
                    164: .\}
                    165: ..
                    166: .\" NS Fx macro -- FreeBSD
                    167: .de Fx
                    168: .nr cF \\n(.f
                    169: .nr cZ \\n(.s
                    170: .ds aa \&\f\\n(cF\s\\n(cZ
                    171: .if \\n(aC==0 \{\
                    172: .       ie \\n(.$==0 \&\\*(tNFreeBSD\\*(aa
                    173: .       el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                    174: .\}
                    175: .if \\n(aC>\\n(aP \{\
                    176: .       nr aP \\n(aP+1
                    177: .      ie \\n(C\\n(aP==2 \{\
                    178: .              as b1 \&\\*(tNFreeBSD\ \&\\*(A\\n(aP\\*(aa
                    179: .              ie \\n(aC>\\n(aP \{\
                    180: .                      nr aP \\n(aP+1
                    181: .                      nR
                    182: .              \}
                    183: .              el .aZ
                    184: .      \}
                    185: .      el \{\
                    186: .             as b1 \&\\*(tNFreeBSD\\*(aa
1.55      ad        187: .             nR
                    188: .      \}
                    189: .\}
                    190: ..
                    191: .\" NS Ox macro -- OpenBSD
                    192: .de Ox
                    193: .nr cF \\n(.f
                    194: .nr cZ \\n(.s
                    195: .ds aa \&\f\\n(cF\s\\n(cZ
                    196: .if \\n(aC==0 \{\
                    197: .       ie \\n(.$==0 \&\\*(tNOpenBSD\\*(aa
                    198: .       el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                    199: .\}
                    200: .if \\n(aC>\\n(aP \{\
                    201: .       nr aP \\n(aP+1
                    202: .      ie \\n(C\\n(aP==2 \{\
                    203: .              as b1 \&\\*(tNOpenBSD\ \&\\*(A\\n(aP\\*(aa
                    204: .              ie \\n(aC>\\n(aP \{\
                    205: .                      nr aP \\n(aP+1
                    206: .                      nR
                    207: .              \}
                    208: .              el .aZ
                    209: .      \}
                    210: .      el \{\
                    211: .             as b1 \&\\*(tNOpenBSD\\*(aa
1.36      thorpej   212: .             nR
                    213: .      \}
                    214: .\}
                    215: ..
1.37      mycroft   216: .\" NS Bsx macro -- BSD/OS
1.36      thorpej   217: .de Bsx
                    218: .nr cF \\n(.f
                    219: .nr cZ \\n(.s
                    220: .ds aa \&\f\\n(cF\s\\n(cZ
                    221: .if \\n(aC==0 \{\
1.37      mycroft   222: .       ie \\n(.$==0 \&\\*(tNBSD/OS\\*(aa
1.36      thorpej   223: .       el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
                    224: .\}
                    225: .if \\n(aC>\\n(aP \{\
                    226: .       nr aP \\n(aP+1
                    227: .      ie \\n(C\\n(aP==2 \{\
1.37      mycroft   228: .              as b1 \&\\*(tNBSD/OS\ \&\\*(A\\n(aP\\*(aa
1.36      thorpej   229: .              ie \\n(aC>\\n(aP \{\
                    230: .                      nr aP \\n(aP+1
                    231: .                      nR
                    232: .              \}
                    233: .              el .aZ
                    234: .      \}
                    235: .      el \{\
1.37      mycroft   236: .             as b1 \&\\*(tNBSD/OS\\*(aa
1.29      perry     237: .             nR
                    238: .      \}
1.6       cgd       239: .\}
                    240: ..
1.22      phil      241: .\" Ns At macro - AT&T UNIX (this macro does not handle punctuation)
1.1       cgd       242: .de At
                    243: .nr cF \\n(.f
                    244: .nr cZ \\n(.s
                    245: .ds aa \&\f\\n(cF\s\\n(cZ
                    246: .if \\n(.$==2 \{\
                    247: .      if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa\\$2
1.40      garbled   248: .      if "\\$1"v1"  \&Version 1 \\*(tNAT&T UNIX\\*(aa\\$2
                    249: .      if "\\$1"v2"  \&Version 2 \\*(tNAT&T UNIX\\*(aa\\$2
                    250: .      if "\\$1"v3"  \&Version 3 \\*(tNAT&T UNIX\\*(aa\\$2
                    251: .      if "\\$1"v4"  \&Version 4 \\*(tNAT&T UNIX\\*(aa\\$2
1.34      fair      252: .      if "\\$1"v5"  \&Version 5 \\*(tNAT&T UNIX\\*(aa\\$2
1.1       cgd       253: .      if "\\$1"v6"  \&Version 6 \\*(tNAT&T UNIX\\*(aa\\$2
                    254: .      if "\\$1"v7"  \&Version 7 \\*(tNAT&T UNIX\\*(aa\\$2
                    255: .      if "\\$1"V"  \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa\\$2
                    256: .      if "\\$1"V.1"  \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa\\$2
1.5       jtc       257: .      if "\\$1"V.2"  \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa\\$2
1.13      thorpej   258: .      if "\\$1"V.3"  \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa\\$2
1.1       cgd       259: .      if "\\$1"V.4"  \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa\\$2
                    260: .\}
                    261: .if \\n(.$==1 \{\
                    262: .      if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa
1.40      garbled   263: .      if "\\$1"v1"  \&Version 1 \\*(tNAT&T UNIX\\*(aa
                    264: .      if "\\$1"v2"  \&Version 2 \\*(tNAT&T UNIX\\*(aa
                    265: .      if "\\$1"v3"  \&Version 3 \\*(tNAT&T UNIX\\*(aa
                    266: .      if "\\$1"v4"  \&Version 4 \\*(tNAT&T UNIX\\*(aa
                    267: .      if "\\$1"v5"  \&Version 5 \\*(tNAT&T UNIX\\*(aa
1.1       cgd       268: .      if "\\$1"v6"  \&Version 6 \\*(tNAT&T UNIX\\*(aa
                    269: .      if "\\$1"v7"  \&Version 7 \\*(tNAT&T UNIX\\*(aa
                    270: .      if "\\$1"V"  \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa
                    271: .      if "\\$1"V.1"  \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa
1.5       jtc       272: .      if "\\$1"V.2"  \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa
1.13      thorpej   273: .      if "\\$1"V.3"  \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa
1.1       cgd       274: .      if "\\$1"V.4"  \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa
                    275: .\}
1.22      phil      276: .if \\n(.$==0 \{\
                    277: \&\\*(tNAT&T UNIX\\*(aa
                    278: .\}
1.1       cgd       279: ..
                    280: .\" The Bt macro should go away now
                    281: .\" Ns Bt macro - prints "is currently in beta test." (HISTORY section)
                    282: .de Bt
                    283: \&is currently in beta test.
                    284: ..
                    285: .\" NS St macro - standards (posix, ansi - formal standard names)
                    286: .ds Px \\*(tNPOSIX
                    287: .ds Ai \\*(tNANSI
                    288: .de St
                    289: .if \\n(aC==0 \{\
                    290: .      ie \\n(.$==0 \{\
1.3       jtc       291: .tm Usage: .St [-p1003.1-90 | -p1003.2 | -ansiC-89 | -iso ] \\*(Pu ... (#\\n(.c)
1.1       cgd       292: .      \}
                    293: .      el \{\
                    294: .              ds mN St
                    295: .              nr aP 0
                    296: .              ds A1 \\$1
                    297: .              ds A2 \\$2
                    298: .              ds A3 \\$3
                    299: .              ds A4 \\$4
                    300: .              ds A5 \\$5
                    301: .              ds A6 \\$6
                    302: .              ds A7 \\$7
                    303: .              ds A8 \\$8
                    304: .              ds A9 \\$9
                    305: .              nr fV \\n(.$
                    306: .              fV
                    307: .      \}
                    308: .\}
                    309: .if \\n(aC>\\n(aP \{\
                    310: .      nr cF \\n(.f
                    311: .      nr cZ \\n(.s
                    312: .      ds aa \&\f\\n(cF\s\\n(cZ
                    313: .      nr aP \\n(aP+1
1.38      kleink    314: .       if "\\*(A\\n(aP"-p1003.1-96" \{\
1.51      kleink    315: .              ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1996\\*(sV
1.65      kleink    316: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
                    317: .       \}
                    318: .       if "\\*(A\\n(aP"-p1003.1g-2000" \{\
                    319: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1g-2000\\*(sV
1.43      ross      320: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.38      kleink    321: .       \}
1.23      kleink    322: .       if "\\*(A\\n(aP"-p1003.1c-95" \{\
1.44      ross      323: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1c-1995\\*(sV
1.43      ross      324: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.23      kleink    325: .       \}
1.21      jtc       326: .       if "\\*(A\\n(aP"-p1003.1b-93" \{\
1.44      ross      327: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1b-1993\\*(sV
1.43      ross      328: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.21      jtc       329: .       \}
1.3       jtc       330: .       if "\\*(A\\n(aP"-p1003.1-90" \{\
1.44      ross      331: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1-1990\\*(sV
1.43      ross      332: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.3       jtc       333: .       \}
1.1       cgd       334: .       if "\\*(A\\n(aP"-p1003.1-88" \{\
1.44      ross      335: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1-1988\\*(sV
1.43      ross      336: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.1       cgd       337: .       \}
1.4       jtc       338: .       if "\\*(A\\n(aP"-p1003.1" \{\
1.44      ross      339: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1\\*(sV
1.43      ross      340: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.4       jtc       341: .       \}
1.3       jtc       342: .       if "\\*(A\\n(aP"-p1003.2-92" \{\
1.44      ross      343: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.2-1992\\*(sV
1.43      ross      344: .              as b1 (``\\*(tN\\*(Px.2\\*(aa'')
1.3       jtc       345: .       \}
1.1       cgd       346: .       if "\\*(A\\n(aP"-p1003.2" \{\
1.44      ross      347: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.2\\*(sV
1.43      ross      348: .              as b1 (``\\*(tN\\*(Px.2\\*(aa'')
1.1       cgd       349: .       \}
1.59      kleink    350: .       if "\\*(A\\n(aP"-isoC90" \{\
1.52      kleink    351: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899:1990\\*(sV
1.54      kleink    352: .              as b1 (``\\*(tNISO C90\\*(aa'')
1.47      kleink    353: .       \}
                    354: .       if "\\*(A\\n(aP"-isoC-amd1" \{\
1.52      kleink    355: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/AMD1:1995\\*(sV
1.54      kleink    356: .              as b1 (``\\*(tNISO C90\\*(aa'')
1.47      kleink    357: .       \}
                    358: .       if "\\*(A\\n(aP"-isoC-tcor1" \{\
1.52      kleink    359: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR1:1994\\*(sV
1.54      kleink    360: .              as b1 (``\\*(tNISO C90\\*(aa'')
1.47      kleink    361: .       \}
                    362: .       if "\\*(A\\n(aP"-isoC-tcor2" \{\
1.52      kleink    363: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR2:1995\\*(sV
1.54      kleink    364: .              as b1 (``\\*(tNISO C90\\*(aa'')
1.47      kleink    365: .       \}
1.52      kleink    366: .       if "\\*(A\\n(aP"-isoC99" \{\
                    367: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
                    368: .              as b1 (``\\*(tNISO C99\\*(aa'')
                    369: .       \}
1.1       cgd       370: .       if "\\*(A\\n(aP"-ansiC" \{\
1.43      ross      371: .              ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
                    372: .              as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       373: .       \}
                    374: .       if "\\*(A\\n(aP"-ansiC-89" \{\
1.43      ross      375: .              ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
                    376: .              as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       377: .       \}
1.7       jtc       378: .       if "\\*(A\\n(aP"-ieee754" \{\
1.44      ross      379: .              ds b1 \&\\*(tNIEEE S\\*(aatd 754-1985
1.7       jtc       380: .       \}
1.1       cgd       381: .       if "\\*(A\\n(aP"-iso8802-3" \{\
1.69      wiz       382: .              ds b1 \\*(tNISO/IEC \\*(aa8802-3:1989\\*(sV
1.43      ross      383: .\" .          as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       384: .       \}
1.8       jtc       385: .       if "\\*(A\\n(aP"-xpg3" \{\
1.44      ross      386: .              ds b1 X/Open Portability Guide Issue 3\\*(sV
1.43      ross      387: .              as b1 (``\\*(tNXPG3\\*(aa'')
1.8       jtc       388: .       \}
                    389: .       if "\\*(A\\n(aP"-xpg4" \{\
1.44      ross      390: .              ds b1 X/Open Portability Guide Issue 4\\*(sV
1.43      ross      391: .              as b1 (``\\*(tNXPG4\\*(aa'')
1.8       jtc       392: .       \}
1.11      jtc       393: .       if "\\*(A\\n(aP"-xpg4.2" \{\
1.66      wiz       394: .              ds b1 X/Open Portability Guide Issue 4, Version 2\\*(sV
1.43      ross      395: .              as b1 (``\\*(tNXPG4.2\\*(aa'')
1.42      kleink    396: .       \}
1.45      jwise     397: .       if "\\*(A\\n(aP"-xbd5" \{\
                    398: .              ds b1 X/Open System Interface Definitions Issue 5\\*(sV
                    399: .              as b1 (``\\*(tNXBD5\\*(aa'')
                    400: .       \}
1.44      ross      401: .       if "\\*(A\\n(aP"-xcu5" \{\
                    402: .              ds b1 X/Open Commands and Utilities Issue 5\\*(sV
1.45      jwise     403: .              as b1 (``\\*(tNXCU5\\*(aa'')
                    404: .       \}
                    405: .       if "\\*(A\\n(aP"-xsh5" \{\
                    406: .              ds b1 X/Open System Interfaces and Headers Issue 5\\*(sV
                    407: .              as b1 (``\\*(tNXSH5\\*(aa'')
                    408: .       \}
                    409: .       if "\\*(A\\n(aP"-xns5" \{\
                    410: .              ds b1 X/Open Networking Services Issue 5\\*(sV
                    411: .              as b1 (``\\*(tNXNS5\\*(aa'')
1.47      kleink    412: .       \}
                    413: .       if "\\*(A\\n(aP"-xns5.2d2.0" \{\
                    414: .              ds b1 X/Open Networking Services Issue 5.2 Draft 2.0\\*(sV
                    415: .              as b1 (``\\*(tNXNS5.2D2.0\\*(aa'')
1.45      jwise     416: .       \}
                    417: .       if "\\*(A\\n(aP"-xcurses4.2" \{\
1.66      wiz       418: .              ds b1 X/Open Curses, Issue 4, Version 2\\*(sV
1.45      jwise     419: .              as b1 (``\\*(tNXCURSES4.2\\*(aa'')
1.44      ross      420: .       \}
1.42      kleink    421: .       if "\\*(A\\n(aP"-svid4" \{\
1.44      ross      422: .              ds b1 System V Interface Definition
                    423: .              as b1 , Fourth Edition\\*(sV
1.43      ross      424: .              as b1 (``\\*(tNSVID4\\*(aa'')
1.11      jtc       425: .       \}
1.1       cgd       426: .      ie \\n(aC>\\n(aP \{\
                    427: .              nr aP \\n(aP+1
                    428: .              nR
                    429: .      \}
                    430: .      el .aZ
                    431: .\}
1.30      perry     432: ..
                    433: .\" Ns Lb macro - Formal library names for LIBRARY sections
                    434: .\"  note: this macro does not handle punctuation
                    435: .\"        it is really only intended for standalone use.
                    436: .de Lb
                    437: .nr cF \\n(.f
                    438: .nr cZ \\n(.s
                    439: .ds aa \&\f\\n(cF\s\\n(cZ
                    440: .if !\\n(.$==1 .tm Usage: .Lb [library name]
                    441: .if "\\$1"libarm32" \&ARM32 Architecture Library (libarm32, -larm32)
                    442: .if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
1.60      kleink    443: .if "\\$1"libm68k" \&m68k Architecture Library (libm68k, -lm68k)
1.30      perry     444: .if "\\$1"libc" \&Standard C Library (libc, -lc)
1.58      garbled   445: .if "\\$1"libcdk" \&Curses Development Kit Library (libcdk, -lcdk)
1.30      perry     446: .if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat)
                    447: .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
                    448: .if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
                    449: .if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
1.57      blymn     450: .if "\\$1"libform" \&Curses Form Library (libform, -lform)
1.56      itojun    451: .if "\\$1"libintl" \&Internationalized Message Handling Library (libintl, -lintl)
1.48      itojun    452: .if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
1.30      perry     453: .if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
                    454: .if "\\$1"libm" \&Math Library (libm, -lm)
1.49      kleink    455: .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
1.31      perry     456: .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
1.63      gmcgarry  457: .if "\\$1"libpcap" \&Packet Capture Library (libpcap, -lpcap)
1.61      thorpej   458: .if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
1.35      kleink    459: .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
1.30      perry     460: .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
                    461: .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
1.70    ! wiz       462: .if "\\$1"libusbhid" \&USB Human Interface Devices Library (libusbhid, -lusbhid)
1.30      perry     463: .if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
                    464: .if "\\$1"libz" \&Compression Library (libz, -lz)
1.1       cgd       465: ..
1.41      ross      466: .ds < <
                    467: .ds > >
                    468: .ds & &
                    469: .ds _ \~

CVSweb <webmaster@jp.NetBSD.org>