diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-09-17 23:43:40 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-09-17 23:43:40 +0000 |
commit | 3c01391a8539a3efc50b6851ece1beaf949d2a4d (patch) | |
tree | 12ed0eb6d89968e932d323b677374a813bead5c5 /en_US.ISO8859-1/books/ppp-primer | |
parent | fca7c43b9403c986b79a916d6732e5a643fd3490 (diff) | |
download | doc-3c01391a8539a3efc50b6851ece1beaf949d2a4d.tar.gz doc-3c01391a8539a3efc50b6851ece1beaf949d2a4d.zip |
Remove the <bookbiblio> element. The front matter is now correctly
inserted in to the output.
Fix the author information. Translators should just copy the <author>
element and subelements in to their translation.
Turn chapter 1 into a preface, removing the subsection.
<literallayout> -> <programlisting>, so that diagrams are preserved.
This still needs a lot of cleaning up (volunteers, anyone?) but it'll do
for the moment until I can scrounge some free time (some time around
December, the way things are going at the moment).
Notes
Notes:
svn path=/head/; revision=5653
Diffstat (limited to 'en_US.ISO8859-1/books/ppp-primer')
-rw-r--r-- | en_US.ISO8859-1/books/ppp-primer/book.sgml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/en_US.ISO8859-1/books/ppp-primer/book.sgml b/en_US.ISO8859-1/books/ppp-primer/book.sgml index f824059981..e7c17f6767 100644 --- a/en_US.ISO8859-1/books/ppp-primer/book.sgml +++ b/en_US.ISO8859-1/books/ppp-primer/book.sgml @@ -2,12 +2,15 @@ <book> <bookinfo> -<bookbiblio> <title>PPP - Pedantic PPP Primer</title> <authorgroup> <author> -<surname>Maintainer: Steve Sims <emphasis remap=tt><ulink URL="mailto:SimsS@IBM.NET"><SimsS@IBM.NET></ulink></emphasis></surname> +<firstname>Steve</firstname> +<surname>Sims</surname> +<affiliation> +<address><email>SimsS@IBM.net</email></address> +</affiliation> </author> </authorgroup> @@ -17,10 +20,9 @@ a dial-up router/gateway in a Local Area Environment. All entries may be assumed to be relevant to FreeBSD 2.2+, unless otherwise noted.</para></abstract> -</bookbiblio> </bookinfo> -<chapter> +<preface> <title>Overview:</title> <para>The User-Mode PPP dialer in FreeBSD Version 2.2 (also known as: @@ -33,10 +35,6 @@ Service Provider. Systems on the LAN can use the FreeBSD system to forward information between the Internet by means of a single dial-connection.</para> - -<sect1> -<title>Purpose of this Guide.</title> - <para>This guide explains how to: <itemizedlist> @@ -61,8 +59,7 @@ to configure and install each individual component; each section stands alone and may be used to assist in the configuration of various aspects of FreeBSD internetworking.</para> -</sect1> -</chapter> +</preface> <chapter> <title>Building the Local Area Network</title> @@ -78,7 +75,7 @@ other Dial-Up service.</para> <para>This guide assumes a typical Local Area Network lashed together as follows: -<literallayout> +<programlisting> +---------+ ----> Dial-Up Internet Connection | FreeBSD | \ (i.e.: NetCom, AOL, AT&T, EarthLink, etc) @@ -95,7 +92,7 @@ etc) | Win95 | | WFW | | WinNT | | "Larry" | | "Moe" | | "Shemp" | | | | | | | -+---------+ +---------+ +---------+</literallayout> ++---------+ +---------+ +---------+</programlisting> </para> </sect1> |