summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-10-04 18:06:34 +0000
committerjtc <jtc@NetBSD.org>1993-10-04 18:06:34 +0000
commit0108bea0bbc026baf1262a633aa75872bbab1592 (patch)
treefaaaa4b18aeb2c7186c19d2083d2d9fd02892a36 /lib/libc/stdlib
parent21f074709eb61f5ca062010dfbadb79c26f0af46 (diff)
SEE ALSO items not comma separated.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/abs.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index 913061cbde3..15bc2057c1e 100644
--- a/lib/libc/stdlib/abs.3
+++ b/lib/libc/stdlib/abs.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)abs.3 6.4 (Berkeley) 6/29/91
-.\" $Id: abs.3,v 1.2 1993/08/01 07:44:38 mycroft Exp $
+.\" $Id: abs.3,v 1.3 1993/10/04 18:06:34 jtc Exp $
.\"
.Dd June 29, 1991
.Dt ABS 3
@@ -61,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