diff options
author | ru <ru@FreeBSD.org> | 2005-01-14 09:12:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-14 09:12:05 +0000 |
commit | 8ef204853467d3eda8ad02633a433e05077e12df (patch) | |
tree | 97c55e214b81641c4f71cfde0d9c9f419edfbd53 /lib/msun/man/fmax.3 | |
parent | 4db2b8d392653d006688b34d58bdb4ff6bc93523 (diff) | |
download | FreeBSD-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.3 | 7 |
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. |