Changeset a92671e for general


Ignore:
Timestamp:
04/02/2005 10:51:54 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3dfab297
Parents:
1cdc9596
Message:

Updated libpcap tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3636 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libpcap.xml

    r1cdc9596 ra92671e  
    1818<date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="libpcap.html"?>
    2122<title><application>libpcap</application>-&libpcap-version;</title>
     23<indexterm zone="libpcap">
     24  <primary sortas="a-libpcap">libpcap</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    5660
    5761<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    58 make &amp;&amp;
    59 make install</command></userinput></screen>
     62make</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>
    6069
    6170<note><para>Some applications, including <ulink
     
    7180<title>Contents</title>
    7281
    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>
    7586
    76 </sect2>
     87  <seglistitem>
     88    <seg>None</seg>
     89    <seg>libpcap.a</seg>
     90    <seg>None</seg>
     91  </seglistitem>
     92</segmentedlist>
    7793
    78 <sect2><title>Description</title>
     94<variablelist>
     95  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     96  <?dbfo list-presentation="list"?>
    7997
    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>
    83109
    84110</sect2>
    85111
    86112</sect1>
    87 
Note: See TracChangeset for help on using the changeset viewer.