aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/man/fabs.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-01 18:20:57 +0000
commit862b46f607ea4641313eff08f6df8fd1d930394c (patch)
treec5510a76f4aded01fda316306d5ed0fe393cbed6 /lib/msun/man/fabs.3
parentc9a246418db48f9a73d8984e79ea514800a8073a (diff)
Notes
Diffstat (limited to 'lib/msun/man/fabs.3')
-rw-r--r--lib/msun/man/fabs.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3
index 4b8cb08ae526b..9d93484777199 100644
--- a/lib/msun/man/fabs.3
+++ b/lib/msun/man/fabs.3
@@ -54,18 +54,16 @@
.Sh DESCRIPTION
The
.Fn fabs ,
-the
.Fn fabsf
-and the
+and
.Fn fabsl
functions compute the absolute value of a floating-point number
.Fa x .
.Sh RETURN VALUES
The
.Fn fabs ,
-the
.Fn fabsf
-and the
+and
.Fn fabsl
functions return the absolute value of
.Fa x .
@@ -83,7 +81,7 @@ function conforms to
.St -isoC .
The
.Fn fabsf
-and the
+and
.Fn fabsl
functions conform to
.St -isoC-99 .