Changeset 197d9d4 for general


Ignore:
Timestamp:
01/26/2005 06:08:44 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
8d09223
Parents:
caae7a2
Message:

minor fixes to xorg and popt. Change spacing in template for maintainability.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    rcaae7a2 r197d9d4  
    1313
    1414<sect1 id="popt" xreflabel="popt-&popt-version;-5">
     15
    1516<sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1819</sect1info>
     20
    1921<?dbhtml filename="popt.html"?>
     22
    2023<title><application>popt</application>-&popt-version;-5</title>
     24
    2125<indexterm zone="popt">
    22 <primary sortas="a-popt">Popt</primary></indexterm>
     26  <primary sortas="a-popt">Popt</primary>
     27</indexterm>
    2328
    2429<sect2>
     
    3136<sect3><title>Package information</title>
    3237<itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP):
    34 <ulink url="&popt-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP):
    36 <ulink url="&popt-download-ftp;"/></para></listitem>
    37 <listitem><para>Download size: &popt-size;</para></listitem>
    38 <listitem><para>Estimated disk space required:
    39 &popt-buildsize;</para></listitem>
    40 <listitem><para>Estimated build time:
    41 &popt-time;</para></listitem></itemizedlist>
     38  <listitem><para>Download (HTTP):
     39    <ulink url="&popt-download-http;"/></para></listitem>
     40  <listitem><para>Download (FTP):
     41    <ulink url="&popt-download-ftp;"/></para></listitem>
     42  <listitem><para>Download size: &popt-size;</para></listitem>
     43  <listitem><para>Estimated disk space required:
     44    &popt-buildsize;</para></listitem>
     45  <listitem><para>Estimated build time:
     46    &popt-time;</para></listitem>
     47</itemizedlist>
    4248</sect3>
    4349
    4450<sect3><title>Additional downloads</title>
    4551<itemizedlist spacing='compact'>
    46 <listitem><para>Patch level upgrade: <ulink
    47 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem>
     52  <listitem><para>Patch level upgrade: <ulink
     53    url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
     54  </listitem>
    4855</itemizedlist>
    4956</sect3>
     
    7077 
    7178<para><command>cp configure.in configure.ac</command>:
    72 Because we updated <filename>configure.in</filename> with the patch,
    73 we need to create this file for <command>make</command> to work properly.</para>
     79Because <filename>configure.in</filename> is updated with the patch,
     80this file is needed for <command>make</command> to work properly.</para>
    7481 
    7582<para><command>touch configure.in configure.ac</command>:
     
    8289
    8390<segmentedlist>
    84 <!-- <segtitle>Installed Program</segtitle> -->
    85 <segtitle>Installed Library</segtitle>
    86 <!-- <segtitle>Installed Directories</segtitle> -->
    87 <seglistitem>
    88 <!-- <seg>tclsh</seg> -->
    89 <seg>libpopt</seg>
    90 <!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> -->
    91 </seglistitem>
     91  <segtitle>Installed Library</segtitle>
     92  <seglistitem>
     93    <seg>libpopt</seg>
     94  </seglistitem>
    9295</segmentedlist>
    9396
    9497<variablelist>
    95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    96 <?dbfo list-presentation="list"?>
     98  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     99  <?dbfo list-presentation="list"?>
    97100
    98 <varlistentry id="libpopt">
    99 <term><filename role='library'>libpopt.so</filename></term>
    100 <listitem><para> is used to parse command-line options.</para>
    101 <indexterm zone="popt libpopt">
    102 <primary sortas="c-libpopt">libpopt</primary></indexterm>
    103 </listitem>
    104 </varlistentry>
     101  <varlistentry id="libpopt">
     102  <term><filename role='library'>libpopt.so</filename></term>
     103  <listitem>
     104    <para> is used to parse command-line options.</para>
     105    <indexterm zone="popt libpopt">
     106      <primary sortas="c-libpopt">libpopt</primary>
     107     </indexterm>
     108  </listitem>
     109  </varlistentry>
    105110</variablelist>
    106111
Note: See TracChangeset for help on using the changeset viewer.