Bug 15337

Summary: [patch] Minor doc fixup for abs(3) manpage
Product: Documentation Reporter: bmah <bmah>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description bmah 1999-12-07 17:30:01 UTC
abs(3) manpage should have a cross-reference for fabs(3).

Fix: 

Add this line to the "SEE ALSO" section of src/lib/libc/stdlib/abs.3:

.Xr fabs 3 ,
How-To-Repeat: 
% man abs

Note lack of cross-reference to a floating-point absolute-value
function.  Scratch head in puzzlement.  Use whatis(1) to find it.
Comment 1 chris freebsd_committer freebsd_triage 1999-12-07 23:15:18 UTC
State Changed
From-To: open->closed

Applied to -CURRENT and -STABLE.