Changeset 17e6d48


Ignore:
Timestamp:
05/30/2005 09:27:18 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:
1065a91
Parents:
5d5ced00
Message:

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

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

Location:
basicnet/netprogs
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r5d5ced00 r17e6d48  
    3030    <title>Introduction to CVS</title>
    3131
    32     <para><application>CVS</application> is the Concurrent Versioning System. 
    33     This is a version control system useful for projects using a central repository 
    34     to hold files and then track all changes made to those files. These instructions 
    35     install the client used to manipulate the repository, creation of a repository is 
     32    <para><application>CVS</application> is the Concurrent Versioning System.
     33    This is a version control system useful for projects using a central repository
     34    to hold files and then track all changes made to those files. These instructions
     35    install the client used to manipulate the repository, creation of a repository is
    3636    covered at <xref linkend="cvsserver"/>.</para>
    3737
     
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para><xref linkend="gdbm"/>, 
    72     <xref linkend="tcsh"/>, 
     71    <para><xref linkend="gdbm"/>,
     72    <xref linkend="tcsh"/>,
    7373    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    7474    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
     
    9191<screen><userinput>patch -Np1 -i ../cvs-&cvs-version;-zlib-1.patch</userinput></screen>
    9292
    93     <para>Install <application>cvs</application> by running 
     93    <para>Install <application>cvs</application> by running
    9494    the following commands:</para>
    9595
     
    140140      diff -u</userinput> to their <filename>.cvsrc</filename> file.</para>
    141141
    142       <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in 
     142      <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in
    143143      addition to those specified in the <filename>CVSROOT/cvswrappers</filename>
    144144      file in the repository.</para>
     
    195195        <term><command>rcs2log</command></term>
    196196        <listitem>
    197           <para>is a symlink to the contributed RCS to Change Log 
     197          <para>is a symlink to the contributed RCS to Change Log
    198198          generator.</para>
    199199          <indexterm zone="cvs rcs2log">
  • basicnet/netprogs/inetutils.xml

    r5d5ced00 r17e6d48  
    3030   <title>Introduction to Inetutils</title>
    3131
    32     <para>The <application>Inetutils</application> package contains network 
     32    <para>The <application>Inetutils</application> package contains network
    3333    clients and servers.</para>
    3434
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch: <ulink 
     60        <para>Required Patch: <ulink
    6161        url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para>
    6262      </listitem>
    6363      <listitem>
    64         <para>Required Patch: <ulink 
     64        <para>Required Patch: <ulink
    6565        url="&patch-root;/inetutils-&inetutils-version;-daemon_fixes-1.patch"/></para>
    6666      </listitem>
     
    7070
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    72     <para><xref linkend="Linux_PAM"/>, 
    73     <xref linkend="tcpwrappers"/>, 
    74     <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and 
     72    <para><xref linkend="Linux_PAM"/>,
     73    <xref linkend="tcpwrappers"/>,
     74    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
    7575    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
    7676
     
    8080    <title>Installation of Inetutils</title>
    8181
    82     <para>Install <application>Inetutils</application> by running the following 
     82    <para>Install <application>Inetutils</application> by running the following
    8383    commands:</para>
    8484
     
    106106
    107107    <para><parameter>--disable-syslogd</parameter>: This switch prevents
    108     <application>Inetutils</application> installing a System Log Daemon, which is 
     108    <application>Inetutils</application> installing a System Log Daemon, which is
    109109    installed in the LFS Book.</para>
    110110
    111     <para><option>--with-wrap</option>: This switch makes 
    112     <application>Inetutils</application> compile against 
    113     <application>tcp-wrappers</application>. Add this option if you want to 
     111    <para><option>--with-wrap</option>: This switch makes
     112    <application>Inetutils</application> compile against
     113    <application>tcp-wrappers</application>. Add this option if you want to
    114114    utilize <application>tcp-wrappers</application>.</para>
    115115
    116116    <para><option>--disable-whois</option>: This switch will prevent
    117     <application>Inetutils</application> installing an outdated 
    118     <command>whois</command> client. Add this option if you plan on installing 
     117    <application>Inetutils</application> installing an outdated
     118    <command>whois</command> client. Add this option if you plan on installing
    119119    <xref linkend="whois"/>.</para>
    120120
    121     <para><option>--with-pam</option>: This switch makes 
    122     <application>Inetutils</application> link against 
     121    <para><option>--with-pam</option>: This switch makes
     122    <application>Inetutils</application> link against
    123123    <application>Linux-PAM</application> libraries.
    124124    Add this option if you want to utilize PAM.</para>
     
    134134    <title>Contents</title>
    135135
    136     <para>A list of the installed programs not included here, along with their 
     136    <para>A list of the installed programs not included here, along with their
    137137    short descriptions can be found at
    138138    <ulink url="&lfs-root;/chapter06/inetutils.html#contents-inetutils"/>.</para>
     
    144144
    145145      <seglistitem>
    146         <seg>ftpd, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd and 
     146        <seg>ftpd, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd and
    147147        whois</seg>
    148148        <seg>None</seg>
     
    240240        <term><command>uucpd</command></term>
    241241        <listitem>
    242           <para>is a server for supporting UUCP 
     242          <para>is a server for supporting UUCP
    243243          connections over networks.</para>
    244244          <indexterm zone="inetutils uucpd">
     
    251251        <term><command>whois</command></term>
    252252        <listitem>
    253           <para>is a client for the whois directory service. Note that the 
     253          <para>is a client for the whois directory service. Note that the
    254254          <xref linkend="whois"/> package provides a much better client.</para>
    255255          <indexterm zone="inetutils whois-inetutils">
  • basicnet/netprogs/ncftp.xml

    r5d5ced00 r17e6d48  
    3131    <title>Introduction to NcFTP</title>
    3232
    33     <para>The <application>NcFTP</application> package contains 
    34     a powerful and flexible interface to the Internet standard File Transfer 
    35     Protocol.  It is intended to replace or supplement the stock 
     33    <para>The <application>NcFTP</application> package contains
     34    a powerful and flexible interface to the Internet standard File Transfer
     35    Protocol.  It is intended to replace or supplement the stock
    3636    <command>ftp</command> program.</para>
    3737
     
    6464
    6565    <para>There are two ways to build <application>NcFTP</application>.
    66     The first (and optimal) way builds most of the functionality as a shared library 
    67     and then builds and installs the program linked against this library.  The 
    68     second method simply links all of the functionality into the binary statically. 
     66    The first (and optimal) way builds most of the functionality as a shared library
     67    and then builds and installs the program linked against this library.  The
     68    second method simply links all of the functionality into the binary statically.
    6969    This doesn't make the dynamic library available for linking by other applications.
    70     You need to choose which method best suits you.  Note that the second method 
    71     does <emphasis>not</emphasis> create an entirely statically linked binary; 
    72     only the <filename class="libraryfile">libncftp</filename> parts are statically 
    73     linked in, in this case. Be aware that building and using the shared library is 
    74     covered by the Clarified Artistic License; however, developing applications that 
     70    You need to choose which method best suits you.  Note that the second method
     71    does <emphasis>not</emphasis> create an entirely statically linked binary;
     72    only the <filename class="libraryfile">libncftp</filename> parts are statically
     73    linked in, in this case. Be aware that building and using the shared library is
     74    covered by the Clarified Artistic License; however, developing applications that
    7575    utilize the shared library is subject to a different license.</para>
    7676
    77     <para>To install <application>NcFTP</application> using the 
     77    <para>To install <application>NcFTP</application> using the
    7878    first (and optimal) method, run the following commands:</para>
    7979
     
    8484make install</userinput></screen>
    8585
    86     <para>To install <application>NcFTP</application> using the 
     86    <para>To install <application>NcFTP</application> using the
    8787    second method (with the <filename class="libraryfile">libncftp</filename>
    8888    functionality linked in statically) run the following commands:</para>
     
    122122      <title>Configuration Information</title>
    123123
    124       <para>Most <application>NcFTP</application> configuration 
    125       is done while in the program, and the configuration files are dealt with 
    126       automatically. One exception to this is <filename>~/.ncftp/prefs_v3</filename>. 
     124      <para>Most <application>NcFTP</application> configuration
     125      is done while in the program, and the configuration files are dealt with
     126      automatically. One exception to this is <filename>~/.ncftp/prefs_v3</filename>.
    127127      There are various options to alter in there, including:</para>
    128128
     
    132132      <application>NcFTPd</application> server.</para>
    133133
    134       <para>There are other options in the <filename>prefs_v3</filename> file. Most 
     134      <para>There are other options in the <filename>prefs_v3</filename> file. Most
    135135      of these are self-explanatory.</para>
    136136
  • basicnet/netprogs/ncpfs.xml

    r5d5ced00 r17e6d48  
    6666    <title>Installation of NCPFS</title>
    6767
    68     <para>Install <application>NCPFS</application> by running 
     68    <para>Install <application>NCPFS</application> by running
    6969    the following commands:</para>
    7070
     
    8787
    8888    <para><parameter>--includedir=/usr/include</parameter>: Tells configure
    89     to look in <filename class="directory">/usr/include</filename> for header 
    90     files. It also tells make to install <application>NCPFS</application>'s 
     89    to look in <filename class="directory">/usr/include</filename> for header
     90    files. It also tells make to install <application>NCPFS</application>'s
    9191    headers here.</para>
    9292
     
    9494    pages in the correct location.</para>
    9595
    96     <para><parameter>--datadir=/usr/share</parameter>:  correctly installs the 
     96    <para><parameter>--datadir=/usr/share</parameter>:  correctly installs the
    9797    locale files to <filename class="directory">/usr/share</filename>.</para>
    9898
    9999    <note>
    100       <para>If you do not need to use the IPX protocol, or you use a different 
    101       IPX package, you can optionally pass <option>--disable-ipx</option> and/or 
     100      <para>If you do not need to use the IPX protocol, or you use a different
     101      IPX package, you can optionally pass <option>--disable-ipx</option> and/or
    102102      <option>--disable-ipx-tools</option> to the <command>configure</command>
    103103      script to disable these options.</para>
     
    123123      <title>Configuration Information</title>
    124124
    125       <para>A config file <filename>~/.nwclient</filename> should be placed in the 
    126       home directory of each user that intends to use 
    127       <application>NCPFS</application>. The permissions on this file should be set 
    128       to 600, for obvious security reasons.  The configuration file should contain 
    129       a single line per server that the user will use.  Each line should contain 
     125      <para>A config file <filename>~/.nwclient</filename> should be placed in the
     126      home directory of each user that intends to use
     127      <application>NCPFS</application>. The permissions on this file should be set
     128      to 600, for obvious security reasons.  The configuration file should contain
     129      a single line per server that the user will use.  Each line should contain
    130130      the server name, the user name, and optionally the password.  Below is a
    131131      sample <filename>.nwclient</filename> file.</para>
     
    134134
    135135Server1/User1 Password
    136 Server2/User1 
     136Server2/User1
    137137Server2/Guest1 -
    138138
     
    143143      careful when creating or editing this file as the client utilities are
    144144      very picky about syntax.  There should always be a space immediately
    145       after the username.  If this space is substituted by a tab or multiple 
    146       spaces, you will not get the expected results when attempting to use 
    147       the <application>NCPFS</application> tools.  If no password is supplied, 
    148       the client utilities will ask for a password when it is needed.  If no 
    149       password is needed, for instance when using a guest account, a single '-' 
     145      after the username.  If this space is substituted by a tab or multiple
     146      spaces, you will not get the expected results when attempting to use
     147      the <application>NCPFS</application> tools.  If no password is supplied,
     148      the client utilities will ask for a password when it is needed.  If no
     149      password is needed, for instance when using a guest account, a single '-'
    150150      should be put in place of a password.</para>
    151151
    152152      <para>It should be noted that the <command>ncpmount</command>
    153       is not intended to mount individual volumes because each mount point 
    154       creates a separate client connection to the Novell server.  Mounting 
    155       each individual volume separately would be unwise, as mounting all 
    156       volumes on a server under one mount point uses only one client 
     153      is not intended to mount individual volumes because each mount point
     154      creates a separate client connection to the Novell server.  Mounting
     155      each individual volume separately would be unwise, as mounting all
     156      volumes on a server under one mount point uses only one client
    157157      connection.</para>
    158158
     
    164164      <para>If you need to set up the IPX protocol at boot, you can install the
    165165      <filename>/etc/sysconfig/network-devices/services/ipx</filename>
    166       network service script included with the 
     166      network service script included with the
    167167      <xref linkend="intro-important-bootscripts"/> package.</para>
    168168
     
    173173<screen><userinput>make install-service-ipx</userinput></screen>
    174174
    175       <para>Next install the 
     175      <para>Next install the
    176176      <filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
    177177      configuration file with the following commands:</para>
     
    200200
    201201      <seglistitem>
    202         <seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt, 
     202        <seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt,
    203203        nwsfindt, pqlistt, pqrmt, pqstatt, and slist</seg>
    204         <seg>ncopyt, nwbocreatet, nwbolst, nwbopropst, nwbormt, 
    205         nwbpaddt, nwbpcreatet, nwbprmt, nwbpsett, nwbpvaluest, 
    206         nwdirt, nwdpvaluest, nwfsctrlt, nwfsinfot, nwfstimet, nwgrantt, 
    207         nwpurget, nwrevoket, nwrightst, nwtrusteet, nwtrustee2t, 
     204        <seg>ncopyt, nwbocreatet, nwbolst, nwbopropst, nwbormt,
     205        nwbpaddt, nwbpcreatet, nwbprmt, nwbpsett, nwbpvaluest,
     206        nwdirt, nwdpvaluest, nwfsctrlt, nwfsinfot, nwfstimet, nwgrantt,
     207        nwpurget, nwrevoket, nwrightst, nwtrusteet, nwtrustee2t,
    208208        nwuserlistt,  and nwvolinfo</seg>
    209         <seg>ipx_cmdt, ipx_configuret, ipx_interfacet, ipx_internal_nett, 
     209        <seg>ipx_cmdt, ipx_configuret, ipx_interfacet, ipx_internal_nett,
    210210        and ipx_route</seg>
    211211        <seg>ncpmap and nwauth</seg>
  • basicnet/netprogs/openssh-client.xml

    r5d5ced00 r17e6d48  
    1616  <title>OpenSSH-&openssh-version; Client</title>
    1717
    18   <para>The <command>ssh</command> client is a secure replacement for 
    19   <command>telnet</command>.  If you want to install it, the instructions can be 
    20   found in Chapter 22 &ndash; <xref linkend="openssh"/>.  Note that if you only 
    21   want to use the client, you do <emphasis>not</emphasis> need to run the server 
    22   and so do not need the startup script and links.  In accordance with good 
    23   practice, only run the server if you actually need it (and if you don't know 
     18  <para>The <command>ssh</command> client is a secure replacement for
     19  <command>telnet</command>.  If you want to install it, the instructions can be
     20  found in Chapter 22 &ndash; <xref linkend="openssh"/>.  Note that if you only
     21  want to use the client, you do <emphasis>not</emphasis> need to run the server
     22  and so do not need the startup script and links.  In accordance with good
     23  practice, only run the server if you actually need it (and if you don't know
    2424  whether you need it or not, it's likely that you don't!).</para>
    2525
  • basicnet/netprogs/portmap.xml

    r5d5ced00 r17e6d48  
    3030    <title>Introduction to Portmap</title>
    3131
    32     <para>The <application>portmap</application> package is a more secure 
     32    <para>The <application>portmap</application> package is a more secure
    3333    replacement for the original SUN <application>portmap</application> package.
    34     <application>Portmap</application> is used to forward RPC requests to RPC 
     34    <application>Portmap</application> is used to forward RPC requests to RPC
    3535    daemons such as NFS and NIS.</para>
    3636
     
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    62         <para>Required Patch: <ulink 
     62        <para>Required Patch: <ulink
    6363        url="&patch-root;/portmap-&portmap-version;-compilation_fixes-3.patch"/></para>
    6464      </listitem>
    6565      <listitem>
    66         <para>Required Patch: <ulink 
     66        <para>Required Patch: <ulink
    6767        url="&patch-root;/portmap-&portmap-version;-glibc_errno_fix-1.patch"/></para>
    6868      </listitem>
     
    7979    <title>Installation of Portmap</title>
    8080
    81     <para>Install <application>portmap</application> with the following 
     81    <para>Install <application>portmap</application> with the following
    8282    commands:</para>
    8383
     
    9292    <note>
    9393      <para>The above installation places executable <command>portmap</command>
    94       in <filename class="directory">/sbin</filename>. You may choose to move the 
     94      in <filename class="directory">/sbin</filename>. You may choose to move the
    9595      file to <filename class="directory">/usr/sbin</filename>. If you do, remember to
    9696      modify the bootscript also.</para>
     
    105105      <title>Boot Script</title>
    106106
    107       <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script 
     107      <para>Install the <filename>/etc/rc.d/init.d/portmap</filename> init script
    108108      included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    109109
  • basicnet/netprogs/rsync-client.xml

    r5d5ced00 r17e6d48  
    1616  <title>Rsync-&rsync-version; Client</title>
    1717
    18   <para><command>rsync</command> is a utility for fast incremental file 
    19   transfers. If you want to install it, the instructions can be found in Chapter 
    20   22 &ndash; <xref linkend="rsync"/>.  Note that if you only want to use the 
    21   client, you do <emphasis>not</emphasis> need to run the server and so do not 
    22   need the startup script and links.  In accordance with good practice, only run 
    23   the server if you actually need it (and if you don't know whether you need it 
     18  <para><command>rsync</command> is a utility for fast incremental file
     19  transfers. If you want to install it, the instructions can be found in Chapter
     20  22 &ndash; <xref linkend="rsync"/>.  Note that if you only want to use the
     21  client, you do <emphasis>not</emphasis> need to run the server and so do not
     22  need the startup script and links.  In accordance with good practice, only run
     23  the server if you actually need it (and if you don't know whether you need it
    2424  or not, it's likely that you don't!).</para>
    2525
  • basicnet/netprogs/tcpwrappers.xml

    r5d5ced00 r17e6d48  
    3030    <title>Introduction to Tcpwrappers</title>
    3131
    32       <para>The <application>tcpwrappers</application> package provides daemon 
    33       wrapper programs that report the name of the client requesting network 
     32      <para>The <application>tcpwrappers</application> package provides daemon
     33      wrapper programs that report the name of the client requesting network
    3434      services and the requested service.</para>
    3535
     
    5959    <itemizedlist spacing='compact'>
    6060      <listitem>
    61         <para>Required Patch (Fixes some build issues and adds building of a 
    62         shared library): <ulink 
     61        <para>Required Patch (Fixes some build issues and adds building of a
     62        shared library): <ulink
    6363        url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
    6464      </listitem>
     
    7070    <title>Installation of Tcpwrappers</title>
    7171
    72     <para>Install <application>tcpwrappers</application> with the following 
     72    <para>Install <application>tcpwrappers</application> with the following
    7373    commands:</para>
    7474
     
    8686    <title>Command Explanations</title>
    8787
    88     <para><command>sed -i -e ... scaffold.c</command>: This command removes an 
    89     obsolete C declaration which causes the build to fail if using 
     88    <para><command>sed -i -e ... scaffold.c</command>: This command removes an
     89    obsolete C declaration which causes the build to fail if using
    9090    <application>GCC-3.4.x</application>.</para>
    9191
     
    9898      <title>Config Files</title>
    9999
    100       <para><filename>/etc/hosts.allow</filename> and 
     100      <para><filename>/etc/hosts.allow</filename> and
    101101      <filename>/etc/hosts.deny</filename></para>
    102102
     
    114114      555). Do not install the wrapper set-uid.</para>
    115115
    116       <para>As the <systemitem class="username">root</systemitem> user, 
     116      <para>As the <systemitem class="username">root</systemitem> user,
    117117      perform the following edits on the
    118118      <filename>/etc/inetd.conf</filename> configuration file:</para>
     
    132132      </note>
    133133
    134       <para>Similar changes must be made if <application>xinetd</application> is 
     134      <para>Similar changes must be made if <application>xinetd</application> is
    135135      used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
    136       instead of calling the service daemon directly, and passing the name of the 
     136      instead of calling the service daemon directly, and passing the name of the
    137137      service daemon to <command>tcpd</command>.</para>
    138138
     
    168168        <term><command>tcpd</command></term>
    169169        <listitem>
    170           <para>is the main access control daemon for all Internet services, 
     170          <para>is the main access control daemon for all Internet services,
    171171          which <command>inetd</command> or <command>xinetd</command>
    172172          will run instead of running the requested service daemon.</para>
     
    180180        <term><command>tcpdchk</command></term>
    181181        <listitem>
    182           <para>is a tool to examine a <command>tcpd</command> wrapper 
     182          <para>is a tool to examine a <command>tcpd</command> wrapper
    183183          configuration and report problems with it.</para>
    184184          <indexterm zone="tcpwrappers tcpdchk">
     
    191191        <term><command>tcpdmatch</command></term>
    192192        <listitem>
    193           <para>is used to predict how the TCP wrapper 
     193          <para>is used to predict how the TCP wrapper
    194194          would handle a specific request for a service.</para>
    195195          <indexterm zone="tcpwrappers tcpdmatch">
     
    202202        <term><command>try-from</command></term>
    203203        <listitem>
    204           <para>can be called via a remote shell command to find out if the 
     204          <para>can be called via a remote shell command to find out if the
    205205          host name and address are properly recognized.</para>
    206206          <indexterm zone="tcpwrappers try-from">
     
    213213        <term><command>safe_finger</command></term>
    214214        <listitem>
    215           <para>is a wrapper for the <command>finger</command> utility, to 
     215          <para>is a wrapper for the <command>finger</command> utility, to
    216216          provide automatic reverse name lookups.</para>
    217217          <indexterm zone="tcpwrappers safe_finger">
     
    224224        <term><filename class='libraryfile'>libwrap.[so,a]</filename></term>
    225225        <listitem>
    226           <para>contains the API functions required by 
    227           the <application>tcpwrappers</application> programs as well as other programs 
     226          <para>contains the API functions required by
     227          the <application>tcpwrappers</application> programs as well as other programs
    228228          to become <quote><application>tcpwrappers</application>-aware</quote>.</para>
    229229          <indexterm zone="tcpwrappers libwrap">
  • basicnet/netprogs/wget.xml

    r5d5ced00 r17e6d48  
    3030    <title>Introduction to Wget</title>
    3131
    32     <para>The <application>Wget</application> package contains a utility useful for 
     32    <para>The <application>Wget</application> package contains a utility useful for
    3333    non-interactive downloading of files from the Web.</para>
    3434
     
    5858
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para><xref linkend="openssl"/> and 
     60    <para><xref linkend="openssl"/> and
    6161    <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
    6262
     
    6666    <title>Installation of Wget</title>
    6767
    68     <para>Install <application>Wget</application> by running the following 
     68    <para>Install <application>Wget</application> by running the following
    6969    commands:</para>
    7070
     
    8484
    8585    <para><parameter>--sysconfdir=/etc</parameter>: This relocates
    86     the configuration file from <filename class="directory">/usr/etc</filename> to 
     86    the configuration file from <filename class="directory">/usr/etc</filename> to
    8787    <filename class="directory">/etc</filename>.</para>
    8888
     
    136136        <listitem>
    137137          <para> retrieves files from the Web using the HTTP, HTTPS and
    138           FTP protocols.  It is designed to be non-interactive, for 
     138          FTP protocols.  It is designed to be non-interactive, for
    139139          background or unattended operations.</para>
    140140          <indexterm zone="wget wget-prog">
Note: See TracChangeset for help on using the changeset viewer.