summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
committerwosch <wosch@FreeBSD.org>1996-09-23 22:24:39 +0000
commit89dea7c61d0b964eb64003769ac255ffc3618baa (patch)
treec1d9699eaa2f8d24b20889d9f06566a42766622a /lib/libc/stdlib
parent8362cc2d1da946f4340bd9feeb325c059eaf599b (diff)
downloadFreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.zip
FreeBSD-src-89dea7c61d0b964eb64003769ac255ffc3618baa.tar.gz
add missing comma(s) in .Xr macros
Diffstat (limited to 'lib/libc/stdlib')
-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 e12f798..fca6490 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
OpenPOWER on IntegriCloud