summaryrefslogtreecommitdiffstats
path: root/man3/MAX.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/MAX.3')
-rw-r--r--man3/MAX.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/MAX.3 b/man3/MAX.3
index 9e74ad614..f440e60f6 100644
--- a/man3/MAX.3
+++ b/man3/MAX.3
@@ -31,9 +31,9 @@ GNU, BSD.
.SH NOTES
If either of the arguments is of a floating-point type,
you might prefer to use
-.BR fmax (3)
+.MR fmax 3
or
-.BR fmin (3),
+.MR fmin 3 ,
which can handle NaN.
.P
The arguments may be evaluated more than once, or not at all.
@@ -71,5 +71,5 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR fmax (3),
-.BR fmin (3)
+.MR fmax 3 ,
+.MR fmin 3