Bug 40527

Summary: [PATCH] Incorrect procedure documented for creating modem device in handbook (PPP chapter)
Product: Documentation Reporter: april <april>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description april 2002-07-13 15:50:01 UTC
	The User PPP section of the handbook (doc/en_US.ISO8859-1/books/handbook/userppp.html)
gives incorrect instructions for creating the serial (modem) device. From the handbook:
-- [snip] --
Now make the serial device with

    # sh MAKEDEV cuaa

which will create the serial devices for your system. If your modem is on sio1 or COM2 if you are
in dos, then your modem device would be /dev/cuaa1. 
-- [snip] --

Fix: While the rest of the document uses /dev/cuaa1 as the example device, I believe
this MAKEDEV example should show creation of all of the serial devices (analogous to what
a 'sh MAKEDEV all' would create).
How-To-Repeat: 	Following the above instructions:

december:/dev# rm -r cuaa*
december:/dev# sh MAKEDEV cuaa
december:/dev# ls -l cuaa*
crw-rw----  1 uucp  dialer   28, 138 Jul 14 00:02 cuaaa
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-15 03:39:08 UTC
State Changed
From-To: open->closed

Fixed.  Thanks :) 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-15 03:39:08 UTC
Responsible Changed
From-To: freebsd-doc->keramida