Bug 66091

Summary: ppp(8) docs out-of-date for -CURRENT
Product: Documentation Reporter: Jens Schweikhardt <schweikh>
Component: Books & ArticlesAssignee: jcamou
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jens Schweikhardt freebsd_committer freebsd_triage 2004-04-29 19:20:14 UTC
From ppp(8):

[...]
GETTING STARTED
     When you first run ppp you may need to deal with some initial configura-
     tion details.

     o   Your kernel must include a tunnel device (the GENERIC kernel includes
         one by default).  If it doesn't, or if you require more than one tun
         interface, you'll need to rebuild your kernel with the following line
         in your kernel configuration file:

               pseudo-device tun N

         where N is the maximum number of PPP connections you wish to support.

     o   Check your /dev directory for the tunnel device entries /dev/tunN,
         where `N' represents the number of the tun device, starting at zero.
         If they don't exist, you can create them by running "sh ./MAKEDEV
         tunN".  This will create tun devices 0 through N.


pseudo devices are long gone, and I believe the number of instances as well.
MAKEDEV is also not needed when devfs is used, AFAICT.

Fix: 

Have a ppp guru read over the man page.
How-To-Repeat: 	man ppp
Comment 1 jcamou freebsd_committer freebsd_triage 2005-05-18 02:23:06 UTC
Responsible Changed
From-To: freebsd-doc->jcamou

I'll take a look at this, at this point some of the issues 
in this pr should have been updated and fixed.
Comment 2 jcamou freebsd_committer freebsd_triage 2005-05-18 07:59:56 UTC
State Changed
From-To: open->closed

This issues have been already resolved as time passed by.