From: Alejandro Colomar Date: Fri, 29 Oct 2021 00:33:27 +0000 (+0200) Subject: sgetmask.2: SYNOPSIS: Mark as [[deprecated]] X-Git-Tag: man-pages-6.00~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d48d43bf6b8537dbb0848c99f7b50a9c52f8d37;p=thirdparty%2Fman-pages.git sgetmask.2: SYNOPSIS: Mark as [[deprecated]] Use sigprocmask(2) instead. Signed-off-by: Alejandro Colomar --- diff --git a/man2/sgetmask.2 b/man2/sgetmask.2 index d6d0bba2b1..5000e9d405 100644 --- a/man2/sgetmask.2 +++ b/man2/sgetmask.2 @@ -13,14 +13,9 @@ Standard C library .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .PP -.B "long syscall(SYS_sgetmask, void);" -.BI "long syscall(SYS_ssetmask, long " newmask ); +.B [[deprecated]] long syscall(SYS_sgetmask, void); +.BI "[[deprecated]] long syscall(SYS_ssetmask, long " newmask ); .fi -.PP -.IR Note : -glibc provides no wrappers for these functions, -necessitating the use of -.BR syscall (2). .SH DESCRIPTION These system calls are obsolete. .IR "Do not use them" ;