aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChern Lee <chern@FreeBSD.org>2001-08-22 21:36:25 +0000
committerChern Lee <chern@FreeBSD.org>2001-08-22 21:36:25 +0000
commitec971dcb650828bcf03ee77a7f423880ea23514d (patch)
tree20489b8c1f223421dabfc5182c7122456d858ce2
parent9228cffe4fed12a388ba8f745a449529738aa29b (diff)
downloaddoc-ec971dcb650828bcf03ee77a7f423880ea23514d.tar.gz
doc-ec971dcb650828bcf03ee77a7f423880ea23514d.zip
Place a host -> gateway list into an informaltable.
Notes
Notes: svn path=/head/; revision=10438
-rw-r--r--en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml28
1 files changed, 22 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index 2514c50eb2..52c39114fe 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.92 2001/08/20 18:48:45 chern Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.93 2001/08/20 22:13:36 chern Exp $
-->
<chapter id="advanced-networking">
@@ -320,11 +320,27 @@ host2.foobar.com link#1 UC 0 0
space was <hostid role="ipaddr">10.20.30</hostid> and your ISP was
using <hostid role="ipaddr">10.9.9</hostid> then the default routes
would be:</para>
-
- <literallayout>
-Local2 (10.20.30.2) --&gt; Local1 (10.20.30.1)
-Local1 (10.20.30.1, 10.9.9.30) --&gt; T1-GW (10.9.9.1)
- </literallayout>
+
+ <informaltable frame="none">
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Host</entry>
+ <entry>Default Route</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Local2 (10.20.3.2)</entry>
+ <entry>Local1 (10.20.30.1)</entry>
+ </row>
+ <row>
+ <entry>Local1 (10.20.30.1, 10.9.9.30)</entry>
+ <entry>T1-GW (10.9.9.1)</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</sect2>
<sect2>