summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.