[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.52

1.52    ! kleink      1: .\"    $NetBSD: doc-syms,v 1.51 2000/02/10 22:02:09 kleink 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.36      thorpej   187: .             nR
                    188: .      \}
                    189: .\}
                    190: ..
1.37      mycroft   191: .\" NS Bsx macro -- BSD/OS
1.36      thorpej   192: .de Bsx
                    193: .nr cF \\n(.f
                    194: .nr cZ \\n(.s
                    195: .ds aa \&\f\\n(cF\s\\n(cZ
                    196: .if \\n(aC==0 \{\
1.37      mycroft   197: .       ie \\n(.$==0 \&\\*(tNBSD/OS\\*(aa
1.36      thorpej   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 \{\
1.37      mycroft   203: .              as b1 \&\\*(tNBSD/OS\ \&\\*(A\\n(aP\\*(aa
1.36      thorpej   204: .              ie \\n(aC>\\n(aP \{\
                    205: .                      nr aP \\n(aP+1
                    206: .                      nR
                    207: .              \}
                    208: .              el .aZ
                    209: .      \}
                    210: .      el \{\
1.37      mycroft   211: .             as b1 \&\\*(tNBSD/OS\\*(aa
1.29      perry     212: .             nR
                    213: .      \}
1.6       cgd       214: .\}
                    215: ..
1.22      phil      216: .\" Ns At macro - AT&T UNIX (this macro does not handle punctuation)
1.1       cgd       217: .de At
                    218: .nr cF \\n(.f
                    219: .nr cZ \\n(.s
                    220: .ds aa \&\f\\n(cF\s\\n(cZ
                    221: .if \\n(.$==2 \{\
                    222: .      if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa\\$2
1.40      garbled   223: .      if "\\$1"v1"  \&Version 1 \\*(tNAT&T UNIX\\*(aa\\$2
                    224: .      if "\\$1"v2"  \&Version 2 \\*(tNAT&T UNIX\\*(aa\\$2
                    225: .      if "\\$1"v3"  \&Version 3 \\*(tNAT&T UNIX\\*(aa\\$2
                    226: .      if "\\$1"v4"  \&Version 4 \\*(tNAT&T UNIX\\*(aa\\$2
1.34      fair      227: .      if "\\$1"v5"  \&Version 5 \\*(tNAT&T UNIX\\*(aa\\$2
1.1       cgd       228: .      if "\\$1"v6"  \&Version 6 \\*(tNAT&T UNIX\\*(aa\\$2
                    229: .      if "\\$1"v7"  \&Version 7 \\*(tNAT&T UNIX\\*(aa\\$2
                    230: .      if "\\$1"V"  \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa\\$2
                    231: .      if "\\$1"V.1"  \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa\\$2
1.5       jtc       232: .      if "\\$1"V.2"  \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa\\$2
1.13      thorpej   233: .      if "\\$1"V.3"  \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa\\$2
1.1       cgd       234: .      if "\\$1"V.4"  \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa\\$2
                    235: .\}
                    236: .if \\n(.$==1 \{\
                    237: .      if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa
1.40      garbled   238: .      if "\\$1"v1"  \&Version 1 \\*(tNAT&T UNIX\\*(aa
                    239: .      if "\\$1"v2"  \&Version 2 \\*(tNAT&T UNIX\\*(aa
                    240: .      if "\\$1"v3"  \&Version 3 \\*(tNAT&T UNIX\\*(aa
                    241: .      if "\\$1"v4"  \&Version 4 \\*(tNAT&T UNIX\\*(aa
                    242: .      if "\\$1"v5"  \&Version 5 \\*(tNAT&T UNIX\\*(aa
1.1       cgd       243: .      if "\\$1"v6"  \&Version 6 \\*(tNAT&T UNIX\\*(aa
                    244: .      if "\\$1"v7"  \&Version 7 \\*(tNAT&T UNIX\\*(aa
                    245: .      if "\\$1"V"  \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa
                    246: .      if "\\$1"V.1"  \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa
1.5       jtc       247: .      if "\\$1"V.2"  \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa
1.13      thorpej   248: .      if "\\$1"V.3"  \&\\*(tNAT&T\\*(aa System V.3 \\*(tNUNIX\\*(aa
1.1       cgd       249: .      if "\\$1"V.4"  \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa
                    250: .\}
1.22      phil      251: .if \\n(.$==0 \{\
                    252: \&\\*(tNAT&T UNIX\\*(aa
                    253: .\}
1.1       cgd       254: ..
                    255: .\" The Bt macro should go away now
                    256: .\" Ns Bt macro - prints "is currently in beta test." (HISTORY section)
                    257: .de Bt
                    258: \&is currently in beta test.
                    259: ..
                    260: .\" NS St macro - standards (posix, ansi - formal standard names)
                    261: .ds Px \\*(tNPOSIX
                    262: .ds Ai \\*(tNANSI
                    263: .de St
                    264: .if \\n(aC==0 \{\
                    265: .      ie \\n(.$==0 \{\
1.3       jtc       266: .tm Usage: .St [-p1003.1-90 | -p1003.2 | -ansiC-89 | -iso ] \\*(Pu ... (#\\n(.c)
1.1       cgd       267: .      \}
                    268: .      el \{\
                    269: .              ds mN St
                    270: .              nr aP 0
                    271: .              ds A1 \\$1
                    272: .              ds A2 \\$2
                    273: .              ds A3 \\$3
                    274: .              ds A4 \\$4
                    275: .              ds A5 \\$5
                    276: .              ds A6 \\$6
                    277: .              ds A7 \\$7
                    278: .              ds A8 \\$8
                    279: .              ds A9 \\$9
                    280: .              nr fV \\n(.$
                    281: .              fV
                    282: .      \}
                    283: .\}
                    284: .if \\n(aC>\\n(aP \{\
                    285: .      nr cF \\n(.f
                    286: .      nr cZ \\n(.s
                    287: .      ds aa \&\f\\n(cF\s\\n(cZ
                    288: .      nr aP \\n(aP+1
1.38      kleink    289: .       if "\\*(A\\n(aP"-p1003.1-96" \{\
1.51      kleink    290: .              ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1996\\*(sV
1.43      ross      291: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.38      kleink    292: .       \}
1.23      kleink    293: .       if "\\*(A\\n(aP"-p1003.1c-95" \{\
1.44      ross      294: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1c-1995\\*(sV
1.43      ross      295: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.23      kleink    296: .       \}
1.21      jtc       297: .       if "\\*(A\\n(aP"-p1003.1b-93" \{\
1.44      ross      298: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1b-1993\\*(sV
1.43      ross      299: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.21      jtc       300: .       \}
1.3       jtc       301: .       if "\\*(A\\n(aP"-p1003.1-90" \{\
1.44      ross      302: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1-1990\\*(sV
1.43      ross      303: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.3       jtc       304: .       \}
1.1       cgd       305: .       if "\\*(A\\n(aP"-p1003.1-88" \{\
1.44      ross      306: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1-1988\\*(sV
1.43      ross      307: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.1       cgd       308: .       \}
1.4       jtc       309: .       if "\\*(A\\n(aP"-p1003.1" \{\
1.44      ross      310: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.1\\*(sV
1.43      ross      311: .              as b1 (``\\*(tN\\*(Px\\*(aa'')
1.4       jtc       312: .       \}
1.3       jtc       313: .       if "\\*(A\\n(aP"-p1003.2-92" \{\
1.44      ross      314: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.2-1992\\*(sV
1.43      ross      315: .              as b1 (``\\*(tN\\*(Px.2\\*(aa'')
1.3       jtc       316: .       \}
1.1       cgd       317: .       if "\\*(A\\n(aP"-p1003.2" \{\
1.44      ross      318: .              ds b1 \&\\*(tNIEEE S\\*(aatd 1003.2\\*(sV
1.43      ross      319: .              as b1 (``\\*(tN\\*(Px.2\\*(aa'')
1.1       cgd       320: .       \}
1.47      kleink    321: .       if "\\*(A\\n(aP"-isoC" \{\
1.52    ! kleink    322: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899:1990\\*(sV
1.47      kleink    323: .              as b1 (``\\*(tNISO C\\*(aa'')
                    324: .       \}
                    325: .       if "\\*(A\\n(aP"-isoC-amd1" \{\
1.52    ! kleink    326: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/AMD1:1995\\*(sV
1.47      kleink    327: .              as b1 (``\\*(tNISO C\\*(aa'')
                    328: .       \}
                    329: .       if "\\*(A\\n(aP"-isoC-tcor1" \{\
1.52    ! kleink    330: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR1:1994\\*(sV
1.47      kleink    331: .              as b1 (``\\*(tNISO C\\*(aa'')
                    332: .       \}
                    333: .       if "\\*(A\\n(aP"-isoC-tcor2" \{\
1.52    ! kleink    334: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899/TCOR2:1995\\*(sV
1.47      kleink    335: .              as b1 (``\\*(tNISO C\\*(aa'')
                    336: .       \}
1.52    ! kleink    337: .       if "\\*(A\\n(aP"-isoC99" \{\
        !           338: .              ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
        !           339: .              as b1 (``\\*(tNISO C99\\*(aa'')
        !           340: .       \}
1.1       cgd       341: .       if "\\*(A\\n(aP"-ansiC" \{\
1.43      ross      342: .              ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
                    343: .              as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       344: .       \}
                    345: .       if "\\*(A\\n(aP"-ansiC-89" \{\
1.43      ross      346: .              ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV
                    347: .              as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       348: .       \}
1.7       jtc       349: .       if "\\*(A\\n(aP"-ieee754" \{\
1.44      ross      350: .              ds b1 \&\\*(tNIEEE S\\*(aatd 754-1985
1.7       jtc       351: .       \}
1.1       cgd       352: .       if "\\*(A\\n(aP"-iso8802-3" \{\
1.52    ! kleink    353: .              ds b1 \\*(tNISO \\*(aa8802-3:1989\\*(sV
1.43      ross      354: .\" .          as b1 (``\\*(tNANSI C\\*(aa'')
1.1       cgd       355: .       \}
1.8       jtc       356: .       if "\\*(A\\n(aP"-xpg3" \{\
1.44      ross      357: .              ds b1 X/Open Portability Guide Issue 3\\*(sV
1.43      ross      358: .              as b1 (``\\*(tNXPG3\\*(aa'')
1.8       jtc       359: .       \}
                    360: .       if "\\*(A\\n(aP"-xpg4" \{\
1.44      ross      361: .              ds b1 X/Open Portability Guide Issue 4\\*(sV
1.43      ross      362: .              as b1 (``\\*(tNXPG4\\*(aa'')
1.8       jtc       363: .       \}
1.11      jtc       364: .       if "\\*(A\\n(aP"-xpg4.2" \{\
1.45      jwise     365: .              ds b1 X/Open Portability Guide Issue 4 Version 2\\*(sV
1.43      ross      366: .              as b1 (``\\*(tNXPG4.2\\*(aa'')
1.42      kleink    367: .       \}
1.45      jwise     368: .       if "\\*(A\\n(aP"-xbd5" \{\
                    369: .              ds b1 X/Open System Interface Definitions Issue 5\\*(sV
                    370: .              as b1 (``\\*(tNXBD5\\*(aa'')
                    371: .       \}
1.44      ross      372: .       if "\\*(A\\n(aP"-xcu5" \{\
                    373: .              ds b1 X/Open Commands and Utilities Issue 5\\*(sV
1.45      jwise     374: .              as b1 (``\\*(tNXCU5\\*(aa'')
                    375: .       \}
                    376: .       if "\\*(A\\n(aP"-xsh5" \{\
                    377: .              ds b1 X/Open System Interfaces and Headers Issue 5\\*(sV
                    378: .              as b1 (``\\*(tNXSH5\\*(aa'')
                    379: .       \}
                    380: .       if "\\*(A\\n(aP"-xns5" \{\
                    381: .              ds b1 X/Open Networking Services Issue 5\\*(sV
                    382: .              as b1 (``\\*(tNXNS5\\*(aa'')
1.47      kleink    383: .       \}
                    384: .       if "\\*(A\\n(aP"-xns5.2d2.0" \{\
                    385: .              ds b1 X/Open Networking Services Issue 5.2 Draft 2.0\\*(sV
                    386: .              as b1 (``\\*(tNXNS5.2D2.0\\*(aa'')
1.45      jwise     387: .       \}
                    388: .       if "\\*(A\\n(aP"-xcurses4.2" \{\
                    389: .              ds b1 X/Open Curses Issue 4 Version 2\\*(sV
                    390: .              as b1 (``\\*(tNXCURSES4.2\\*(aa'')
1.44      ross      391: .       \}
1.42      kleink    392: .       if "\\*(A\\n(aP"-svid4" \{\
1.44      ross      393: .              ds b1 System V Interface Definition
                    394: .              as b1 , Fourth Edition\\*(sV
1.43      ross      395: .              as b1 (``\\*(tNSVID4\\*(aa'')
1.11      jtc       396: .       \}
1.1       cgd       397: .      ie \\n(aC>\\n(aP \{\
                    398: .              nr aP \\n(aP+1
                    399: .              nR
                    400: .      \}
                    401: .      el .aZ
                    402: .\}
1.30      perry     403: ..
                    404: .\" Ns Lb macro - Formal library names for LIBRARY sections
                    405: .\"  note: this macro does not handle punctuation
                    406: .\"        it is really only intended for standalone use.
                    407: .de Lb
                    408: .nr cF \\n(.f
                    409: .nr cZ \\n(.s
                    410: .ds aa \&\f\\n(cF\s\\n(cZ
                    411: .if !\\n(.$==1 .tm Usage: .Lb [library name]
                    412: .if "\\$1"libarm32" \&ARM32 Architecture Library (libarm32, -larm32)
                    413: .if "\\$1"libi386" \&i386 Architecture Library (libi386, -li386)
1.50      jdc       414: .if "\\$1"libahdi" \&AHDI Disk Partition Library (libahdi, -lahdi)
1.30      perry     415: .if "\\$1"libc" \&Standard C Library (libc, -lc)
                    416: .if "\\$1"libcompat" \&Compatibility Library (libcompat, -lcompat)
                    417: .if "\\$1"libcrypt" \&Crypt Library (libcrypt, -lcrypt)
                    418: .if "\\$1"libcurses" \&Curses Library (libcurses, -lcurses)
                    419: .if "\\$1"libedit" \&Command Line Editor Library (libedit, -ledit)
1.48      itojun    420: .if "\\$1"libipsec" \&IPsec Policy Control Library (libipsec, -lipsec)
1.30      perry     421: .if "\\$1"libkvm" \&Kernel Data Access Library (libkvm, -lkvm)
                    422: .if "\\$1"libm" \&Math Library (libm, -lm)
1.49      kleink    423: .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
1.31      perry     424: .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
1.35      kleink    425: .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
1.30      perry     426: .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
                    427: .if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
                    428: .if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
                    429: .if "\\$1"libz" \&Compression Library (libz, -lz)
1.1       cgd       430: ..
1.41      ross      431: .ds < <
                    432: .ds > >
                    433: .ds & &
                    434: .ds _ \~

CVSweb <webmaster@jp.NetBSD.org>