Changeset 19234f1 for basicnet


Ignore:
Timestamp:
09/23/2003 11:58:37 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
40330fcd
Parents:
1708d1e9
Message:

Capitalization

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

Location:
basicnet
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/inetutils.xml

    r1708d1e9 r19234f1  
    1 <sect1 id="inetutils" xreflabel="inetutils-&inetutils-version;">
     1<sect1 id="inetutils" xreflabel="Inetutils-&inetutils-version;">
    22<?dbhtml filename="inetutils.html" dir="basicnet"?>
    3 <title>inetutils-&inetutils-version;</title>
     3<title>Inetutils-&inetutils-version;</title>
    44
    55&inetutils-intro;
  • basicnet/netprogs/inetutils/inetutils-desc.xml

    r1708d1e9 r19234f1  
    22<title>Contents</title>
    33
    4 <para>The inetutils package contains network clients and servers.</para>
     4<para>The <application>Inetutils</application> package contains network clients
     5and servers.</para>
    56
    67</sect2>
     
    1213
    1314<sect3><title>logger</title>
    14 <para>make entries in the system log.</para></sect3>
     15<para><command>logger</command> make entries in the system log.</para></sect3>
    1516
    1617<sect3><title>ping</title>
    17 <para>send ICMP ECHO_REQUEST packets to network hosts.</para></sect3>
     18<para><command>ping</command> sends <acronym>ICMP</acronym> ECHO_REQUEST
     19packets to network hosts.</para></sect3>
    1820
    1921<sect3><title>rcp</title>
    20 <para>remote file copy.</para></sect3>
     22<para><command>rcp</command> is remote file copy.</para></sect3>
    2123
    2224<sect3><title>rlogin</title>
    23 <para>remote login.</para></sect3>
     25<para><command>rlogin</command> is remote login.</para></sect3>
    2426
    2527<sect3><title>rsh</title>
    26 <para>remote shell.</para></sect3>
     28<para><command>rsh</command> is remote shell.</para></sect3>
    2729
    2830<sect3><title>syslogd</title>
    29 <para>log systems messages.</para></sect3>
     31<para><command>syslogd</command> logs systems messages.</para></sect3>
    3032
    3133<sect3><title>talk</title>
    32 <para>talk to another user.</para></sect3>
     34<para><command>talk</command> allows communication between users.</para></sect3>
    3335
    3436<sect3><title>telnet</title>
    35 <para>user interface to the TELNET protocol.</para></sect3>
     37<para><command>telnet</command> is the user interface to the TELNET protocol.</para></sect3>
    3638
    3739<sect3><title>tftp</title>
    38 <para>trivial file transfer program.</para></sect3>
     40<para><command>tftp</command> is the trivial file transfer program.</para></sect3>
    3941
    4042<sect3><title>whois</title>
  • basicnet/netprogs/wget.xml

    r1708d1e9 r19234f1  
    1 <sect1 id="wget" xreflabel="wget-&wget-version;">
     1<sect1 id="wget" xreflabel="Wget-&wget-version;">
    22<?dbhtml filename="wget.html" dir="basicnet"?>
    3 <title>wget-&wget-version;</title>
     3<title>Wget-&wget-version;</title>
    44
    55&wget-intro;
  • basicnet/netprogs/wget/wget-config.xml

    r1708d1e9 r19234f1  
    11<sect2>
    2 <title>Configuring <application>wget</application></title>
     2<title>Configuring <application>Wget</application></title>
    33
    44<sect3><title>Config files</title>
  • basicnet/netprogs/wget/wget-desc.xml

    r1708d1e9 r19234f1  
    22<title>Contents</title>
    33
    4 <para>The <application>wget</application> package contains <command>wget</command>.</para>
     4<para>The <application>Wget</application> package contains <command>wget</command>.</para>
    55
    66</sect2>
     
    1010<sect3><title>wget</title>
    1111<para><command>wget</command> retrieves files from the Web using the
    12 <acronym>HTTP</acronym>, <acronym>HTTPS</acronym> and
     12<acronym>HTTP</acronym>, HTTPS and
    1313<acronym>FTP</acronym> protocols.  It is designed to be non-interactive, for
    1414background or unattended operations. </para></sect3>
  • basicnet/netprogs/wget/wget-inst.xml

    r1708d1e9 r19234f1  
    11<sect2>
    2 <title>Installation of <application>wget</application></title>
     2<title>Installation of <application>Wget</application></title>
    33
    4 <para>Install <application>wget</application> by running the following commands:
     4<para>Install <application>Wget</application> by running the following commands:
    55</para>
    66
  • basicnet/netprogs/wget/wget-intro.xml

    r1708d1e9 r19234f1  
    11<sect2>
    2 <title>Introduction to wget</title>
     2<title>Introduction to <application>Wget</application></title>
    33
    4 <para>The <application>wget</application> package contains a utility useful for
     4<para>The <application>Wget</application> package contains a utility useful for
    55non-interactive downloading of files from the Web.</para>
    66
     
    1818</sect3>
    1919                                                                               
    20 <sect3><title><application>template</application> dependencies</title>
     20<sect3><title><application>Wget</application> dependencies</title>
    2121<sect4><title>Optional</title>
    2222<para><xref linkend="openssl"/></para></sect4>
  • basicnet/netutils/bind-utils.xml

    r1708d1e9 r19234f1  
    1 <sect1 id="bind-utils" xreflabel="bind-utils">
     1<sect1 id="bind-utils" xreflabel="BIND-utils">
    22<?dbhtml filename="bind-utils.html" dir="basicnet"?>
    3 <title>bind-utils-&bind-version;</title>
     3<title>BIND-utils-&bind-version;</title>
    44
    55&bind-utils-intro;
  • basicnet/netutils/bind-utils/bind-utils-desc.xml

    r1708d1e9 r19234f1  
    22<title>Contents</title>
    33
    4 <para>The bind-utils package contains <userinput>dig</userinput>,
    5 <userinput>host</userinput> and <userinput>nslookup</userinput>.</para>
     4<para>The <application><acronym>BIND</acronym>-utils</application> package
     5contains <command>dig</command>, <command>host</command> and
     6<command>nslookup</command>.</para>
    67
    78</sect2>
  • basicnet/netutils/bind-utils/bind-utils-inst.xml

    r1708d1e9 r19234f1  
    11<sect2>
    2 <title>Installation of bind-utils</title>
     2<title>Installation of <application><acronym>BIND</acronym>-utils</application></title>
    33
    4 <para>Install bind-utils by running the following commands:</para>
     4<para>Install <application><acronym>BIND</acronym>-utils</application> by
     5running the following commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput>./configure --prefix=/usr &amp;&amp;
    78make -C lib/dns &amp;&amp;
    89make -C lib/isc &amp;&amp;
    910make -C bin/dig &amp;&amp;
    10 make -C bin/dig install</userinput></screen></para>
     11make -C bin/dig install</userinput></screen>
    1112
    1213</sect2>
  • basicnet/netutils/bind-utils/bind-utils-intro.xml

    r1708d1e9 r19234f1  
    11<sect2>
    2 <title>Introduction to bind-utils</title>
     2<title>Introduction to <application><acronym>BIND</acronym>-utils</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&bind-download-http;"/>
    5 Download location (FTP):        <ulink url="&bind-download-ftp;"/>
    6 Version used:                   &bind-version;
    7 Package size:                   &bind-utils-size;
    8 Estimated Disk space required:  &bind-buildsize;</screen>
     4<para><application><acronym>BIND</acronym>-utils</application> is not a
     5separate package, it is a collection of the client side programs that are
     6included with <application><acronym>BIND</acronym></application>. The
     7<application><acronym>BIND</acronym></application> package includes client
     8side programs such as <command>nslookup</command>, <command>dig</command> and
     9<command>host</command>. If you install <application><acronym>BIND</acronym>
     10</application> server, these programs will be installed automatically. This
     11section is for those users who don't need the complete
     12<application><acronym>BIND</acronym></application> server, but need these
     13client side applications.</para>
    914
    10 <para>Bind-utils is not a separate package, it is a collection
    11 of the client side programs that are included with bind. The bind package
    12 includes client side programs such as nslookup, dig and host.
    13 If you install bind server,
    14 these programs will be installed automatically. This section is for those
    15 users who don't need the complete bind server, but need these client side
    16 applications.</para>
     15<sect3><title>Package information</title>
     16<itemizedlist spacing='compact'>
     17<listitem><para>Download (HTTP): <ulink
     18url="&bind-download-http;"/></para></listitem>
     19<listitem><para>Download (FTP): <ulink
     20url="&bind-download-ftp;"/></para></listitem>
     21<listitem><para>Download size: &bind-size;</para></listitem>
     22<listitem><para>Estimated Disk space required:
     23&bind-buildsize;</para></listitem>
     24<listitem><para>Estimated build time:
     25&bind-time;</para></listitem></itemizedlist>
     26</sect3>
     27
    1728
    1829</sect2>
  • basicnet/netutils/bind-utils/bind-utils.ent

    r1708d1e9 r19234f1  
    55<!ENTITY bind-utils-desc SYSTEM "bind-utils-desc.xml">
    66<!ENTITY bind-utils-size "9 MB">
     7<!ENTITY bind-utils-time "">
Note: See TracChangeset for help on using the changeset viewer.