From 0c53b6b098a0084f7662a944ce4498237784c90f Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:35:32 +0200 Subject: query_module.2: SYNOPSIS: Mark as [[deprecated]] This syscall was removed in Linux 2.6. Signed-off-by: Alejandro Colomar --- man2/query_module.2 | 8 +++----- 1 file 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 .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. -- cgit v1.2.3