diff options
| author | zuntum <zuntum@NetBSD.org> | 2002-04-28 11:52:43 +0000 |
|---|---|---|
| committer | zuntum <zuntum@NetBSD.org> | 2002-04-28 11:52:43 +0000 |
| commit | 0f1273fc58df83ecacbc2d5e70dbe1ab79d9d9b8 (patch) | |
| tree | 0f9477540d572644b8c1b03ae37903e5f1a889a3 /lib/libc/stdlib/abs.3 | |
| parent | ccc0ee640f180971b6ea8ae0d894ba1f6763e654 (diff) | |
Xref fabs(3)
OK'd by Jaromir Dolecek
Diffstat (limited to 'lib/libc/stdlib/abs.3')
| -rw-r--r-- | lib/libc/stdlib/abs.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index a00b4338e1c..8cf9a358160 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: abs.3,v 1.9 2002/02/07 07:00:27 ross Exp $ +.\" $NetBSD: abs.3,v 1.10 2002/04/28 11:52:43 zuntum Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,6 +64,7 @@ returns the absolute value. .Sh SEE ALSO .Xr cabs 3 , +.Xr fabs 3 , .Xr floor 3 , .Xr hypot 3 , .Xr labs 3 , |
