Bug 101001

Summary: out of date documentation in the handbook on Chapter 14.10.3.1
Product: Documentation Reporter: Adam <ablake>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam 2006-07-28 21:40:11 UTC
The webiste currently lists the current command as an example:

ifconfig gif0 A.B.C.D W.X.Y.Z
ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 0xffffffff

this is no longer correct

The following is the correct example

ifconfig gif0 tunnel A.B.C.D W.X.Y.Z
ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 0xffffffff

In addition,

this example for /etc/rc.conf is listed
gifconfig_gif0="A.B.C.D W.X.Y.Z"

the gifconfig command no longer exists
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-10-13 09:56:20 UTC
remko       2006-10-13 08:56:13 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/security chapter.sgml 
  Log:
  Correct the example for the gif devices in the security chapter.
  
  PR:             docs/101001
  Reported by:    Adam <ablake at mac dot com>
  
  Revision  Changes    Path
  1.300     +1 -1      doc/en_US.ISO8859-1/books/handbook/security/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 Remko Lodder freebsd_committer freebsd_triage 2006-10-13 09:56:44 UTC
State Changed
From-To: open->closed

I had corrected the entry in the handbook. 
Thanks for taking the time to report this! you will find 
the change within a couple of hours on the online website.