Changeset 1065a91


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

Location:
basicnet
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/bind-utils.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to BIND Utilities</title>
    3131
    32     <para><application>BIND Utilities</application> is not a separate 
    33     package, it is a collection of the client side programs that are included 
     32    <para><application>BIND Utilities</application> is not a separate
     33    package, it is a collection of the client side programs that are included
    3434    with <xref linkend="bind"/>. The <application>BIND</application>
    35     package includes the client side programs <command>nslookup</command>, 
    36     <command>dig</command> and <command>host</command>. If you install 
    37     <application>BIND</application> server, these programs will be installed 
    38     automatically. This section is for those users who don't need the complete 
    39     <application>BIND</application> server, but need these 
     35    package includes the client side programs <command>nslookup</command>,
     36    <command>dig</command> and <command>host</command>. If you install
     37    <application>BIND</application> server, these programs will be installed
     38    automatically. This section is for those users who don't need the complete
     39    <application>BIND</application> server, but need these
    4040    client side applications.</para>
    4141
     
    6565    <itemizedlist spacing='compact'>
    6666      <listitem>
    67         <para>Required patch: <ulink 
     67        <para>Required patch: <ulink
    6868        url="ftp://ftp.isc.org/isc/bind9/9.3.0/&bind-version;-patch1"/></para>
    6969      </listitem>
     
    8080    <title>Installation of BIND Utilities</title>
    8181
    82     <para>Install <application>BIND Utilities</application> by 
     82    <para>Install <application>BIND Utilities</application> by
    8383    running the following commands:</para>
    8484
     
    106106    bug.</para>
    107107
    108     <para><command>make -C lib/...</command>: These commands build the 
     108    <para><command>make -C lib/...</command>: These commands build the
    109109    libraries that are needed for the client programs.</para>
    110110
    111     <para><command>make -C bin/dig</command>: This command  builds the 
     111    <para><command>make -C bin/dig</command>: This command  builds the
    112112    client programs.</para>
    113113
  • basicnet/netutils/ethereal.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to Ethereal</title>
    3131
    32     <para>The <application>Ethereal</application> package contains a network 
    33     protocol analyzer, also known as a <quote>sniffer</quote>. This is useful 
    34     for analyzing data captured <quote>off the wire</quote> from a live network 
    35     connection, or data read from a capture file. 
    36     <application>Ethereal</application> provides both GUI and TTY-mode programs 
    37     for examining captured network packets from over 500 protocols, as well as 
    38     the capability to read capture files from many other popular network 
     32    <para>The <application>Ethereal</application> package contains a network
     33    protocol analyzer, also known as a <quote>sniffer</quote>. This is useful
     34    for analyzing data captured <quote>off the wire</quote> from a live network
     35    connection, or data read from a capture file.
     36    <application>Ethereal</application> provides both GUI and TTY-mode programs
     37    for examining captured network packets from over 500 protocols, as well as
     38    the capability to read capture files from many other popular network
    3939    analyzers.</para>
    4040
     
    6464
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    66     <para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the 
     66    <para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
    6767    TTY-mode front-end only)</para>
    6868
     
    7171
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    73     <para><xref linkend="pkgconfig"/>, 
    74     <xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the 
    75     GUI front-end), 
    76     <xref linkend="openssl"/>, 
    77     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, 
    78     <xref linkend="python"/>, 
    79     <xref linkend="pcre"/>, 
    80     <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and 
     73    <para><xref linkend="pkgconfig"/>,
     74    <xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the
     75    GUI front-end),
     76    <xref linkend="openssl"/>,
     77    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     78    <xref linkend="python"/>,
     79    <xref linkend="pcre"/>,
     80    <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
    8181    <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
    8282
    83     <bridgehead renderas="sect4">Optional (to build additional 
     83    <bridgehead renderas="sect4">Optional (to build additional
    8484    documentation)</bridgehead>
    8585    <para><xref linkend="doxygen"/>,
    86     <xref linkend="libxml"/>, 
     86    <xref linkend="libxml"/>,
    8787    <xref linkend="libxslt"/>,
    8888    <xref linkend="fop"/></para>
     
    9393    <title>Kernel Configuration</title>
    9494
    95       <para>The kernel must have the Packet protocol enabled for 
    96       <application>Ethereal</application> to capture live packets from the 
    97       network. Enable the Packet protocol by choosing <quote>Y</quote> in the 
     95      <para>The kernel must have the Packet protocol enabled for
     96      <application>Ethereal</application> to capture live packets from the
     97      network. Enable the Packet protocol by choosing <quote>Y</quote> in the
    9898      <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
    99       &ndash; <quote>Networking options</quote> &ndash; 
    100       <quote>Packet socket</quote> configuration parameter. Alternatively, 
    101       build the af_packet module by choosing <quote>M</quote> in this 
     99      &ndash; <quote>Networking options</quote> &ndash;
     100      <quote>Packet socket</quote> configuration parameter. Alternatively,
     101      build the af_packet module by choosing <quote>M</quote> in this
    102102      parameter.</para>
    103103
    104104      <indexterm zone="ethereal ethereal-kernel">
    105         <primary sortas="d-Capturing-network-packets">Capturing network 
     105        <primary sortas="d-Capturing-network-packets">Capturing network
    106106        packets</primary>
    107107      </indexterm>
     
    112112    <title>Installation of Ethereal</title>
    113113
    114     <para>Install <application>Ethereal</application> by running the following 
     114    <para>Install <application>Ethereal</application> by running the following
    115115    commands:</para>
    116116
     
    138138    <title>Command Explanations</title>
    139139
    140     <para><parameter>--enable-randpkt</parameter>: This parameter builds the 
     140    <para><parameter>--enable-randpkt</parameter>: This parameter builds the
    141141    random capture program.</para>
    142142
    143     <para><parameter>--enable-threads</parameter>: This parameter enables the 
     143    <para><parameter>--enable-threads</parameter>: This parameter enables the
    144144    use of threads in <command>ethereal</command>.</para>
    145145
    146     <para><option>--with-ssl</option>: This parameter enables the use of the 
     146    <para><option>--with-ssl</option>: This parameter enables the use of the
    147147    <application>OpenSSL</application>
    148148    <filename class='libraryfile'>libcrypto</filename> library.</para>
     
    156156      <title>Config Files</title>
    157157
    158       <para><filename>/etc/ethereal.conf</filename> and 
     158      <para><filename>/etc/ethereal.conf</filename> and
    159159      <filename>~/.ethereal/preferences</filename></para>
    160160
     
    172172      <title>Configuration Information</title>
    173173
    174       <para>Though the default configuration parameters are very sane, 
    175       reference the configuration section of the 
    176       <ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's 
    177       Guide</ulink> for configuration information. Most of 
    178       <application>Ethereal</application>'s configuration can be accomplished 
     174      <para>Though the default configuration parameters are very sane,
     175      reference the configuration section of the
     176      <ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's
     177      Guide</ulink> for configuration information. Most of
     178      <application>Ethereal</application>'s configuration can be accomplished
    179179      using the menu options of the <command>ethereal</command>
    180180      GUI interface.</para>
    181181
    182182      <note>
    183         <para>If you want to look at packets, make sure you don't filter 
    184         them out with <xref linkend="iptables"/>. If you want to exclude 
    185         certain classes of packets, it is more efficient to do it with 
    186         <application>iptables</application> than 
     183        <para>If you want to look at packets, make sure you don't filter
     184        them out with <xref linkend="iptables"/>. If you want to exclude
     185        certain classes of packets, it is more efficient to do it with
     186        <application>iptables</application> than
    187187        <application>Ethereal</application>.</para>
    188188      </note>
     
    201201
    202202      <seglistitem>
    203         <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt, 
     203        <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
    204204        tethereal and text2pcap</seg>
    205         <seg>libethereal.so, libwiretap.so and numerous dissector plugin 
     205        <seg>libethereal.so, libwiretap.so and numerous dissector plugin
    206206        modules</seg>
    207         <seg>/usr/lib/ethereal, /usr/share/ethereal and 
     207        <seg>/usr/lib/ethereal, /usr/share/ethereal and
    208208        /usr/share/pixmaps/ethereal</seg>
    209209      </seglistitem>
     
    218218        <term><command>capinfos</command></term>
    219219        <listitem>
    220           <para>reads a saved capture file and returns any or all of several 
    221           statistics about that file. It is able to detect and read any capture 
     220          <para>reads a saved capture file and returns any or all of several
     221          statistics about that file. It is able to detect and read any capture
    222222          supported by the <application>Ethereal</application> package.</para>
    223223          <indexterm zone="ethereal capinfos">
     
    240240        <term><command>editcap</command></term>
    241241        <listitem>
    242           <para>edits and/or translates the format of capture files. It knows 
    243           how to read <application>libpcap</application> capture files, 
    244           including those of <command>tcpdump</command>, 
    245           <application>Ethereal</application> and other tools that write 
     242          <para>edits and/or translates the format of capture files. It knows
     243          how to read <application>libpcap</application> capture files,
     244          including those of <command>tcpdump</command>,
     245          <application>Ethereal</application> and other tools that write
    246246          captures in that format.</para>
    247247          <indexterm zone="ethereal editcap">
     
    254254        <term><command>ethereal</command></term>
    255255        <listitem>
    256           <para>is a GUI network protocol analyzer. It lets you interactively 
    257           browse packet data from a live network or from a previously 
     256          <para>is a GUI network protocol analyzer. It lets you interactively
     257          browse packet data from a live network or from a previously
    258258          saved capture file.</para>
    259259          <indexterm zone="ethereal ethereal-prog">
     
    266266        <term><command>idl2eth</command></term>
    267267        <listitem>
    268           <para>takes a user specified CORBA 
    269           IDL file and generates <quote>C</quote> source code that 
     268          <para>takes a user specified CORBA
     269          IDL file and generates <quote>C</quote> source code that
    270270          can be used to create an <application>Ethereal</application>
    271271          plugin.</para>
     
    279279        <term><command>mergecap</command></term>
    280280        <listitem>
    281           <para>combines multiple saved capture files into a single output 
     281          <para>combines multiple saved capture files into a single output
    282282          file.</para>
    283283          <indexterm zone="ethereal mergecap">
     
    300300        <term><command>tethereal</command></term>
    301301        <listitem>
    302           <para>is a TTY-mode network protocol analyzer. It lets you capture 
    303           packet data from a live network or read packets from a 
     302          <para>is a TTY-mode network protocol analyzer. It lets you capture
     303          packet data from a live network or read packets from a
    304304          previously saved capture file.</para>
    305305          <indexterm zone="ethereal tethereal">
     
    312312        <term><command>text2pcap</command></term>
    313313        <listitem>
    314           <para>reads in an ASCII hex dump and writes the 
    315           data described into a <application>libpcap</application>-style 
     314          <para>reads in an ASCII hex dump and writes the
     315          data described into a <application>libpcap</application>-style
    316316          capture file.</para>
    317317          <indexterm zone="ethereal text2pcap">
     
    324324        <term><filename class='libraryfile'>libethereal.so</filename></term>
    325325        <listitem>
    326           <para>contains functions used by the 
    327           <application>Ethereal</application> programs to perform filtering and 
     326          <para>contains functions used by the
     327          <application>Ethereal</application> programs to perform filtering and
    328328          packet capturing.</para>
    329329          <indexterm zone="ethereal libethereal">
     
    336336        <term><filename class='libraryfile'>libwiretap.so</filename></term>
    337337        <listitem>
    338           <para>is a library being developed as a future replacement for 
    339           <filename class='libraryfile'>libpcap</filename>, the current 
    340           standard Unix library for packet capturing. For more information, 
    341           see the <filename>README</filename> file in the source 
     338          <para>is a library being developed as a future replacement for
     339          <filename class='libraryfile'>libpcap</filename>, the current
     340          standard Unix library for packet capturing. For more information,
     341          see the <filename>README</filename> file in the source
    342342          <filename class='directory'>wiretap</filename> directory.</para>
    343343          <indexterm zone="ethereal libwiretap">
  • basicnet/netutils/nmap.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to Nmap</title>
    3131
    32     <para><application>Nmap</application> is a utility for network exploration and 
     32    <para><application>Nmap</application> is a utility for network exploration and
    3333    security auditing. It supports ping scanning, port scanning and
    3434    TCP/IP fingerprinting.</para>
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="openssl"/>, 
    62     <xref linkend="pcre"/>, 
    63     <xref linkend="GTK"/> (for building the graphical front-end) and 
     61    <para><xref linkend="openssl"/>,
     62    <xref linkend="pcre"/>,
     63    <xref linkend="GTK"/> (for building the graphical front-end) and
    6464    <xref linkend="libpcap"/></para>
    6565
     
    6969    <title>Installation of Nmap</title>
    7070
    71     <para>Install <application>Nmap</application> by running the following 
     71    <para>Install <application>Nmap</application> by running the following
    7272    commands:</para>
    7373
     
    104104        <term><command>nmap</command></term>
    105105        <listitem>
    106           <para>is a utility for network exploration and security auditing. It 
    107           supports ping scanning, port scanning and 
     106          <para>is a utility for network exploration and security auditing. It
     107          supports ping scanning, port scanning and
    108108          TCP/IP fingerprinting.</para>
    109109          <indexterm zone="nmap nmap-prog">
  • basicnet/netutils/traceroute.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to Traceroute</title>
    3131
    32     <para>The <application>Traceroute</application> package contains a program 
    33     which is used to display the network route that packets take to reach a 
    34     specified host. This is a standard network troubleshooting tool. If you find 
    35     yourself unable to connect to another system, traceroute can help pinpoint 
     32    <para>The <application>Traceroute</application> package contains a program
     33    which is used to display the network route that packets take to reach a
     34    specified host. This is a standard network troubleshooting tool. If you find
     35    yourself unable to connect to another system, traceroute can help pinpoint
    3636    the problem.</para>
    3737
     
    6363    <title>Installation of Traceroute</title>
    6464
    65     <para>Install <application>Traceroute</application> by running the following 
     65    <para>Install <application>Traceroute</application> by running the following
    6666    commands:</para>
    6767
     
    8080    <title>Command Explanations</title>
    8181
    82     <para><command>sed 's/-o bin/-o root/' Makefile.in</command>: 
    83     Adjusts the <filename>Makefile</filename> so that the program is installed 
    84     with user root instead of user bin (which doesn't exist on a default 
     82    <para><command>sed 's/-o bin/-o root/' Makefile.in</command>:
     83    Adjusts the <filename>Makefile</filename> so that the program is installed
     84    with user root instead of user bin (which doesn't exist on a default
    8585    LFS system).</para>
    8686
    8787    <para><command>make install</command>: Installs <command>traceroute</command>
    88     with SUID set to <systemitem class="username">root</systemitem> in the 
    89     <filename class='directory'>/usr/sbin</filename> directory. This makes it 
    90     possible for all users to execute <command>traceroute</command>. For absolute 
    91     security, turn off the SUID bit in <command>traceroute</command>'s file permissions 
     88    with SUID set to <systemitem class="username">root</systemitem> in the
     89    <filename class='directory'>/usr/sbin</filename> directory. This makes it
     90    possible for all users to execute <command>traceroute</command>. For absolute
     91    security, turn off the SUID bit in <command>traceroute</command>'s file permissions
    9292    with the command:</para>
    9393
    9494<screen role='root'><userinput>chmod -v 0755 /usr/sbin/traceroute</userinput></screen>
    9595
    96     <para>The risk is that if a security problem such as a buffer overflow was 
    97     ever found in the <application>Traceroute</application> code, a regular user 
     96    <para>The risk is that if a security problem such as a buffer overflow was
     97    ever found in the <application>Traceroute</application> code, a regular user
    9898    on your system could gain <systemitem class="username">root</systemitem>
    99     access if the program is SUID <systemitem class="username">root</systemitem>. 
    100     Of course, removing the SUID permission also makes it impossible for users other 
    101     than <systemitem class="username">root</systemitem> to utilize 
    102     <command>traceroute</command>, so decide what's right for 
     99    access if the program is SUID <systemitem class="username">root</systemitem>.
     100    Of course, removing the SUID permission also makes it impossible for users other
     101    than <systemitem class="username">root</systemitem> to utilize
     102    <command>traceroute</command>, so decide what's right for
    103103    your individual situation.</para>
    104104
    105     <para>The goal of BLFS is to be completely FHS compliant, so if you do leave the 
    106     <command>traceroute</command> binary SUID <systemitem 
    107     class="username">root</systemitem>, then you should move 
     105    <para>The goal of BLFS is to be completely FHS compliant, so if you do leave the
     106    <command>traceroute</command> binary SUID <systemitem
     107    class="username">root</systemitem>, then you should move
    108108    <filename>traceroute</filename> to <filename class='directory'>/usr/bin</filename>
    109109    with the following command:</para>
     
    138138        <term><command>traceroute</command></term>
    139139        <listitem>
    140           <para>does basically what it says: it traces the route your packets 
    141           take from the host you are working on to another host on a network, showing 
     140          <para>does basically what it says: it traces the route your packets
     141          take from the host you are working on to another host on a network, showing
    142142          all the intermediate hops (gateways) along the way.</para>
    143143          <indexterm zone="traceroute traceroute-prog">
  • basicnet/netutils/whois.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to Whois</title>
    3131
    32     <para><application>Whois</application> is a client-side application which 
    33     queries the whois directory service for information pertaining to a particular 
     32    <para><application>Whois</application> is a client-side application which
     33    queries the whois directory service for information pertaining to a particular
    3434    domain name.</para>
    3535
     
    6161    <title>Installation of Whois</title>
    6262
    63     <para>Install <application>Whois</application> by running the following 
     63    <para>Install <application>Whois</application> by running the following
    6464    commands:</para>
    6565
     
    9595        <term><command>whois</command></term>
    9696        <listitem>
    97           <para>is a client-side application which queries the whois directory 
     97          <para>is a client-side application which queries the whois directory
    9898          service for information pertaining to a particular domain name.</para>
    9999          <indexterm zone="whois whois-prog">
  • basicnet/textweb/links.xml

    r17e6d48 r1065a91  
    3131
    3232    <para><application>Links</application> is a text and graphics mode
    33     WWW browser. It includes support for rendering 
    34     tables and frames, features background downloads, can display colors 
     33    WWW browser. It includes support for rendering
     34    tables and frames, features background downloads, can display colors
    3535    and has many other features.</para>
    3636
     
    6060
    6161    <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para><xref linkend="gpm"/>, 
    63     <xref linkend="openssl"/>, 
    64     <xref linkend="libpng"/>, 
    65     <xref linkend="libjpeg"/>, 
    66     <xref linkend="libtiff"/>, 
    67     <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, 
    68     <ulink url="http://www.directfb.org/">DirectFB</ulink> and 
     62    <para><xref linkend="gpm"/>,
     63    <xref linkend="openssl"/>,
     64    <xref linkend="libpng"/>,
     65    <xref linkend="libjpeg"/>,
     66    <xref linkend="libtiff"/>,
     67    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
     68    <ulink url="http://www.directfb.org/">DirectFB</ulink> and
    6969    X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    7070
     
    7474    <title>Installation of Links</title>
    7575
    76     <para>Install <application>Links</application> by running the following 
     76    <para>Install <application>Links</application> by running the following
    7777    commands:</para>
    7878
     
    8686    <title>Command Explanations</title>
    8787
    88     <para><option>--enable-graphics</option>: Add this switch if you want to 
     88    <para><option>--enable-graphics</option>: Add this switch if you want to
    8989    use <application>Links</application> in graphics mode. You will either
    90     need to install the <application>X</application> Window System or enable 
     90    need to install the <application>X</application> Window System or enable
    9191    frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
    9292
     
    110110      <title>Configuration Information</title>
    111111
    112       <para><application>Links</application> stores its configuration in per-user 
    113       files in the <filename class="directory">~/.links</filename> directory. These 
     112      <para><application>Links</application> stores its configuration in per-user
     113      files in the <filename class="directory">~/.links</filename> directory. These
    114114      files are created automatically when <command>links</command> is run for the
    115115      first time.</para>
  • 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">
  • basicnet/textweb/textweb.xml

    r17e6d48 r1065a91  
    1212
    1313  <para>People who are new to Unix-based systems tend to ask the question "Why on
    14   earth would I want a text-mode browser?  I'm going to compile 
     14  earth would I want a text-mode browser?  I'm going to compile
    1515  <application>X</application> and use
    1616  <application>Konqueror</application>/<application>Mozilla</application>/Whatever!".
  • basicnet/textweb/w3m.xml

    r17e6d48 r1065a91  
    3030    <title>Introduction to W3m</title>
    3131
    32     <para><application>w3m</application> is primarily a pager but it can also be 
     32    <para><application>w3m</application> is primarily a pager but it can also be
    3333    used as a text-mode WWW browser.</para>
    3434
     
    5858
    5959    <bridgehead renderas="sect4">Required</bridgehead>
    60     <para><ulink 
     60    <para><ulink
    6161    url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink></para>
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para><xref linkend="pkgconfig"/>, 
    65     <xref linkend="gpm"/>, 
    66     <xref linkend="openssl"/>, 
    67     <xref linkend="imlib"/>, 
    68     <xref linkend="imlib2"/>, 
    69     <xref linkend="gdk"/>, 
    70     <xref linkend="compface"/>, 
    71     <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>, 
     64    <para><xref linkend="pkgconfig"/>,
     65    <xref linkend="gpm"/>,
     66    <xref linkend="openssl"/>,
     67    <xref linkend="imlib"/>,
     68    <xref linkend="imlib2"/>,
     69    <xref linkend="gdk"/>,
     70    <xref linkend="compface"/>,
     71    <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
    7272    a Mail User Agent and an External Browser</para>
    7373
     
    7777    <title>Installation of W3m</title>
    7878
    79     <para>Install <application>w3m</application> by running the following 
     79    <para>Install <application>w3m</application> by running the following
    8080    commands:</para>
    8181
     
    142142        <term><command>w3mman</command></term>
    143143        <listitem>
    144           <para>is an interface to the on-line reference manuals in 
     144          <para>is an interface to the on-line reference manuals in
    145145          <command>w3m</command>.</para>
    146146          <indexterm zone="w3m w3mman">
Note: See TracChangeset for help on using the changeset viewer.