summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/fmax.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-14 09:12:05 +0000
committerru <ru@FreeBSD.org>2005-01-14 09:12:05 +0000
commit8ef204853467d3eda8ad02633a433e05077e12df (patch)
tree97c55e214b81641c4f71cfde0d9c9f419edfbd53 /lib/msun/man/fmax.3
parent4db2b8d392653d006688b34d58bdb4ff6bc93523 (diff)
downloadFreeBSD-src-8ef204853467d3eda8ad02633a433e05077e12df.zip
FreeBSD-src-8ef204853467d3eda8ad02633a433e05077e12df.tar.gz
Tiny markup nits.
Diffstat (limited to 'lib/msun/man/fmax.3')
-rw-r--r--lib/msun/man/fmax.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/msun/man/fmax.3 b/lib/msun/man/fmax.3
index a5ed8e6..71cb7d9 100644
--- a/lib/msun/man/fmax.3
+++ b/lib/msun/man/fmax.3
@@ -43,13 +43,13 @@
.Fn fmax "double x" "double y"
.Ft float
.Fn fmaxf "float x" "float y"
-.Ft long double
+.Ft "long double"
.Fn fmaxl "long double x" "long double y"
.Ft double
.Fn fmin "double x" "double y"
.Ft float
.Fn fminf "float x" "float y"
-.Ft long double
+.Ft "long double"
.Fn fminl "long double x" "long double y"
.Sh DESCRIPTION
The
@@ -70,8 +70,9 @@ functions return the smaller of
.Fa x
and
.Fa y .
+They treat
.Li +0.0
-is treated as being larger than
+as being larger than
.Li -0.0 .
If one argument is an \*(Na, then the other argument is returned.
If both arguments are \*(Nas, then the result is an \*(Na.
OpenPOWER on IntegriCloud