Ignore:
Timestamp:
05/26/2015 03:08:46 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7d3e42b
Parents:
5fd1f25b
Message:

Add some forgotten short descriptions to:
keyutils, exempi, apr-util, gobject-introspection, icu and json-glib.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r5fd1f25b r7e2908c  
    144144      </varlistentry>
    145145
     146      <varlistentry id="key.dns_resolver">
     147        <term><command>key.dns_resolver</command></term>
     148        <listitem>
     149          <para>
     150            is invoked by <command>request-key</command> on behalf of the
     151            kernel when kernel services (such as NFS, CIFS and AFS) need to
     152            perform a hostname lookup and the kernel does not have the key
     153            cached.  It is not ordinarily intended to be called directly.
     154          </para>
     155          <indexterm zone="keyutils key.dns_resolver">
     156            <primary sortas="b-key.dns_resolver">key.dns_resolver</primary>
     157          </indexterm>
     158        </listitem>
     159      </varlistentry>
     160
     161      <varlistentry id="request-key">
     162        <term><command>request-key</command></term>
     163        <listitem>
     164          <para>
     165            is invoked by the kernel when the kernel is asked for a key that it
     166            doesn't have immediately available. The kernel creates a temporary
     167            key and then calls out to this program to instantiate it.  It is
     168            not intended to be called directly.
     169          </para>
     170          <indexterm zone="keyutils request-key">
     171            <primary sortas="b-request-keyt-key">request-key</primary>
     172          </indexterm>
     173        </listitem>
     174      </varlistentry>
     175
    146176      <varlistentry id="libkeyutils">
    147177        <term><filename class='libraryfile'>libkeyutils.so</filename></term>
    148178        <listitem>
    149           <para> contains the keyuils library API instantiation.</para>
     179          <para>
     180            contains the keyutils library API instantiation.
     181          </para>
    150182          <indexterm zone="keyutils libkeyutils">
    151183            <primary sortas="c-libkeyutils">libkeyutils.so</primary>
Note: See TracChangeset for help on using the changeset viewer.