Bug 22374

Summary: typo in getcap(3)
Product: Documentation Reporter: Andrew Stevenson <andrew>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Stevenson 2000-10-28 15:10:01 UTC
The c in cgetent is capatalised on the first line of the description in
getcap(3). If cgetent was a regular word this would be correct but as it is
a (case sensitive) function name it should always appear lower case.
Comment 1 mpp freebsd_committer freebsd_triage 2000-10-28 19:37:43 UTC
State Changed
From-To: open->closed

Problem fixed in a slightly different manner than the supplied patch. 
I also cleaned up a few other similar style problems within the man 
page.  Thanks.