diff options
author | wosch <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
commit | 89dea7c61d0b964eb64003769ac255ffc3618baa (patch) | |
tree | c1d9699eaa2f8d24b20889d9f06566a42766622a /lib/libc/stdlib | |
parent | 8362cc2d1da946f4340bd9feeb325c059eaf599b (diff) | |
download | FreeBSD-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.3 | 7 |
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 |