Changeset a70a184 for general/genutils


Ignore:
Timestamp:
01/29/2005 08:03:34 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
233a4f43
Parents:
55d12bc
Message:

Added indexing tags to desktop-file-utils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/desktop-file-utils.xml

    r55d12bc ra70a184  
    1313]>
    1414
    15 <sect1 id="desktop-file-utils" xreflabel="desktop-file-utils-&desktop-file-utils-version;">
     15<sect1 id="desktop-file-utils"
     16xreflabel="desktop-file-utils-&desktop-file-utils-version;">
    1617<sect1info>
    1718<othername>$LastChangedBy$</othername>
     
    2021<?dbhtml filename="desktop-file-utils.html"?>
    2122<title>desktop-file-utils-&desktop-file-utils-version;</title>
     23<indexterm zone="desktop-file-utils">
     24<primary sortas="a-Desktop-file-utils">Desktop-file-utils</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    6569
    6670<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    67 make &amp;&amp;
    68 make install</command></userinput></screen>
     71make</command></userinput></screen>
     72
     73<para>Now, as the root user:</para>
     74
     75<screen><userinput role='root'><command>make install</command></userinput></screen>
    6976
    7077</sect2>
     
    108115<title>Contents</title>
    109116
    110 <para>The <application>desktop-file-utils</application> package contains
    111 <command>desktop-file-install</command>,
    112 <command>desktop-file-validate</command> and
    113 <command>update-desktop-database</command>.</para>
     117<segmentedlist>
     118<segtitle>Installed Programs</segtitle>
     119<segtitle>Installed Libraries</segtitle>
     120<segtitle>Installed Directories</segtitle>
    114121
    115 </sect2>
     122<seglistitem>
     123<seg>desktop-file-install, desktop-file-validate and
     124update-desktop-database</seg>
     125<seg>None</seg>
     126<seg>None</seg>
     127</seglistitem>
     128</segmentedlist>
    116129
    117 <sect2><title>Description</title>
     130<variablelist>
     131<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     132<?dbfo list-presentation="list"?>
    118133
    119 <sect3><title>desktop-file-install</title>
    120 <para><command>desktop-file-install</command> is used to install a new, or
    121 modify an existing desktop file entry. It is also used to rebuild or modify
    122 the <acronym>MIME</acronym>-types application database.</para></sect3>
     134<varlistentry id="desktop-file-install">
     135<term><command>desktop-file-install</command></term>
     136<listitem><para>is used to install a new, or modify an existing desktop file
     137entry. It is also used to rebuild or modify the <acronym>MIME</acronym>-types
     138application database.</para>
     139<indexterm zone="desktop-file-utils desktop-file-install">
     140<primary sortas="b-desktop-file-install">desktop-file-install</primary>
     141</indexterm></listitem>
     142</varlistentry>
    123143
    124 <sect3><title>desktop-file-validate</title>
    125 <para><command>desktop-file-validate</command> is used to verify the integrity
    126 of a desktop file.</para></sect3>
     144<varlistentry id="desktop-file-validate">
     145<term><command>desktop-file-validate</command></term>
     146<listitem><para>is used to verify the integrity of a desktop file.</para>
     147<indexterm zone="desktop-file-utils desktop-file-validate">
     148<primary sortas="b-desktop-file-validate">desktop-file-validate</primary>
     149</indexterm></listitem>
     150</varlistentry>
    127151
    128 <sect3><title>update-desktop-database</title>
    129 <para><command>update-desktop-database</command> is used to update the
    130 <acronym>MIME</acronym>-types application database.</para></sect3>
     152<varlistentry id="update-desktop-database">
     153<term><command>update-desktop-database</command></term>
     154<listitem><para>is used to update the <acronym>MIME</acronym>-types
     155application database.</para>
     156<indexterm zone="desktop-file-utils update-desktop-database">
     157<primary sortas="b-update-desktop-database">update-desktop-database</primary>
     158</indexterm></listitem>
     159</varlistentry>
     160</variablelist>
    131161
    132162</sect2>
Note: See TracChangeset for help on using the changeset viewer.