[BACK]Return to lib.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/lib.in, Revision 1.2

1.2     ! kristaps    1: # $Id$
        !             2: #
        !             3: # This file defines the `.Lb' macro argument.  Lines are composed of
        !             4: # tab-delimited fields -- multiple tabs may delimit fields.  Comment
        !             5: # lines begin with '#'; blank lines are also ok.
        !             6: #
        !             7: # These were last grok'd from NetBSD-4.0.1's mdoc.samples(7).
        !             8:
1.1       kristaps    9: libarm         ARM Architecture Library (libarm, -larm)
                     10: libarm32       ARM32 Architecture Library (libarm32, -larm32)
                     11: libc           Standard C Library (libc, -lc)
                     12: libcdk         Curses Development Kit Library (libcdk, -lcdk)
                     13: libcompat      Compatibility Library (libcompat, -lcompat)
                     14: libcrypt       Crypt Library (libcrypt, -lcrypt)
                     15: libcurses      Curses Library (libcurses, -lcurses)
                     16: libedit                Command Line Editor Library (libedit, -ledit)
                     17: libevent       Event Notification Library (libevent, -levent)
                     18: libform                Curses Form Library (libform, -lform)
                     19: libi386                i386 Architecture Library (libi386, -li386)
                     20: libintl                Internationalized Message Handling Library (libintl, -lintl)
                     21: libipsec       IPsec Policy Control Library (libipsec, -lipsec)
                     22: libkvm         Kernel Data Access Library (libkvm, -lkvm)
                     23: libm           Math Library (libm, -lm)
                     24: libm68k                m68k Architecture Library (libm68k, -lm68k)
                     25: libmagic       Magic Number Recognition Library (libmagic, -lmagic)
                     26: libmenu                Curses Menu Library (libmenu, -lmenu)
                     27: libossaudio    OSS Audio Emulation Library (libossaudio, -lossaudio)
                     28: libpam         Pluggable Authentication Module Library (libpam, -lpam)
                     29: libpcap                Capture Library (libpcap, -lpcap)
                     30: libpci         PCI Bus Access Library (libpci, -lpci)
                     31: libpmc         Performance Counters Library (libpmc, -lpmc)
                     32: libposix       POSIX Compatibility Library (libposix, -lposix)
                     33: libpthread     POSIX Threads Library (libpthread, -lpthread)
                     34: libresolv      DNS Resolver Library (libresolv, -lresolv)
                     35: librt          POSIX Real-time Library (librt, -lrt)
                     36: libtermcap     Termcap Access Library (libtermcap, -ltermcap)
                     37: libusbhid      USB Human Interface Devices Library (libusbhid, -lusbhid)
                     38: libutil                System Utilities Library (libutil, -lutil)
                     39: libx86_64      x86_64 Architecture Library (libx86_64, -lx86_64)
                     40: libz           Compression Library (libz, -lz)

CVSweb