From c84d69217b2eca09c82cce55e67c436a2dd2929e Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 30 Oct 2021 15:09:16 +0200 Subject: matherr.3: SYNOPSIS: Mark as [[deprecated]] This is no longer supported by glibc. Signed-off-by: Alejandro Colomar --- man3/matherr.3 | 4 ++-- 1 file 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 .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 : -- cgit v1.2.3