Bug 161810

Summary: Printing mistake in FreeBSD 8.2 Handbook
Product: Documentation Reporter: Liton Das <litondas>
Component: Books & ArticlesAssignee: Manolis Kiagias <manolis>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Liton Das 2011-10-19 17:30:10 UTC
I have found a printing mistake in the FreeBSD 8.2 handbook,(32.2.5.1 Manual Configuration),where the last two lines seems missing octates in IP address.
Please upgrade the document if possible.


% netstat -nr
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif  Expire
default            10.0.0.1           UGS         0    49378    xl0
127.0.0.1          127.0.0.1          UH          0        6    lo0
10.0.0/24          link#1             UC          0        0    xl0
192.168.1/24       link#2             UC          0        0    xl1

Fix: 

10.0.0.0/24          link#1             UC          0        0    xl0
192.168.1.0/24       link#2             UC          0        0    xl1
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-10-19 19:04:48 UTC
manolis     2011-10-19 18:04:34 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/advanced-networking 
                                                       chapter.sgml 
  Log:
  Fix two IP addresses in an netstat example.
  
  Submitted by:   Liton Das <litondas at gmail dot com>
  PR:             docs/161810
  
  Revision  Changes    Path
  1.441     +2 -2      doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Manolis Kiagias freebsd_committer freebsd_triage 2011-10-19 19:05:25 UTC
State Changed
From-To: open->closed

Fixed, thanks! 


Comment 3 Manolis Kiagias freebsd_committer freebsd_triage 2011-10-19 19:05:25 UTC
Responsible Changed
From-To: freebsd-doc->manolis

Track