summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isgreater.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
committerru <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
commit34b4fc2567fd5365fc590e4b09f07da8b72eed69 (patch)
treef495bf3128d9be6ce3ff5718a8f276d66156a67a /lib/libc/gen/isgreater.3
parentcef963af61272fab6f985eaee2f819cecf52fcce (diff)
downloadFreeBSD-src-34b4fc2567fd5365fc590e4b09f07da8b72eed69.zip
FreeBSD-src-34b4fc2567fd5365fc590e4b09f07da8b72eed69.tar.gz
Assorted mdoc(7) fixes.
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 6191047..b1cec72 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 .
OpenPOWER on IntegriCloud