From: Alejandro Colomar Date: Mon, 25 Oct 2021 19:34:53 +0000 (+0200) Subject: get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]] X-Git-Tag: man-pages-6.00~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49a038d0e86847105c5945f5247d65eca5eddd4;p=thirdparty%2Fman-pages.git get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]] This syscall was removed in Linux 2.6. Signed-off-by: Alejandro Colomar --- diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index 38a3660ae8..f4797aa278 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -12,11 +12,8 @@ get_kernel_syms \- retrieve exported kernel and module symbols .nf .B #include .PP -.BI "int get_kernel_syms(struct kernel_sym *" table ); +.BI "[[deprecated]] int get_kernel_syms(struct kernel_sym *" table ); .fi -.PP -.IR Note : -No declaration of this system call is provided in glibc headers; see NOTES. .SH DESCRIPTION .BR Note : This system call is present only in kernels before Linux 2.6.