summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/abs.3
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
commite0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585 (patch)
treec1d9699eaa2f8d24b20889d9f06566a42766622a /lib/libc/stdlib/abs.3
parent1f05a9e73aceed609dc811f4d9dae1d4edb5da06 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/abs.3')
-rw-r--r--lib/libc/stdlib/abs.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index e12f7987c16d..fca649085898 100644
--- a/lib/libc/stdlib/abs.3
+++ b/lib/libc/stdlib/abs.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)abs.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ABS 3
@@ -60,9 +61,9 @@ returns
the absolute value.
.Sh SEE ALSO
.Xr floor 3 ,
-.Xr labs 3
-.Xr cabs 3
-.Xr hypot 3
+.Xr labs 3 ,
+.Xr cabs 3 ,
+.Xr hypot 3 ,
.Xr math 3
.Sh STANDARDS
The