| Summary: | 17.2.2 in manual has wrong IP in an example (I think) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Clive <clive> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Clive
2002-08-04 10:40:01 UTC
Actually, it's a typo in the ``Advanced Networking'' chapter of the Handbook, section 19.2.2.
Just below is the patch to correct it. Other translated versions are fine.
--- patch begins here ---
--- doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml Tue Sep 3 15:02:13 2002
+++ doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.new Tue Sep 3 16:29:52 2002
@@ -344,7 +344,7 @@
</thead>
<tbody>
<row>
- <entry>Local2 (10.20.3.2)</entry>
+ <entry>Local2 (10.20.30.2)</entry>
<entry>Local1 (10.20.30.1)</entry>
</row>
<row>
--- patch ends here ---
State Changed From-To: open->closed Fixed, thanks. The changes should appear on the web in a few hours. Responsible Changed From-To: freebsd-www->keramida |