Bug 568

Summary: getservent manual page contains small error
Product: Documentation Reporter: Michael Smith <miff>
Component: Books & ArticlesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Smith 1995-06-27 07:20:01 UTC
	The prototype for getservbyport in the manual page's second
argument is missing a type; should be char *

Fix: 

Correct the manpage source.
How-To-Repeat: 
	man getservent
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1995-07-09 09:20:51 UTC
State Changed
From-To: open->closed

Prototypes of getservby{name,port}() fixed to use "const char *".