glfs/connect/connect.xml
Randy McMurchy b1d305edb2 Typo fixes and minor rewording to package and introductory text in Section IV
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4807 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-07-27 21:24:52 +00:00

25 lines
946 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<part id="connect" xreflabel="Connecting to a Network">
<?dbhtml filename="connect.html" dir="connect"?>
<title>Connecting to a Network</title>
<partintro>
<para>The LFS book covers setting up networking by connecting to a LAN
with a static IP address. There are other methods used to connect to
a LAN and other networks (such as the Internet). The most popular methods
are covered in this chapter.</para>
</partintro>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dialup/dialup.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dhcp/dhcp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other/other.xml"/>
</part>