mandoc(1): Update to 1.9.13.
[dragonfly.git] / usr.bin / mandoc / lib.in
blob87248347715d4b6b0b56d39437f7dda3d7fb15d6
1 /*      $Id: lib.in,v 1.6 2009/11/01 07:34:22 kristaps Exp $ */
2 /*
3  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
4  *
5  * Permission to use, copy, modify, and distribute this software for any
6  * purpose with or without fee is hereby granted, provided that the above
7  * copyright notice and this permission notice appear in all copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16  */
19  * These are all possible .Lb strings.  When a new library is added, add
20  * its short-string to the left-hand side and formatted string to the
21  * right-hand side.
22  *
23  * Be sure to escape strings.
24  */
26 LINE("libarchive",      "Reading and Writing Streaming Archives Library (libarchive, \\-larchive)")
27 LINE("libarm",          "ARM Architecture Library (libarm, \\-larm)")
28 LINE("libarm32",        "ARM32 Architecture Library (libarm32, \\-larm32)")
29 LINE("libbluetooth",    "Bluetooth Library (libbluetooth, \\-lbluetooth)")
30 LINE("libc",            "Standard C Library (libc, \\-lc)")
31 LINE("libcdk",          "Curses Development Kit Library (libcdk, \\-lcdk)")
32 LINE("libcompat",       "Compatibility Library (libcompat, \\-lcompat)")
33 LINE("libcrypt",        "Crypt Library (libcrypt, \\-lcrypt)")
34 LINE("libcurses",       "Curses Library (libcurses, \\-lcurses)")
35 LINE("libedit",         "Command Line Editor Library (libedit, \\-ledit)")
36 LINE("libevent",        "Event Notification Library (libevent, \\-levent)")
37 LINE("libfetch",        "File Transfer Library for URLs (libfetch, \\-lfetch)")
38 LINE("libform",         "Curses Form Library (libform, \\-lform)")
39 LINE("libi386",         "i386 Architecture Library (libi386, \\-li386)")
40 LINE("libintl",         "Internationalized Message Handling Library (libintl, \\-lintl)")
41 LINE("libipsec",        "IPsec Policy Control Library (libipsec, \\-lipsec)")
42 LINE("libiscsi",        "iSCSI protocol library (libiscsi, \\-liscsi)")
43 LINE("libkvm",          "Kernel Data Access Library (libkvm, \\-lkvm)")
44 LINE("libm",            "Math Library (libm, \\-lm)")
45 LINE("libm68k",         "m68k Architecture Library (libm68k, \\-lm68k)")
46 LINE("libmagic",        "Magic Number Recognition Library (libmagic, \\-lmagic)")
47 LINE("libmenu",         "Curses Menu Library (libmenu, \\-lmenu)")
48 LINE("libnetpgp",       "Netpgp signing, verification, encryption and decryption (libnetpgp, \\-lnetpgp)")
49 LINE("libossaudio",     "OSS Audio Emulation Library (libossaudio, \\-lossaudio)")
50 LINE("libpam",          "Pluggable Authentication Module Library (libpam, \\-lpam)")
51 LINE("libpcap",         "Capture Library (libpcap, \\-lpcap)")
52 LINE("libpci",          "PCI Bus Access Library (libpci, \\-lpci)")
53 LINE("libpmc",          "Performance Counters Library (libpmc, \\-lpmc)")
54 LINE("libposix",        "POSIX Compatibility Library (libposix, \\-lposix)")
55 LINE("libprop",         "Property Container Object Library (libprop, \\-lprop)")
56 LINE("libpthread",      "POSIX Threads Library (libpthread, \\-lpthread)")
57 LINE("libpuffs",        "puffs Convenience Library (libpuffs, \\-lpuffs)")
58 LINE("librefuse",       "File System in Userspace Convenience Library (librefuse, \\-lrefuse)")
59 LINE("libresolv",       "DNS Resolver Library (libresolv, \\-lresolv)")
60 LINE("librt",           "POSIX Real\\-time Library (librt, -lrt)")
61 LINE("libssp",          "Buffer Overflow Protection Library (libssp, \\-lssp)")
62 LINE("libtermcap",      "Termcap Access Library (libtermcap, \\-ltermcap)")
63 LINE("libusbhid",       "USB Human Interface Devices Library (libusbhid, \\-lusbhid)")
64 LINE("libutil",         "System Utilities Library (libutil, \\-lutil)")
65 LINE("libx86_64",       "x86_64 Architecture Library (libx86_64, \\-lx86_64)")
66 LINE("libz",            "Compression Library (libz, \\-lz)")