Changeset a92671e
- Timestamp:
- 04/02/2005 10:51:54 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3dfab297
- Parents:
- 1cdc9596
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libpcap.xml
r1cdc9596 ra92671e 18 18 <date>$Date$</date> 19 19 </sect1info> 20 20 21 <?dbhtml filename="libpcap.html"?> 21 22 <title><application>libpcap</application>-&libpcap-version;</title> 23 <indexterm zone="libpcap"> 24 <primary sortas="a-libpcap">libpcap</primary> 25 </indexterm> 22 26 23 27 <sect2> … … 56 60 57 61 <screen><userinput><command>./configure --prefix=/usr && 58 make && 59 make install</command></userinput></screen> 62 make</command></userinput></screen> 63 64 <para>This package does not come with a test suite.</para> 65 66 <para>Now, as the root user:</para> 67 68 <screen><userinput role="root"><command>make install</command></userinput></screen> 60 69 61 70 <note><para>Some applications, including <ulink … … 71 80 <title>Contents</title> 72 81 73 <para>The <application>libpcap</application> package provides 74 the <filename class="libraryfile">libpcap</filename> library.</para> 82 <segmentedlist> 83 <segtitle>Installed Programs</segtitle> 84 <segtitle>Installed Library</segtitle> 85 <segtitle>Installed Directories</segtitle> 75 86 76 </sect2> 87 <seglistitem> 88 <seg>None</seg> 89 <seg>libpcap.a</seg> 90 <seg>None</seg> 91 </seglistitem> 92 </segmentedlist> 77 93 78 <sect2><title>Description</title> 94 <variablelist> 95 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 96 <?dbfo list-presentation="list"?> 79 97 80 <sect3><title>libpcap</title> 81 <para><filename class="libraryfile">libpcap</filename> 82 is a library used for user-level packet capture.</para></sect3> 98 <varlistentry id="libpcap-lib"> 99 <term><filename class="libraryfile">libpcap.a</filename></term> 100 <listitem> 101 <para>is a library used for user-level packet capture.</para> 102 <indexterm zone="libpcap libpcap-lib"> 103 <primary sortas="c-libpcap">libpcap.a</primary> 104 </indexterm> 105 </listitem> 106 </varlistentry> 107 108 </variablelist> 83 109 84 110 </sect2> 85 111 86 112 </sect1> 87
Note:
See TracChangeset
for help on using the changeset viewer.