Changeset fd7e0ed6


Ignore:
Timestamp:
05/09/2008 12:42:27 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2262b78
Parents:
b5b51a2
Message:

Changed all lines with nothing but whitespace to blank lines

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

Files:
75 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    rb5b51a2 rfd7e0ed6  
    167167    <para><parameter>--enable-imap</parameter>: This switch enables
    168168    IMAP support.</para>
    169    
     169
    170170    <para><parameter>--enable-hcache</parameter>: This switch enables
    171171    header caching.</para>
  • basicnet/textweb/links.xml

    rb5b51a2 rfd7e0ed6  
    3434    tables and frames, features background downloads, can display colors
    3535    and has many other features.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    133133  <sect2 role="installation">
    134134    <title>Installation of Links</title>
    135    
     135
    136136   <para>If desired, apply the patch:</para>
    137137
     
    140140./gen-intl &amp;&amp; ./synclang &amp;&amp;
    141141cd ..</userinput></screen>
    142    
     142
    143143   <para>Install <application>Links</application> by running the following
    144144    commands:</para>
     
    160160  <sect2 role="commands">
    161161    <title>Command Explanations</title>
    162    
     162
    163163    <para><command>./gen-intl &amp;&amp; ./synclang</command>: These commands
    164164    regenerate the language table.</para>
    165    
     165
    166166    <para><option>--enable-graphics</option>: This switch enables support
    167167    for graphics mode.</para>
     
    190190      files are created automatically when <command>links</command> is run for the
    191191      first time.</para>
    192      
     192
    193193      <para>For the correct display of non-ASCII characters,
    194194      <application>Links</application> has to be configured through the menu
    195195      (accessible by pressing the ESC key), as follows:</para>
    196      
     196
    197197      <itemizedlist>
    198198        <listitem>
  • book/preface.xml

    rb5b51a2 rfd7e0ed6  
    112112  XML will probably result in you receiving an invitation to join the
    113113  team.</para>
    114  
     114
    115115  <blockquote>
    116116<literallayout>Randy McMurchy
  • general/genlib/libksba.xml

    rb5b51a2 rfd7e0ed6  
    3636    rely on another cryptographic library but provides hooks for easy
    3737    integration with <application>Libgcrypt</application>.</para>
    38  
     38
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
    4040    <itemizedlist spacing="compact">
  • general/genlib/pcre.xml

    rb5b51a2 rfd7e0ed6  
    6565      </listitem>
    6666    </itemizedlist>
    67    
     67
    6868    <para condition="html" role="usernotes">User Notes:
    6969    <ulink url="&blfs-wiki;/pcre"/></para>
     
    112112    <para><parameter>--enable-utf8</parameter>: This switch includes the code for
    113113    handling UTF-8 character strings in the library.</para>
    114    
     114
    115115    <para><parameter>--enable-unicode-properties</parameter>: This switch
    116116    enables Unicode properties support.</para>
    117    
     117
    118118    <!-- [ag] Glib-2.12.* hasn't yet has this switch. Un-comment for
    119119    glib-2.16.* and newer and merge the note in the above para.
     
    123123    <xref linkend="glib2"/> with the
    124124    <parameter>&dash;&dash;with-pcre=system</parameter> switch. -->
    125    
     125
    126126    <para><parameter>--enable-pcregrep-libz</parameter>: This switch adds
    127127    support to <command>pcregrep</command> to read
  • general/genutils/recode.xml

    rb5b51a2 rfd7e0ed6  
    3636    (but with different API) is provided by <command>iconv</command>, which is
    3737    installed in LFS as a part of <application>Glibc</application>.</para>
    38    
     38
    3939    <note>
    4040      <para>The <application>Recode</application> package is no longer
  • general/genutils/rxvt-unicode.xml

    rb5b51a2 rfd7e0ed6  
    9696    non-multichoice options. Details about the different options can be found in
    9797    the file <filename>README.configure</filename>.</para>
    98    
     98
    9999    <para><option>--disable-xft</option>: Remove support for Xft fonts.</para>
    100100
     
    131131URxvt*font: xft:Monospace:pixelsize=12
    132132EOF</userinput></screen>
    133    
     133
    134134    <para>The <application>rxvt-unicode</application> application can also run
    135135    in a daemon mode, which makes it possible to open multiple terminal windows
     
    137137    to the <command>urxvtd</command> daemon and requests a new terminal window.
    138138    </para>
    139    
     139
    140140  <note>
    141141    <para>Use that option with caution. If the daemon crashes, all the
    142142    running processes in the terminal windows are terminated.</para>
    143143  </note>
    144  
     144
    145145    <para>
    146146    You can start the <command>urxvtd</command> daemon in the system or
     
    148148    <filename>~/.xinitrc</filename>) by adding the following lines near the top
    149149    of the script:</para>
    150    
     150
    151151<screen><userinput><literal># Start the urxvtd daemon
    152152urxvtd -q -f -o &amp;
  • general/genutils/xterm.xml

    rb5b51a2 rfd7e0ed6  
    9999  <sect2 role="commands">
    100100    <title>Command Explanations</title>
    101    
     101
    102102    <para><command>sed -i ... termcap</command>,
    103103    <command>echo ... >>terminfo</command>: these commands modify the terminal
  • general/graphlib/librsvg.xml

    rb5b51a2 rfd7e0ed6  
    7676    <para role="required"><xref linkend="gtk2"/> and
    7777    <xref linkend="libxml2"/></para>
    78  
     78
    7979    <bridgehead renderas="sect4">Recommended</bridgehead>
    8080    <para role="recommended"><xref linkend="libcroco"/> and
     
    9090    <command>rsvg-convert</command>.</para>
    9191
    92    
     92
    9393    <para condition="html" role="usernotes">User Notes:
    9494    <ulink url="&blfs-wiki;/librsvg"/></para>
  • general/prog/jdk.xml

    rb5b51a2 rfd7e0ed6  
    322322      OTHER_CFLAGS/OTHER_CXXFLAGS/OTHER_LDFLAGS instead.  -O3, even in
    323323      OTHER_C{,XX}FLAGS, is known to cause a build failure.</para></warning>
    324  
     324
    325325
    326326    <para>Additionally, if you would like to <command>make</command> in
  • general/prog/perl-modules.xml

    rb5b51a2 rfd7e0ed6  
    185185                      </listitem>
    186186                    </itemizedlist>
    187                  
     187
    188188                  </listitem>
    189189                </itemizedlist>
     
    14871487
    14881488    <note>
    1489      
     1489
    14901490      <para>When reinstalling a <application>Perl</application> module,
    14911491      sometimes older versions of the module being reinstalled are in other
  • general/sysutils/hal.xml

    rb5b51a2 rfd7e0ed6  
    382382      <filename>/etc/fstab</filename> with the correct options, thus mostly
    383383      defeating the point of installing HAL.</para>
    384      
     384
    385385      <para>In order to adjust the default mount options, GNOME users should
    386386      change the
  • gnome/add/gnome-games.xml

    rb5b51a2 rfd7e0ed6  
    7676    network gaming; see the GNOME Games <filename>README</filename> file
    7777    for the specific GGZ packages you will need)</para>
    78    
     78
    7979    <!-- Appears to be replaced by the GGZ stuff, but not really positive
    8080    <ulink url="http://www.avahi.org">Avahi</ulink> or
  • introduction/welcome/changelog.xml

    rb5b51a2 rfd7e0ed6  
    292292      </itemizedlist>
    293293    </listitem>
    294    
     294
    295295    <listitem>
    296296      <para>April 3rd, 2008</para>
     
    10901090      </itemizedlist>
    10911091    </listitem>
    1092    
     1092
    10931093    <listitem>
    10941094      <para>November 17th, 2007</para>
  • kde/add/kdeedu.xml

    rb5b51a2 rfd7e0ed6  
    8080    <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module
    8181    for OCaml</ulink>.
    82    
     82
    8383    </para>
    8484
  • kde/add/kdegraphics.xml

    rb5b51a2 rfd7e0ed6  
    124124    interpreter from <xref linkend="gs"/> or <xref linkend="espgs"/> to
    125125    process PS or PDF files.</para>
    126    
     126
    127127    <para>The <command>kpovmodeler</command> program requires
    128128    <ulink url="http://www.povray.org/">POV-Ray</ulink> to render 3D scenes.</para>
  • kde/core/kdebase.xml

    rb5b51a2 rfd7e0ed6  
    152152  <sect2 role="commands">
    153153    <title>Command Explanations</title>
    154    
     154
    155155    <para><parameter>LD_LIBRARY_PATH="$KDE_PREFIX/lib" make</parameter>: A bug in
    156156    the <application>kdebase</application> build system prevents
     
    159159    <filename class='directory'>/opt</filename>. Setting LD_LIBRARY_PATH works
    160160    around the problem.</para>
    161    
     161
    162162  </sect2>
    163163  <sect2 role="configuration">
  • kde/devel/kdebindings.xml

    rb5b51a2 rfd7e0ed6  
    7777    <ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink>, and
    7878    <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyId=3A1C93FA-7462-47D0-8E56-8DD34C6292F0&amp;displaylang=en">Rotor</ulink></para>
    79    
     79
    8080    <para condition="html" role="usernotes">User Notes:
    8181    <ulink url="&blfs-wiki;/kdebindings"/></para>
  • multimedia/audioutils/amarok.xml

    rb5b51a2 rfd7e0ed6  
    194194        </listitem>
    195195      </varlistentry>
    196      
     196
    197197      <varlistentry id="amarok_daapserver.rb">
    198198        <term><command>amarok_daapserver.rb</command></term>
  • multimedia/audioutils/vorbistools.xml

    rb5b51a2 rfd7e0ed6  
    9292    <para>Install <application>Vorbis Tools</application> by running the
    9393    following commands:</para>
    94    
     94
    9595<screen><userinput>./configure --prefix=/usr \
    9696            --enable-vcut \
     
    133133    ensures that the man pages are installed under
    134134    <filename class="directory">/usr/share/man</filename>.</para> -->
    135    
     135
    136136    <para><parameter>--without-curl</parameter>: This parameter disables HTTP
    137137    streaming in <command>ogg123</command>. Remove this parameter if you have
  • multimedia/libdriv/faac.xml

    rb5b51a2 rfd7e0ed6  
    8686    functionality can be tested by encoding a sample WAV file (the sample
    8787    file is installed by the <xref linkend="alsa-utils"/> package:</para>
    88    
     88
    8989<screen><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen>
    9090
  • multimedia/libdriv/faad2.xml

    rb5b51a2 rfd7e0ed6  
    8787    <para>This package does not come with a test suite. However, basic
    8888    functionality can be tested by decoding the sample AAC file:</para>
    89    
     89
    9090<screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
    9191
  • multimedia/videoutils/ffmpeg.xml

    rb5b51a2 rfd7e0ed6  
    169169    following commands as the
    170170    <systemitem class="username">root</systemitem> user:</para>
    171  
     171
    172172<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ffmpeg-&ffmpeg-version;/api &amp;&amp;
    173173cp -v doxy/*        /usr/share/doc/ffmpeg-&ffmpeg-version;/api</userinput></screen>
  • multimedia/videoutils/xine-ui.xml

    rb5b51a2 rfd7e0ed6  
    9393  <sect2 role="commands">
    9494    <title>Command Explanations</title>
    95    
     95
    9696    <para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
    9797    This parameter causes the <application>Xine UI</application> documentation
  • postlfs/config/autofs.xml

    rb5b51a2 rfd7e0ed6  
    3535    NFS (see <xref linkend="nfs-utils"/>) or Samba (see <xref linkend="samba3"/>)
    3636    on demand.</para>
    37    
     37
    3838    <para>It may also be useful for allowing users to mount floppies, cdroms and
    3939    other removable storage devices without requiring the system
     
    6969    for <application>Autofs</application>.  To get the current patches,
    7070    start in the same directory as the main tar file and run:</para>
    71        
     71
    7272<screen><userinput>wget &autofs-patch-dir;/patch_order-&autofs-version; &amp;&amp;
    7373sed 's;autofs;&autofs-patch-dir;/autofs;' \
    7474    patch_order-&autofs-version; &gt; wget-list &amp;&amp;
    7575wget -i wget-list</userinput></screen>
    76    
     76
    7777    <bridgehead renderas="sect3">Autofs Dependencies</bridgehead>
    7878
  • postlfs/editors/vim.xml

    rb5b51a2 rfd7e0ed6  
    160160    <para>If you wish to update the runtime files, issue the
    161161    following command (requires <xref linkend="rsync"/>):</para>
    162      
     162
    163163<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" \
    164164    ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
     
    226226
    227227<screen><literal>:setlocal spell spelllang=ru</literal></screen>
    228      
     228
    229229      <para>This setting will enable spell checking for the Russian
    230230      language for the current session.</para>
  • postlfs/filesystems/xfs.xml

    rb5b51a2 rfd7e0ed6  
    357357      </varlistentry>
    358358
    359      
     359
    360360      <!-- FIXME: other libraries are undocumented 20080221 -->
    361361
  • postlfs/security/gnupg2.xml

    rb5b51a2 rfd7e0ed6  
    116116         necessary any longer. See the gnupg.texi file (or some
    117117         TeX derivative) for additional information.
    118          
     118
    119119         chmod -v 4755 /usr/bin/gpg &amp;&amp;
    120120    -->
  • postlfs/security/iptables.xml

    rb5b51a2 rfd7e0ed6  
    103103      from the <application>Linux-Libc-Headers</application> package during
    104104      the base LFS installation.</para> -->
    105  
     105
    106106      <para>For some non-x86 architectures, the raw kernel headers may be
    107107      required. In that case, modify the <parameter>KERNEL_DIR=</parameter>
  • postlfs/security/sudo.xml

    rb5b51a2 rfd7e0ed6  
    195195
    196196      <screen role="root"><userinput>sed 's@/su@/sudo@g' /etc/pam.d/su &gt; /etc/pam.d/sudo</userinput></screen>
    197      
     197
    198198    </sect3>
    199199
  • postlfs/shells/dash.xml

    rb5b51a2 rfd7e0ed6  
    137137<literal>/bin/dash</literal>
    138138EOF</userinput></screen>
    139    
     139
    140140    </sect3>
    141141
  • postlfs/shells/ksh.xml

    rb5b51a2 rfd7e0ed6  
    160160<literal>/bin/ksh</literal>
    161161EOF</userinput></screen>
    162    
     162
    163163    </sect3>
    164164
  • postlfs/shells/tcsh.xml

    rb5b51a2 rfd7e0ed6  
    3636    and also because some programs require the C shell in order to perform
    3737    installation tasks.</para>
    38    
     38
    3939    <!-- <caution>
    4040      <para><application>Tcsh</application> has problems with command line
  • postlfs/shells/zsh.xml

    rb5b51a2 rfd7e0ed6  
    152152    compatibility by having all the files located in the
    153153    <filename class='directory'>/etc</filename> directory.</para>
    154    
     154
    155155    <para><parameter>--bindir=/bin</parameter>: This parameter places the
    156156    <command>zsh</command> binaries into the root filesystem.</para>
  • pst/printing/cups.xml

    rb5b51a2 rfd7e0ed6  
    178178    <sect3 role="kernel" id="cups-kernel">
    179179      <title>Kernel Configuration</title>
    180    
     180
    181181      <para>To use your printer you will likely need the appropriate drivers
    182182      enabled in the kernel &mdash; for example, <quote>Parallel printer
  • pst/ps/a2ps.xml

    rb5b51a2 rfd7e0ed6  
    3636    every input format into PostScript output. The application's name
    3737    expands appropriately to <quote>all to PostScript</quote>.</para>
    38    
     38
    3939    <caution>
    4040      <para><application>a2ps</application> cannot convert UTF-8 encoded
     
    8585    <command>cat &gt;/dev/lp0</command> command instead of <command>lpr</command>
    8686    for sending its output to the printer)</para>
    87    
     87
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional"><xref linkend="x-window-system"/>,
  • server/major/bind.xml

    rb5b51a2 rfd7e0ed6  
    157157    building of dynamic libraries and links the installed binaries to these
    158158    libraries.</para>
    159    
     159
    160160    <para><command>sed -i "s@198.32.64.12@199.7.83.42@"
    161161    lib/dns/rootns.c</command>: Use updated address for
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/common.xsl

    rb5b51a2 rfd7e0ed6  
    848848             select="imageobject|imageobjectco
    849849                     |videoobject|audioobject|textobject"/>
    850  
     850
    851851  <xsl:variable name="mediaobject.index">
    852852    <xsl:call-template name="select.mediaobject.index">
     
    918918               and $preferred.mediaobject.role != ''
    919919               and $olist[@role = $preferred.mediaobject.role]">
    920      
     920
    921921      <!-- Get the first hit's position index -->
    922922      <xsl:for-each select="$olist">
     
    960960      <xsl:if test="$count &lt;= count($olist)">
    961961        <xsl:variable name="object" select="$olist[position()=$count]"/>
    962    
     962
    963963        <xsl:variable name="useobject">
    964964          <xsl:choose>
     
    10141014          </xsl:choose>
    10151015        </xsl:variable>
    1016    
     1016
    10171017        <xsl:choose>
    10181018          <xsl:when test="$useobject='1'">
     
    16721672  <xsl:param name="filename" select="."/>
    16731673  <xsl:param name="destdir" select="''"/>
    1674  
     1674
    16751675  <xsl:variable name="srcurl">
    16761676    <xsl:call-template name="strippath">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/entities.ent

    rb5b51a2 rfd7e0ed6  
    22     $Id$
    33     ********************************************************************
    4      
     4
    55     This file contains common entity declarations used for
    66     sorting by various templates.
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/gentext.xsl

    rb5b51a2 rfd7e0ed6  
    767767    </xsl:choose>
    768768  </xsl:if>
    769  
     769
    770770  <!-- special case: use regular xref template if just turning off page -->
    771771  <xsl:if test="($pagetype = 'nopage' or $docnametype = 'nodocname')
     
    826826
    827827  </xsl:if>
    828  
     828
    829829</xsl:template>
    830830
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/l10n.xsl

    rb5b51a2 rfd7e0ed6  
    431431    </xsl:call-template>
    432432  </xsl:variable>
    433  
     433
    434434  <xsl:choose>
    435435    <xsl:when test="string-length($template) != 0">1</xsl:when>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/labels.xsl

    rb5b51a2 rfd7e0ed6  
    818818  </xsl:choose> 
    819819</xsl:template>
    820  
     820
    821821<xsl:template name="autolabel.format">
    822822  <xsl:param name="context" select="."/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/olink.xsl

    rb5b51a2 rfd7e0ed6  
    7474      </xsl:call-template>
    7575    </xsl:variable>
    76  
     76
    7777    <!-- Recurse through the languages until you find a match -->
    7878    <xsl:call-template name="select.olink.key.in.lang">
     
    8686    </xsl:call-template>
    8787  </xsl:if>
    88  
     88
    8989</xsl:template>
    9090
     
    9797  <xsl:param name="fallback.index" select="1"/>
    9898  <xsl:param name="olink.fallback.sequence" select="''"/>
    99  
     99
    100100  <xsl:variable name="target.lang">
    101101    <xsl:call-template name="select.target.lang">
     
    451451      </xsl:for-each>
    452452    </xsl:variable>
    453  
     453
    454454    <xsl:variable name="targetdoc">
    455455      <xsl:value-of select="substring-before($olink.key, '/')"/>
    456456    </xsl:variable>
    457  
     457
    458458    <!-- Does the target database use a sitemap? -->
    459459    <xsl:variable name="use.sitemap">
     
    463463      </xsl:choose>
    464464    </xsl:variable>
    465  
    466  
     465
     466
    467467    <!-- Get the baseuri for this targetptr -->
    468468    <xsl:variable name="baseuri" >
     
    531531      </xsl:choose>
    532532    </xsl:variable>
    533  
     533
    534534    <!-- Form the href information -->
    535535    <xsl:if test="$baseuri != ''">
     
    10241024                and $current.docid != $targetdoc
    10251025                and $insert.olink.page.number = 'yes' ">
    1026  
     1026
    10271027      <xsl:variable name="page-number">
    10281028        <xsl:for-each select="$target.database" >
     
    10311031        </xsl:for-each>
    10321032      </xsl:variable>
    1033  
     1033
    10341034      <xsl:if test="$page-number != ''">
    10351035        <xsl:call-template name="substitute-markup">
     
    10441044        </xsl:call-template>
    10451045      </xsl:if>
    1046  
     1046
    10471047    </xsl:when>
    10481048  </xsl:choose>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/targetdatabase.dtd

    rb5b51a2 rfd7e0ed6  
    3232        page      CDATA   #IMPLIED
    3333>
    34        
    35        
     34
     35
    3636<!ELEMENT ttl ANY >
    3737<!ELEMENT objttl ANY >
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/common/titles.xsl

    rb5b51a2 rfd7e0ed6  
    675675  <xsl:variable name="target" select="$targets[1]"/>
    676676  <xsl:variable name="refelem" select="local-name($target)"/>
    677  
     677
    678678  <xsl:call-template name="check.id.unique">
    679679    <xsl:with-param name="linkend" select="@linkend"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/autoidx.xsl

    rb5b51a2 rfd7e0ed6  
    8888  </xsl:choose>
    8989</xsl:template>
    90      
     90
    9191<xsl:template name="generate-basic-index">
    9292  <xsl:param name="scope" select="NOTANODE"/>
     
    755755                                       ancestor::sect1|ancestor::sect2|ancestor::sect3|ancestor::sect4|ancestor::sect5|
    756756                                       ancestor::section|ancestor::setindex|ancestor::set|ancestor::sidebar)[&scope;]"/>
    757  
     757
    758758  <xsl:variable name="id">
    759759    <xsl:call-template name="object.id">
     
    761761    </xsl:call-template>
    762762  </xsl:variable>
    763  
     763
    764764  <fo:basic-link internal-destination="{$id}"
    765765                 xsl:use-attribute-sets="index.page.number.properties">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/autotoc.xsl

    rb5b51a2 rfd7e0ed6  
    416416        <xsl:call-template name="set.toc.indent"/>
    417417      </xsl:attribute>
    418      
     418
    419419      <xsl:apply-templates select="$nodes" mode="toc">
    420420        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    450450        <xsl:call-template name="set.toc.indent"/>
    451451      </xsl:attribute>
    452              
     452
    453453      <xsl:apply-templates select="refentry" mode="toc">
    454454        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    498498        <xsl:call-template name="set.toc.indent"/>
    499499      </xsl:attribute>
    500              
     500
    501501      <xsl:apply-templates select="$nodes" mode="toc">
    502502        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    532532        <xsl:call-template name="set.toc.indent"/>
    533533      </xsl:attribute>
    534              
     534
    535535      <xsl:apply-templates select="sect2|qandaset[$qanda.in.toc != 0]"
    536536                           mode="toc">
     
    572572        </xsl:call-template>
    573573      </xsl:attribute>
    574              
     574
    575575      <xsl:apply-templates select="sect3|qandaset[$qanda.in.toc != 0]"
    576576                           mode="toc">
     
    612612        </xsl:call-template>
    613613      </xsl:attribute>
    614              
     614
    615615      <xsl:apply-templates select="sect4|qandaset[$qanda.in.toc != 0]"
    616616                           mode="toc">
     
    652652        </xsl:call-template>
    653653      </xsl:attribute>
    654              
     654
    655655      <xsl:apply-templates select="sect5|qandaset[$qanda.in.toc != 0]"
    656656                           mode="toc">
     
    727727          </xsl:call-template>
    728728        </xsl:attribute>
    729                
     729
    730730        <xsl:apply-templates select="section|qandaset[$qanda.in.toc != 0]"
    731731                           mode="toc">
     
    843843          </xsl:call-template>
    844844        </xsl:attribute>
    845                
     845
    846846        <xsl:apply-templates select="qandadiv|qandaentry" mode="toc">
    847847          <xsl:with-param name="toc-context" select="$toc-context"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/block.xsl

    rb5b51a2 rfd7e0ed6  
    281281        </xsl:choose>
    282282      </xsl:variable>
    283    
     283
    284284      <xsl:call-template name="floater">
    285285        <xsl:with-param name="content" select="$content"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/docbook.xsl

    rb5b51a2 rfd7e0ed6  
    244244    </xsl:choose>
    245245  </xsl:variable>
    246  
     246
    247247  <!-- Include all id values in XEP output -->
    248248  <xsl:if test="$xep.extensions != 0">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/glossary.xsl

    rb5b51a2 rfd7e0ed6  
    171171      </xsl:call-template>
    172172    </xsl:attribute>
    173    
     173
    174174    <xsl:attribute name="initial-page-number">
    175175      <xsl:call-template name="initial.page.number">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/inline.xsl

    rb5b51a2 rfd7e0ed6  
    11191119          </xsl:otherwise>
    11201120        </xsl:choose>
    1121      
     1121
    11221122      </fo:basic-link>
    11231123      <xsl:text>]</xsl:text>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl

    rb5b51a2 rfd7e0ed6  
    349349</xsl:attribute-set>
    350350    <xsl:param name="itemizedlist.label.width">1.0em</xsl:param>
    351  
     351
    352352
    353353<xsl:param name="keep.relative.image.uris" select="0"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/profile-docbook.xsl

    rb5b51a2 rfd7e0ed6  
    200200    </xsl:choose>
    201201  </xsl:variable>
    202  
     202
    203203  <!-- Include all id values in XEP output -->
    204204  <xsl:if test="$xep.extensions != 0">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/qandaset.xsl

    rb5b51a2 rfd7e0ed6  
    4040    </xsl:choose>
    4141  </xsl:variable>
    42  
     42
    4343  <xsl:variable name="toc">
    4444    <xsl:call-template name="pi.dbfo_toc"/>
     
    6565        </xsl:otherwise>
    6666      </xsl:choose>
    67  
     67
    6868      <xsl:if test="(contains($toc.params, 'toc') and $toc != '0')
    6969                    or $toc = '1'">
     
    8181                                   and local-name(.) != 'qandaentry']"/>
    8282      <xsl:apply-templates select="qandadiv"/>
    83  
     83
    8484      <xsl:if test="qandaentry">
    8585        <fo:list-block xsl:use-attribute-sets="list.block.spacing"
     
    111111    </xsl:otherwise>
    112112  </xsl:choose>
    113  
     113
    114114</xsl:template>
    115115
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/sections.xsl

    rb5b51a2 rfd7e0ed6  
    262262      </xsl:choose>
    263263    </xsl:variable>
    264  
     264
    265265    <xsl:variable name="level">
    266266      <xsl:choose>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl

    rb5b51a2 rfd7e0ed6  
    465465    <xsl:attribute name="table-layout">fixed</xsl:attribute>
    466466  </xsl:if>
    467  
     467
    468468    <xsl:attribute name="width">
    469469      <xsl:value-of select="$table.width"/>
    470470    </xsl:attribute>
    471  
     471
    472472  <xsl:choose>
    473473    <xsl:when test="$use.extensions != 0
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl

    rb5b51a2 rfd7e0ed6  
    385385    </xsl:otherwise>
    386386  </xsl:choose>
    387  
     387
    388388</xsl:template>
    389389
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/xref.xsl

    rb5b51a2 rfd7e0ed6  
    8181          </xsl:choose>
    8282        </xsl:when>
    83  
     83
    8484        <xsl:when test="$target/@xreflabel">
    8585          <xsl:call-template name="xref.xreflabel">
     
    8787          </xsl:call-template>
    8888        </xsl:when>
    89  
     89
    9090        <xsl:when test="$target">
    9191          <xsl:if test="not(parent::citation)">
    9292            <xsl:apply-templates select="$target" mode="xref-to-prefix"/>
    9393          </xsl:if>
    94  
     94
    9595          <xsl:apply-templates select="$target" mode="xref-to">
    9696            <xsl:with-param name="referrer" select="."/>
    9797            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
    9898          </xsl:apply-templates>
    99  
     99
    100100          <xsl:if test="not(parent::citation)">
    101101            <xsl:apply-templates select="$target" mode="xref-to-suffix"/>
     
    10241024        </xsl:call-template>
    10251025      </xsl:variable>
    1026    
     1026
    10271027      <xsl:variable name="target.database.filename">
    10281028        <xsl:call-template name="select.target.database">
     
    10321032        </xsl:call-template>
    10331033      </xsl:variable>
    1034    
     1034
    10351035      <xsl:variable name="target.database"
    10361036          select="document($target.database.filename, /)"/>
    1037    
     1037
    10381038      <xsl:if test="$olink.debug != 0">
    10391039        <xsl:message>
     
    10431043        </xsl:message>
    10441044      </xsl:if>
    1045    
     1045
    10461046      <xsl:variable name="olink.key">
    10471047        <xsl:call-template name="select.olink.key">
     
    10521052        </xsl:call-template>
    10531053      </xsl:variable>
    1054    
     1054
    10551055      <xsl:if test="string-length($olink.key) = 0">
    10561056        <xsl:message>
     
    11651165<xsl:template match="*" mode="insert.olink.docname.markup">
    11661166  <xsl:param name="docname" select="''"/>
    1167  
     1167
    11681168  <fo:inline font-style="italic">
    11691169    <xsl:value-of select="$docname"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/lib/lib.xsl

    rb5b51a2 rfd7e0ed6  
    389389      </xsl:choose>
    390390    </xsl:template>
    391  
     391
    392392<xsl:template name="count.uri.path.depth">
    393393  <xsl:param name="filename" select="''"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/autoidx.xsl

    rb5b51a2 rfd7e0ed6  
    6767  </xsl:choose>
    6868</xsl:template>
    69      
     69
    7070<xsl:template name="generate-basic-index">
    7171  <xsl:param name="scope" select="NOTANODE"/>
     
    366366  <xsl:param name="type" select="''"/>
    367367  <xsl:param name="position"/>
    368  
     368
    369369  <xsl:variable name="term.separator">
    370370    <xsl:call-template name="index.separator">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/autotoc.xsl

    rb5b51a2 rfd7e0ed6  
    313313      </xsl:call-template>
    314314    </xsl:attribute>
    315    
     315
    316316  <!-- * if $autotoc.label.in.hyperlink is non-zero, then output the label -->
    317317  <!-- * as part of the hyperlinked title -->
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/chunk-common.xsl

    rb5b51a2 rfd7e0ed6  
    878878      </xsl:for-each>
    879879    </xsl:variable>
    880  
     880
    881881    <!-- an olink starting point may be in a subdirectory, so need
    882882         the "from" reference point to compute a relative path -->
     
    901901      <xsl:value-of select="substring-before($olink.key, '/')"/>
    902902    </xsl:variable>
    903  
     903
    904904    <!-- Does the target database use a sitemap? -->
    905905    <xsl:variable name="use.sitemap">
     
    909909      </xsl:choose>
    910910    </xsl:variable>
    911  
    912  
     911
     912
    913913    <!-- Get the baseuri for this targetptr -->
    914914    <xsl:variable name="baseuri">
     
    975975      </xsl:choose>
    976976    </xsl:variable>
    977  
     977
    978978    <!-- Form the href information -->
    979979    <xsl:if test="not(contains($baseuri, ':'))">
     
    14051405<!-- * popping off link types and generating links for them until it -->
    14061406<!-- * depletes the list. -->
    1407  
     1407
    14081408<xsl:template name="make.legalnotice.head.links">
    14091409  <!-- * the following ID is used as part of the legalnotice filename; -->
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/chunk.xsl

    rb5b51a2 rfd7e0ed6  
    4242     its conflict with the original, since they have the
    4343     same import precedence.
    44      
     44
    4545     Using xsl:include prevents adding another layer
    4646     of import precedence, which would cause any
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/formal.xsl

    rb5b51a2 rfd7e0ed6  
    2929        <xsl:with-param name="conditional" select="0"/>
    3030      </xsl:call-template>
    31    
     31
    3232      <xsl:choose>
    3333        <xsl:when test="$placement = 'before'">
     
    4242            <xsl:call-template name="table.longdesc"/>
    4343          </xsl:if>
    44    
     44
    4545          <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
    4646        </xsl:when>
     
    5454            <xsl:call-template name="table.longdesc"/>
    5555          </xsl:if>
    56    
     56
    5757          <xsl:call-template name="formal.object.heading"/>
    5858        </xsl:otherwise>
     
    106106      <xsl:call-template name="anchor"/>
    107107      <xsl:apply-templates/>
    108  
     108
    109109      <!-- HACK: This doesn't belong inside formal.object; it
    110110           should be done by the table template, but I want
     
    113113        <xsl:call-template name="table.longdesc"/>
    114114      </xsl:if>
    115  
     115
    116116      <xsl:if test="$spacing.paras != 0"><p/></xsl:if>
    117117    </div>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/glossary.xsl

    rb5b51a2 rfd7e0ed6  
    1717
    1818<xsl:template match="glossary">
    19  
     19
    2020<xsl:variable name="language">
    2121  <xsl:call-template name="l10n.language"/>
     
    9696
    9797<xsl:template match="glosslist">
    98  
     98
    9999<xsl:variable name="language">
    100100  <xsl:call-template name="l10n.language"/>
     
    137137
    138138<xsl:template match="glossdiv">
    139  
     139
    140140<xsl:variable name="language">
    141141  <xsl:call-template name="l10n.language"/>
     
    391391
    392392<xsl:template match="glossary[@role='auto']" priority="2">
    393  
     393
    394394<xsl:variable name="language">
    395395  <xsl:call-template name="l10n.language"/>
     
    498498  <xsl:param name="terms" select="."/>
    499499
    500  
     500
    501501<xsl:variable name="language">
    502502  <xsl:call-template name="l10n.language"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl

    rb5b51a2 rfd7e0ed6  
    701701          </xsl:choose>
    702702        </xsl:variable>
    703  
     703
    704704        <xsl:choose>
    705705          <xsl:when test="$units = 'calspair' or                           $units = 'imagemap'">
     
    717717                </xsl:choose>
    718718              </xsl:variable>
    719  
     719
    720720              <xsl:variable name="href">
    721721                <xsl:choose>
     
    728728                </xsl:choose>
    729729              </xsl:variable>
    730  
     730
    731731              <xsl:choose>
    732732                <xsl:when test="$linkends != ''">
     
    741741                    </xsl:choose>
    742742                  </xsl:variable>
    743                  
     743
    744744                  <xsl:variable name="target" select="key('id', $linkend)[1]"/>
    745                  
     745
    746746                  <xsl:if test="$target">
    747747                    <xsl:attribute name="href">
     
    758758                </xsl:when>
    759759              </xsl:choose>
    760  
     760
    761761              <xsl:if test="alt">
    762762                <xsl:attribute name="alt">
     
    764764                </xsl:attribute>
    765765              </xsl:if>
    766  
     766
    767767              <xsl:attribute name="coords">
    768768                <xsl:choose>
     
    771771                    <xsl:variable name="p1" select="substring-before($coords, ' ')"/>
    772772                    <xsl:variable name="p2" select="substring-after($coords, ' ')"/>
    773          
     773
    774774                    <xsl:variable name="x1" select="substring-before($p1,',')"/>
    775775                    <xsl:variable name="y1" select="substring-after($p1,',')"/>
    776776                    <xsl:variable name="x2" select="substring-before($p2,',')"/>
    777777                    <xsl:variable name="y2" select="substring-after($p2,',')"/>
    778          
     778
    779779                    <xsl:variable name="x1p" select="$x1 div 100.0"/>
    780780                    <xsl:variable name="y1p" select="$y1 div 100.0"/>
    781781                    <xsl:variable name="x2p" select="$x2 div 100.0"/>
    782782                    <xsl:variable name="y2p" select="$y2 div 100.0"/>
    783          
     783
    784784         <!--
    785785                    <xsl:message>
     
    792792                      <xsl:value-of select="$y2p"/><xsl:text>, </xsl:text>
    793793                    </xsl:message>
    794          
     794
    795795                    <xsl:message>
    796796                      <xsl:text>      </xsl:text>
     
    799799                      <xsl:value-of select="$intrinsicdepth"/>
    800800                    </xsl:message>
    801          
     801
    802802                    <xsl:message>
    803803                      <xsl:text>      </xsl:text>
     
    10921092      <xsl:apply-templates/>
    10931093    </xsl:when>
    1094    
     1094
    10951095    <xsl:when xmlns:svg="http://www.w3.org/2000/svg" test="svg:*">
    10961096      <xsl:apply-templates/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl

    rb5b51a2 rfd7e0ed6  
    148148
    149149          <xsl:copy-of select="$content"/>
    150          
     150
    151151        </a>
    152152      </xsl:when>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/param.xsl

    rb5b51a2 rfd7e0ed6  
    286286<xsl:param name="make.year.ranges" select="0"/>
    287287    <xsl:param name="manifest">HTML.manifest</xsl:param>
    288    
     288
    289289<xsl:param name="manifest.in.base.dir" select="0"/>
    290290<xsl:param name="manual.toc"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/profile-chunk.xsl

    rb5b51a2 rfd7e0ed6  
    4242     its conflict with the original, since they have the
    4343     same import precedence.
    44      
     44
    4545     Using xsl:include prevents adding another layer
    4646     of import precedence, which would cause any
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl

    rb5b51a2 rfd7e0ed6  
    758758    </div>
    759759  </xsl:variable>
    760  
     760
    761761  <xsl:choose>
    762762    <xsl:when test="$generate.revhistory.link != 0">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/xref.xsl

    rb5b51a2 rfd7e0ed6  
    5454  <xsl:variable name="content">
    5555    <xsl:choose>
    56  
     56
    5757      <xsl:when test="@endterm">
    5858        <xsl:variable name="etargets" select="key('id',@endterm)"/>
     
    7272        </xsl:choose>
    7373      </xsl:when>
    74  
     74
    7575      <xsl:when test="$target/@xreflabel">
    7676        <xsl:call-template name="xref.xreflabel">
     
    7878        </xsl:call-template>
    7979      </xsl:when>
    80  
     80
    8181      <xsl:when test="$target">
    8282        <xsl:if test="not(parent::citation)">
    8383          <xsl:apply-templates select="$target" mode="xref-to-prefix"/>
    8484        </xsl:if>
    85  
     85
    8686        <xsl:apply-templates select="$target" mode="xref-to">
    8787          <xsl:with-param name="referrer" select="."/>
    8888          <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
    8989        </xsl:apply-templates>
    90  
     90
    9191        <xsl:if test="not(parent::citation)">
    9292          <xsl:apply-templates select="$target" mode="xref-to-suffix"/>
     
    983983        </xsl:call-template>
    984984      </xsl:variable>
    985    
     985
    986986      <xsl:variable name="target.database.filename">
    987987        <xsl:call-template name="select.target.database">
     
    991991        </xsl:call-template>
    992992      </xsl:variable>
    993    
     993
    994994      <xsl:variable name="target.database" select="document($target.database.filename,/)"/>
    995    
     995
    996996      <xsl:if test="$olink.debug != 0">
    997997        <xsl:message>
     
    10031003        </xsl:message>
    10041004      </xsl:if>
    1005    
     1005
    10061006      <xsl:variable name="olink.key">
    10071007        <xsl:call-template name="select.olink.key">
     
    10121012        </xsl:call-template>
    10131013      </xsl:variable>
    1014    
     1014
    10151015      <xsl:if test="string-length($olink.key) = 0">
    10161016        <xsl:message>
     
    11171117        </xsl:choose>
    11181118      </xsl:variable>
    1119    
     1119
    11201120      <xsl:choose>
    11211121        <xsl:when test="$href != ''">
  • x/installing/installing.xml

    rb5b51a2 rfd7e0ed6  
    1818  <para>This chapter contains instructions to build and configure a graphical
    1919  user environment.</para>
    20  
     20
    2121  <para><application>Xorg</application>-&xorg7-version; introduces a completely
    2222  autotooled build system which means that the packages build and install
  • x/lib/qt4.xml

    rb5b51a2 rfd7e0ed6  
    267267        <seg>assistant, designer, linguist, lrelease, lupdate, moc,
    268268        pixeltool, qmake, qt3to4, qtconfig, qtdemo, rcc, uic, and uic3</seg>
    269        
     269
    270270        <seg>libQt3Support.so, libQtAssistantClient.so, libQtCore.so,
    271271        libQtDesigner.so, libQtDesignerComponents.so, libQtGui.so,
    272272        libQtNetwork.so, libQtOpenGL.so, libQtScript.so, libQtSql.so,
    273273        libQtSvg.so, libQtTest.so, and libQtXml.so</seg>
    274        
     274
    275275        <seg>/opt/qt-&qt4-version;</seg>
    276276      </seglistitem>
  • x/wm/metacity.xml

    rb5b51a2 rfd7e0ed6  
    1111  <!ENTITY metacity-buildsize     "61 MB">
    1212  <!ENTITY metacity-time          "0.6 SBU">
    13  
     13
    1414]>
    1515
  • x/wm/xfce.xml

    rb5b51a2 rfd7e0ed6  
    6868    <para role="required"><xref linkend="gtk2"/> and
    6969    <xref linkend="libxml2"/></para>
    70    
     70
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional"><xref linkend="libxslt"/>,
     
    7474    <xref linkend="startup-notification"/>, and
    7575    <xref linkend="gtk-doc"/> (untested by BLFS editors)</para>
    76    
    77    
    78    
     76
     77
     78
    7979    <para>Xfce components have additional dependencies upon each other
    8080    and upon external packages. They are summarized below.</para>
     
    8484    <para>Libxfce4util is a basic utility library for Xfce4.</para>
    8585    <para>Libxfce4util has no external dependencies.</para>
    86    
     86
    8787    <bridgehead renderas="sect3" id="libxfcegui4"
    8888      xreflabel="libxfcegui4-&xfce-version;">libxfcegui4</bridgehead>
    8989    <para>Libxfcegui4 is a library that contains various <xref linkend="gtk2"/> widgets for Xfce.</para>
    9090    <para>Libxfcegui4 depends on <xref linkend="libxfce4util"/>.</para>
    91    
     91
    9292    <bridgehead renderas="sect3" id="libxfce4mcs"
    9393      xreflabel="libxfce4mcs-&xfce-version;">libxfce4mcs</bridgehead>
    9494    <para>Libxfce4mcs is a library that provides multi-channel settings management support for Xfce.</para>
    9595    <para>Libxfce4mcs depends on <xref linkend="libxfce4util"/>.</para>
    96    
     96
    9797    <bridgehead renderas="sect3" id="xfce-mcs-manager"
    9898      xreflabel="xfce-mcs-manager-&xfce-version;">xfce-mcs-manager</bridgehead>
     
    111111    <xref linkend="dbus"/> (optional, needed only at runtime, to send commands
    112112    to the <xref linkend="Thunar"/> file manager).</para>
    113    
     113
    114114    <bridgehead renderas="sect3" id="xfwm4"
    115115      xreflabel="xfwm4-&xfce-version;">xfwm4</bridgehead>
     
    176176    daylight time saving rules in the USA), and
    177177    <xref linkend="db"/> (optional, part of LFS).</para>
    178    
     178
    179179    <bridgehead renderas="sect3" id="xfce4-appfinder"
    180180      xreflabel="xfce4-appfinder-&xfce-version;">xfce4-appfinder</bridgehead>
     
    225225    <para>Mousepad depends on <xref linkend="libxfcegui4"/>, printing support requires
    226226    <xref linkend="xfprint"/> at runtime.</para>
    227    
     227
    228228    <bridgehead renderas="sect3" id="xfce-utils"
    229229      xreflabel="xfce-utils-&xfce-version;">xfce-utils</bridgehead>
     
    242242    <xref linkend="dbus"/> with <xref linkend="glib2"/> bindings (optional), and
    243243    <xref linkend="gdm"/> (optional, untested by BLFS editors).</para>
    244    
     244
    245245    <bridgehead renderas="sect3" id="Thunar"
    246246      xreflabel="Thunar-&Thunar-version;">Thunar</bridgehead>
     
    257257    <xref linkend="GConf"/> (optional, for support of GNOME thumbnailers,
    258258    untested by BLFS editors).</para>
    259    
     259
    260260    <bridgehead renderas="sect3" id="xfdesktop"
    261261      xreflabel="xfdesktop-&xfce-version;">xfdesktop</bridgehead>
     
    269269    <xref linkend="exo"/> (optional, for nifty icon effects),
    270270    <xref linkend="xfce4-panel"/> (optional).</para>
    271    
     271
    272272    <bridgehead renderas="sect3" id="xfce4-dev-tools"
    273273      xreflabel="xfce4-dev-tools-&xfce4-dev-tools-version;">xfce4-dev-tools</bridgehead>
     
    298298    <filename>/etc/fstab</filename>, because default mount options are
    299299    hard-coded in the <command>exo-mount</command> program.</para>
    300    
     300
    301301    <para>Also, the automounter throws cryptic HAL error messages at the user
    302302    when the user
    303303    <ulink url="http://bugzilla.xfce.org/show_bug.cgi?id=2968">presses
    304304    the Eject button on a CD-ROM drive</ulink>.</para>
    305    
     305
    306306    <para>Installation instructions below make sure that HAL is not used as a
    307307    volume manager even if found.</para>
    308    
     308
    309309    <para><ulink url="http://www.galago-project.org/">libnotify</ulink> provides
    310310    support for desktop notifications. The only source of such notifications in
     
    326326    in non-UTF-8 locales. For these reasons, installation of this
    327327    nearly-useless program is disabled below.</para>
    328    
     328
    329329    <para condition="html" role="usernotes">User Notes:
    330330    <ulink url="&blfs-wiki;/xfce"/></para>
     
    353353    To test the results, issue: <command>make check</command>. Other packages
    354354    either have an empty testsuite, or only tests for packaging errors.</para>
    355    
     355
    356356    <para>If you use <xref linkend="gdm"/> as your display manager and would
    357357    like to be able to log into an <application>Xfce</application> session from
     
    383383      instead of the old OSS-only
    384384      <command>aumix</command> program:</para>
    385      
     385
    386386<screen role="root"><userinput>sed -i 's/aumix -v\([+-]\?\)\([^"]*\)/amixer set Master \2%\1/' \
    387387    /usr/share/xfce-mcs-plugins/shortcuts/default.xml</userinput></screen>
     
    440440      of <filename class="directory">~/.config</filename> as a model.</para>
    441441    </sect3>
    442    
     442
    443443    <sect3>
    444444      <title>Configuration Information</title>
     
    509509      a media player based on <xref linkend="xine-lib"/>. Video support is buggy,
    510510      compiling with CFLAGS="-O0" may or may not help.</para></listitem>
    511      
     511
    512512    </itemizedlist>
    513513  </sect2>
    514  
     514
    515515  <sect2 role="content">
    516516    <title>Contents</title>
     
    533533        libxfcegui4.{a,so},
    534534        libxfsm-4.2.{a,so}</seg>
    535        
     535
    536536        <seg>/usr/lib/thunarx-1, /usr/lib/xfce4, /usr/share/doc/xfce4, /usr/share/xfce4, /usr/share/Terminal,
    537537        /usr/share/Thunar, /usr/share/orage, /usr/share/xfce-mcs-plugins, /usr/share/xfce4-menueditor,
Note: See TracChangeset for help on using the changeset viewer.