From 89dea7c61d0b964eb64003769ac255ffc3618baa Mon Sep 17 00:00:00 2001 From: wosch Date: Mon, 23 Sep 1996 22:24:39 +0000 Subject: add missing comma(s) in .Xr macros --- lib/libc/stdlib/abs.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdlib') 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 -- cgit v1.1