aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/isgreater.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
commit0e35e492fcbda3368c44c083ea1a21edbe11d997 (patch)
treef495bf3128d9be6ce3ff5718a8f276d66156a67a /lib/libc/gen/isgreater.3
parentd8f9e010d2b854e69c4cf128e850f55c7704731e (diff)
downloadsrc-0e35e492fcbda3368c44c083ea1a21edbe11d997.tar.gz
src-0e35e492fcbda3368c44c083ea1a21edbe11d997.zip
Assorted mdoc(7) fixes.
Notes
Notes: svn path=/head/; revision=115631
Diffstat (limited to 'lib/libc/gen/isgreater.3')
-rw-r--r--lib/libc/gen/isgreater.320
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3
index 61910474eb2e..b1cec72d7a6b 100644
--- a/lib/libc/gen/isgreater.3
+++ b/lib/libc/gen/isgreater.3
@@ -56,29 +56,29 @@ Each of the macros
and
.Fn islessgreater
take arguments
-.Va x
+.Fa x
and
-.Va y
+.Fa y
and return a non-zero value if and only if its nominal
relation on
-.Va x
+.Fa x
and
-.Va y
+.Fa y
is true.
These macros always return zero if either
-argument is a not a number (NaN), but unlike the corresponding C
+argument is not a number (NaN), but unlike the corresponding C
operators, they never raise a floating point exception.
.Pp
The
.Fn isunordered
macro takes arguments
-.Va x
+.Fa x
and
-.Va y
+.Fa y
and returns non-zero if and only if neither
-.Va x
+.Fa x
nor
-.Va y
+.Fa y
are NaNs.
For any pair of floating-point values, one
of the relationships (less, greater, equal, unordered) holds.
@@ -93,7 +93,7 @@ The
.Fn isless ,
.Fn islessequal ,
.Fn islessgreater ,
-and
+and
.Fn isunordered
macros conform to
.St -isoC-99 .