summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:35:32 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:27:54 +0200
commit0c53b6b098a0084f7662a944ce4498237784c90f (patch)
tree39fe0cb56f1e2d72edbc6fbcff0c228dc9a6ade8
parenteb4a93b145fee2a9159adaaa0a05ce61ca748f8b (diff)
query_module.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/query_module.28
1 files changed, 3 insertions, 5 deletions
diff --git a/man2/query_module.2 b/man2/query_module.2
index c572ea8d8..d053bb87a 100644
--- a/man2/query_module.2
+++ b/man2/query_module.2
@@ -12,12 +12,10 @@ query_module \- query the kernel for various bits pertaining to modules
.nf
.B #include <linux/module.h>
.PP
-.BI "int query_module(const char *" name ", int " which ", void *" buf ,
-.BI " size_t " bufsize ", size_t *" ret );
+.BI "[[deprecated]] int query_module(const char *" name ", int " which \
+", void *" buf ,
+.BI " size_t " bufsize ", size_t *" ret );
.fi
-.PP
-.IR Note :
-No declaration of this system call is provided in glibc headers; see NOTES.
.SH DESCRIPTION
.IR Note :
This system call is present only in kernels before Linux 2.6.