Changeset 1af021dc


Ignore:
Timestamp:
06/01/2004 01:50:18 PM (20 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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
62e9283
Parents:
aa6dadf8
Message:

grammer changes

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

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • connect/connect.xml

    raa6dadf8 r1af021dc  
    55<partintro><para>The <acronym>LFS</acronym> book covers setting up networking
    66by connecting to a <acronym>LAN</acronym> with a static
    7 <acronym>IP</acronym>.  There are other methods used to connect to
    8 <acronym>LAN</acronym>'s and other networks (such as the Internet).  We cover
     7<acronym>IP</acronym> address.  There are other methods used to connect to
     8a <acronym>LAN</acronym> and other networks (such as the Internet).  We cover
    99the most popular methods in this chapter.</para></partintro>
    1010
  • connect/dhcp/dhcp-client.xml

    raa6dadf8 r1af021dc  
    44
    55<para>The <application><acronym>DHCP</acronym></application> package comes with
    6 both a client (called <command>dhclient</command>) and a server program for
     6both a client (<command>dhclient</command>) and a server program for
    77using <acronym>DHCP</acronym>.  If you want to install this package,
    88the instructions can be found at <xref linkend="dhcp"/>. 
     
    1616(<command>dhclient</command>).</para>
    1717
    18 <para>To configure <command>dhclient</command>, we need to first install
     18<para>To configure <command>dhclient</command>, you need to first install
    1919the network service script,
    2020<filename>/etc/sysconfig/network-devices/services/dhclient</filename>
     
    3232ONBOOT=yes
    3333DHCP_START="<replaceable>[place appropriate start parameters here]</replaceable>"
    34 DHCP_STOP="-r <replaceable>[add additional stop parameters here]</replaceable>
     34DHCP_STOP="-r <replaceable>[add additional stop parameters here]</replaceable>"
    3535SERVICE=dhclient
    3636<command>EOF</command></userinput></screen>
     
    4141
    4242<para> You should then create
    43 the <filename>/etc/dhclient.conf</filename> using the following
     43<filename>/etc/dhclient.conf</filename> using the following
    4444commands.  Append to the file if you have more than one interface:</para>
    4545
  • connect/dhcp/dhcp.xml

    raa6dadf8 r1af021dc  
    44
    55<para><acronym>DHCP</acronym> stands for Dynamic Host Configuration Protocol. 
    6 It is a protocol which is used by many sites to automatically provide
     6It is a protocol used by many sites to automatically provide
    77information such as <acronym>IP</acronym> addresses, subnet masks and routing
    88information to computers.  If your network uses <acronym>DHCP</acronym>, you
     
    1010<acronym>DHCP</acronym> is also used by some cable modems.</para>
    1111
    12 <para>We currently provide installation instructions for two
     12<para><acronym>BLFS</acronym> currently provides installation instructions for two
    1313<acronym>DHCP</acronym> clients, <command>dhclient</command> (from the
    1414<application>dhcp</application> package) and <command>dhcpcd</command>.
    15 We present both sets of installation instructions which also discuss how
     15<acronym>BLFS</acronym> presents both sets of installation instructions
     16and discuss how
    1617to create an appropriate service script to work with the
    1718<command>network</command> bootscript and the <acronym>DHCP</acronym>
  • connect/dhcp/dhcpcd/dhcpcd-config.xml

    raa6dadf8 r1af021dc  
    77<sect3><title>Configuration Information</title>
    88
    9 <para>To configure <command>dhcpcd</command>, we need to first install
     9<para>To configure <command>dhcpcd</command>, you need to first install
    1010the network service script,
    1111<filename>/etc/sysconfig/network-devices/services/dhcpcd</filename>
     
    1515
    1616<para>Now create the <filename>ifconfig.eth0</filename> configuration
    17 file using the following commands.  Adjust appropriatly for additional
     17file using the following commands.  Adjust appropriately for additional
    1818interfaces.</para>
    1919
  • connect/dhcp/dhcpcd/dhcpcd-exp.xml

    raa6dadf8 r1af021dc  
    1919required during the boot process and
    2020<filename class="directory">/usr</filename> may be network
    21 mounted in which case, <command>dhcpcd</command> wouldn't be available due to
     21mounted, in which case <command>dhcpcd</command> wouldn't be available due to
    2222being on the network!  Therefore, depending on your situation, you may want it
    2323to be installed in <filename class="directory">/sbin</filename> or
     
    2525<filename class="directory">/sbin</filename>.</para>
    2626
    27 <para><parameter>--sysconfdir=/var/lib</parameter>: This command install
     27<para><parameter>--sysconfdir=/var/lib</parameter>: This command installs
    2828configuration files in the <filename class="directory">/var/lib</filename>
    2929directory.</para>
    3030
    3131<para><parameter>--mandir=/usr/share/man</parameter>: This command
    32 install the man pages to the <filename class="directory">/usr/share/man</filename>
     32installs the man pages to the <filename class="directory">/usr/share/man</filename>
    3333directory.</para>
    3434
  • connect/dialup/ppp/ppp-config.xml

    raa6dadf8 r1af021dc  
    88<sect3><title>Configuration Information</title>
    99
    10 <para>The <application><acronym>PPP</acronym></application> daemon itself
     10<para>The <application><acronym>PPP</acronym></application> daemon
    1111requires very little configuration.  The main trick is scripting the
    1212connection.  This can be done either using the chat program which comes with
  • connect/dialup/wvdial/wvdial-config.xml

    raa6dadf8 r1af021dc  
    1111wvdialconf /etc/wvdial.conf</command></userinput></screen>
    1212<para><command>wvdialconf</command> will test that you have a working modem
    13 and try to determine it's exact setup. You will then need to enter your
     13and try to determine its exact setup. You will then need to enter your
    1414<acronym>ISP</acronym>'s phone number, login name and password into the
    1515<filename>/etc/wvdial.conf</filename> file.</para>
     
    1818<screen><userinput><command>wvdial</command></userinput></screen>
    1919
    20 <para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
     20<para>For more information, examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
    2121
    2222</sect3>
  • connect/dialup/wvdial/wvdial-intro.xml

    raa6dadf8 r1af021dc  
    22<title>Introduction to <application>WvDial</application></title>
    33
    4 <para>The <application>WvDial</application> package contains a no nonsense,
     4<para>The <application>WvDial</application> package contains a no-nonsense,
    55quick and easy to use alternative to <command>chat</command> and
    66<command>pppd</command> scripts. If you simply want to dial a modem
  • connect/other/pppoe/pppoe-config.xml

    raa6dadf8 r1af021dc  
    2626<command>adsl-start</command> script.</para>
    2727
    28 <para><emphasis>Optionaly</emphasis> install the
     28<para><emphasis>Optionally</emphasis> install the
    2929<filename>/etc/sysconfig/network-devices/services/pppoe</filename> service
    3030script included with the <xref linkend="intro-important-bootscripts"/>
     
    4141<command>EOF</command></userinput></screen>
    4242
    43 <para>Also, If you had previously configured the network interface that will now
     43<para>Also, if you had previously configured the network interface that will now
    4444use <acronym>PPPoE</acronym>, you should remove the interface configuration
    4545files for that interface:
  • general/prog/gcc/gnat-inst.xml

    raa6dadf8 r1af021dc  
    1818second question.</para>
    1919
    20 <para>To finish the install, run</para>
     20<para>To finish the install, run:</para>
    2121<screen><userinput><command>./doinstall</command></userinput></screen>
    2222
  • general/prog/gcc2/gcc2-config.xml

    raa6dadf8 r1af021dc  
    1313<filename>/opt/gcc-&gcc2-version;</filename>.</para>
    1414
    15 <para>Whenever you need to use GCC-&gcc2-version; instead of you system
     15<para>Whenever you need to use GCC-&gcc2-version; instead of your system
    1616installed compiler, add
    1717<filename class="directory">/opt/gcc-&gcc2-version;/bin</filename> to the front of your <envar>PATH</envar> or (preferably) set the <envar>CC</envar>
  • general/prog/jdk/j2sdk-desc.xml

    raa6dadf8 r1af021dc  
    4646<para><command>java</command> launches a <application>Java</application>
    4747application by starting a <application>Java</application> runtime
    48 environment, loading a specified class and invoking that class's main
     48environment, loading a specified class and invoking it's main
    4949method.</para></sect3>
    5050
  • general/prog/jdk/j2sdk-intro.xml

    raa6dadf8 r1af021dc  
    2323<para>Even if you plan on compiling the <acronym>JDK</acronym> source, you will
    2424need to download the binary version to bootstrap the <acronym>JDK</acronym>
    25 build. Follow the below link to download both source and binary packages. When
     25build. Follow the link below to download both source and binary packages. When
    2626downloading the source also download the <application>Mozilla</application>
    2727headers package available at the same location.</para>
  • general/prog/perl/perl-modules-inst.xml

    raa6dadf8 r1af021dc  
    99make install</command></userinput></screen>
    1010
    11 <para>Below are modules that require some modifications to standard
    12 instructions or certain parameters in order to install
     11<para>The module listed below requires a modification in order to install
    1312successfully.</para>
    1413
     
    2827The command automatically downloads the source from the <acronym>CPAN</acronym>
    2928archive, extracts it, runs the commands mentioned above, and removes
    30 the build tree. Though note that it is not very <acronym>LFS</acronym>-like
    31 thing to do and as such is not supported.</para>
     29the build tree.</para>
    3230
    3331<para>Start the perl shell with the commands:</para>
  • general/prog/perl/perl-modules-intro.xml

    raa6dadf8 r1af021dc  
    44<para>The <application>Perl</application> module packages add useful objects
    55to the <application>Perl</application> language.  Modules utilized by packages
    6 throughout <acronym>BLFS</acronym> are listed here along with their
     6throughout <acronym>BLFS</acronym> are listed here, along with their
    77dependencies.</para>
    88
  • general/prog/prog.xml

    raa6dadf8 r1af021dc  
    33<title>Programming</title>
    44
    5 <para>An <acronym>LFS</acronym> is a development system, but only for
     5<para>A base <acronym>LFS</acronym> system can be used as a development
     6platform, however the base system only includes language support for
    67<application>C</application>, <application>C++</application> and
    7 <application>Perl</application>. This chapter expands the languages
    8 available.</para>
     8<application>Perl</application>. This chapter provides instructions to
     9build many popular programming environments to greatly expand you
     10system's development capabilities.</para>
    911
    1012&Python;
  • general/prog/python/python-intro.xml

    raa6dadf8 r1af021dc  
    55<application>Python</application> development environment.
    66This is useful for object-oriented programming, writing scripts,
    7 prototyping large programs or developing them entirely.</para>
     7prototyping large programs or developing entire applications.</para>
    88
    99<sect3><title>Package information</title>
Note: See TracChangeset for help on using the changeset viewer.