Ignore:
Timestamp:
05/30/2005 09:28:37 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.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:
5e9a7236
Parents:
17e6d48
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    r17e6d48 r1065a91  
    6161    needs <ulink
    6262    url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
    63     then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>), 
    64     <ulink url="../server/mail.html">MTA</ulink>, 
    65     <xref linkend="zip"/>, <xref linkend="unzip"/>, 
     63    then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
     64    <ulink url="../server/mail.html">MTA</ulink>,
     65    <xref linkend="zip"/>, <xref linkend="unzip"/>,
    6666    <xref linkend="slang"/>, <ulink
    6767    url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
    68     ncompress</ulink> and 
     68    ncompress</ulink> and
    6969    <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink></para>
    7070
     
    7474    <title>Installation of Lynx</title>
    7575
    76     <para>Install <application>Lynx</application> by running the following 
     76    <para>Install <application>Lynx</application> by running the following
    7777    commands:</para>
    7878
     
    9696
    9797    <para><parameter>--libdir=/etc</parameter>: For some reason, the
    98     <command>configure</command> and <command>make</command> routine for 
     98    <command>configure</command> and <command>make</command> routine for
    9999    <application>Lynx</application> uses <option>libdir</option> as the prefix for the
    100100    configuration file. This is set to <filename class="directory">/etc</filename>
    101     so that the system wide configuration file is 
     101    so that the system wide configuration file is
    102102    <filename>/etc/lynx.cfg</filename>.</para>
    103103
    104104    <para><parameter>--with-zlib</parameter>: This enables support for
    105     linking <filename class="libraryfile">libz</filename> into 
     105    linking <filename class="libraryfile">libz</filename> into
    106106    <application>Lynx</application>.</para>
    107107
    108108    <para><parameter>--with-bzlib</parameter>: This enables support for
    109     linking <filename class="libraryfile">libbz2</filename> into 
     109    linking <filename class="libraryfile">libbz2</filename> into
    110110    <application>Lynx</application>.</para>
    111111
     
    118118
    119119    <para><option>--with-gnutls</option>: This enables support for
    120     linking <application>GnuTLS</application> into 
     120    linking <application>GnuTLS</application> into
    121121    <application>Lynx</application>.</para>
    122122
    123     <para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>: 
    124     This command corrects the improper group ownership of installed documentation 
     123    <para><command>chgrp -v -R root /usr/share/doc/lynx/2.8.5/lynx_doc</command>:
     124    This command corrects the improper group ownership of installed documentation
    125125    files caused if <application>Lynx</application> is built by any user other
    126126    than <systemitem class="username">root</systemitem>.</para>
     
    146146
    147147      <para>Various settings such as proxies can be set in the system-wide
    148       <filename>lynx.cfg</filename> file found in 
     148      <filename>lynx.cfg</filename> file found in
    149149      <filename class="directory">/etc</filename>.</para>
    150150
     
    176176        <term><command>lynx</command></term>
    177177        <listitem>
    178           <para>is a general purpose, text-based, distributed information 
     178          <para>is a general purpose, text-based, distributed information
    179179          browser for the World Wide Web.</para>
    180180          <indexterm zone="lynx lynx-prog">
Note: See TracChangeset for help on using the changeset viewer.