summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:34:53 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:18:45 +0200
commitd49a038d0e86847105c5945f5247d65eca5eddd4 (patch)
tree5bfc532cecac54c6e18c64641f801c3bfd179084
parentc7e4ef09c8f67778c8bd09991021ca3143b48e5e (diff)
get_kernel_syms.2: SYNOPSIS: Mark as [[deprecated]]
This syscall was removed in Linux 2.6. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/get_kernel_syms.25
1 files changed, 1 insertions, 4 deletions
diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2
index 38a3660ae..f4797aa27 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 <linux/module.h>
.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.