summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-30 15:09:16 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:11:03 +0200
commitc84d69217b2eca09c82cce55e67c436a2dd2929e (patch)
treeaf035458b8c89160b074e2d8bb1649dd1b6652c6
parent5f858d569e56238b6bff4c7f0705f427dcf50d8c (diff)
matherr.3: SYNOPSIS: Mark as [[deprecated]]
This is no longer supported by glibc. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-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 :