diff options
author | chris <chris@FreeBSD.org> | 1999-12-07 23:09:58 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-12-07 23:09:58 +0000 |
commit | ed204f848e70fe5cec8c585988ab30e54d850b3b (patch) | |
tree | 444197faf629321e408def2a1585452a88b89986 /lib/libc/stdlib | |
parent | 1f5f1ce072ff94bd81f7c6df33b7055f8304b035 (diff) | |
download | FreeBSD-src-ed204f848e70fe5cec8c585988ab30e54d850b3b.zip FreeBSD-src-ed204f848e70fe5cec8c585988ab30e54d850b3b.tar.gz |
Add a cross-reference to fabs(3) man page.
PR: docs/15337
Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/abs.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3 index 7c2db0d..85a89ff 100644 --- a/lib/libc/stdlib/abs.3 +++ b/lib/libc/stdlib/abs.3 @@ -61,6 +61,7 @@ returns the absolute value. .Sh SEE ALSO .Xr cabs 3 , +.Xr fabs 3 , .Xr floor 3 , .Xr hypot 3 , .Xr labs 3 , |