diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-04-09 00:33:58 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-04-09 00:33:58 +0000 |
commit | caa699491488660cc9525f719a50d577aa288600 (patch) | |
tree | 51aa35f45822bdfb1d59f95710edb37889ea9cd7 /en_US.ISO8859-1/books/ppp-primer | |
parent | cb3edc96919b078a23cc8e4d500058cd467a7703 (diff) | |
download | doc-caa699491488660cc9525f719a50d577aa288600.tar.gz doc-caa699491488660cc9525f719a50d577aa288600.zip |
DocBook police: open and close tags for <programlisting> should cuddle
up to the contents within.
Approved by: nik
Notes
Notes:
svn path=/head/; revision=9149
Diffstat (limited to 'en_US.ISO8859-1/books/ppp-primer')
-rw-r--r-- | en_US.ISO8859-1/books/ppp-primer/book.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/ppp-primer/book.sgml b/en_US.ISO8859-1/books/ppp-primer/book.sgml index 76f9fb19c1..1d434d8483 100644 --- a/en_US.ISO8859-1/books/ppp-primer/book.sgml +++ b/en_US.ISO8859-1/books/ppp-primer/book.sgml @@ -18,7 +18,7 @@ </author> </authorgroup> -<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/ppp-primer/book.sgml,v 1.6 2001/01/17 07:22:10 brian Exp $</pubdate> +<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/ppp-primer/book.sgml,v 1.7 2001/04/05 01:44:24 dd Exp $</pubdate> <abstract><para>This is a step-by-step guide for configuring FreeBSD systems to act as a dial-up router/gateway in a Local Area Environment. All entries may @@ -786,8 +786,7 @@ dial-out Internet gateway for our example LAN: <emphasis>must</emphasis> be indented!</para> </note> -<programlisting> -################################################################ +<programlisting>################################################################ # PPP Configuration File ('/etc/ppp/ppp.conf') # # Default settings; These are always executed always when PPP @@ -836,8 +835,7 @@ demand: set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 127.2.2.2 ################################################################ -# End of /etc/ppp/ppp.conf -</programlisting> +# End of /etc/ppp/ppp.conf</programlisting> This file, taken verbatim from a working system, has three relevant configuration sections:</para> |