diff options
Diffstat (limited to 'lib/msun/man/fabs.3')
-rw-r--r-- | lib/msun/man/fabs.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/msun/man/fabs.3 b/lib/msun/man/fabs.3 index 4b8cb08..9d93484 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 . |