summaryrefslogtreecommitdiffstats
path: root/man3/matherr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/matherr.3')
-rw-r--r--man3/matherr.37
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/matherr.3 b/man3/matherr.3
index 056cd64a2..a2f0c3150 100644
--- a/man3/matherr.3
+++ b/man3/matherr.3
@@ -197,7 +197,8 @@ then the system prints an error message on standard error.
The table uses the following notations and abbreviations:
.PP
.RS
-.nf
+.TS
+l l.
x first argument to function
y second argument to function
fin finite value for argument
@@ -207,7 +208,7 @@ o/f result overflowed
u/f result underflowed
|x| absolute value of x
X_TLOSS is a constant defined in \fI<math.h>\fP
-.fi
+.TE
.RE
.\" Details below from glibc 2.8's sysdeps/ieee754/k_standard.c
.\" A subset of cases were test by experimental programs.
@@ -440,7 +441,7 @@ main(int argc, char *argv[])
.BR math_error (7),
.BR standards (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,