summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/matherr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/matherr.3 b/man3/matherr.3
index 91b3ae922..e5b8f645a 100644
--- a/man3/matherr.3
+++ b/man3/matherr.3
@@ -13,9 +13,9 @@ Math library
.nf
.B #include <math.h>
.PP
-.BI "int matherr(struct exception *" exc );
+.BI "[[deprecated]] int matherr(struct exception *" exc );
.PP
-.B extern _LIB_VERSION_TYPE _LIB_VERSION;
+.B [[deprecated]] extern _LIB_VERSION_TYPE _LIB_VERSION;
.fi
.SH DESCRIPTION
.IR Note :