Ignore:
Timestamp:
05/22/2005 11:27:41 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
3a5c279
Parents:
56ab82c
Message:

Added missing sect2 role attributes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r56ab82c r4e82a189  
    1515<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
    1616  <?dbhtml filename="libgsf.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libgsf-&libgsf-version;</title>
    24  
     24
    2525  <indexterm zone="libgsf">
    2626    <primary sortas="a-Libgsf">Libgsf</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libgsf</title>
    31    
    32     <para>The <application>libgsf</application> package contains 
    33     <filename class="libraryfile">libgsf</filename> libraries. These are useful for 
    34     providing an extensible input/output abstraction layer for structured file 
     31
     32    <para>The <application>libgsf</application> package contains
     33    <filename class="libraryfile">libgsf</filename> libraries. These are useful for
     34    providing an extensible input/output abstraction layer for structured file
    3535    formats.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Libgsf Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para><xref linkend="glib2"/> and 
     62    <para><xref linkend="glib2"/> and
    6363    <xref linkend="libxml2"/></para>
    64    
     64
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and 
     66    <para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
    6767    <xref linkend="gtk-doc"/></para>
    6868
    6969  </sect2>
    70  
     70
    7171  <sect2 role="installation">
    7272    <title>Installation of Libgsf</title>
    7373
    74     <para>Install <application>libgsf</application> by running the following 
     74    <para>Install <application>libgsf</application> by running the following
    7575    commands:</para>
    7676
    7777<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7878make</userinput></screen>
    79    
     79
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81    
     81
    8282<screen role="root"><userinput>make install</userinput></screen>
    8383
    8484  </sect2>
    85  
    86   <sect2>
     85
     86  <sect2 role="content">
    8787    <title>Contents</title>
    88    
     88
    8989    <segmentedlist>
    9090      <segtitle>Installed Programs</segtitle>
    9191      <segtitle>Installed Libraries</segtitle>
    9292      <segtitle>Installed Directories</segtitle>
    93      
     93
    9494      <seglistitem>
    9595        <seg>None</seg>
     
    9898      </seglistitem>
    9999    </segmentedlist>
    100  
     100
    101101  </sect2>
    102102
Note: See TracChangeset for help on using the changeset viewer.