Bug 13212

Summary: There is a descriptive mistake in ip.4 manual.
Product: Documentation Reporter: yt-kage <yt-kage>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description yt-kage 1999-08-18 02:40:01 UTC
At line 147 in the ip.4 manual, the description about the 
IP_PORTRANGE_DEFAULT doesn't match the actual source code 
(i.e. /usr/include/netinet/in.h file). In the ip.4 manual,
the IP_PORTRANGE_DEFAULT uses the default range of values,
IPPORT_RESERVED through IPPORT_RESERVED, while the actual
source code specifies that the IP_PORT_RANGE_DEFAULT uses
the values which range from IPPORT_RESERVED to 
'IPPORT_USERRESERVED'.

Fix: 

At line 147, we should change the description like this:
.Dv IPPORT_USERRESERVED .
Comment 1 mpp freebsd_committer freebsd_triage 1999-08-18 22:06:30 UTC
State Changed
From-To: open->closed

Already fixed in rev 1.11 of ip.4 in May 1999.