[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211030213131.140429-7-alx.manpages@gmail.com>
Date: Sat, 30 Oct 2021 23:31:16 +0200
From: Alejandro Colomar <alx.manpages@...il.com>
To: mtk.manpages@...il.com, linux-man@...r.kernel.org
Cc: git@...r.kernel.org, Alejandro Colomar <alx.manpages@...il.com>,
linux-kernel@...r.kernel.org, libc-alpha@...rceware.org
Subject: [PATCH 06/22] query_module.2: SYNOPSIS: Mark as [[deprecated]]
This syscall was removed in Linux 2.6.
Signed-off-by: Alejandro Colomar <alx.manpages@...il.com>
---
man2/query_module.2 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/man2/query_module.2 b/man2/query_module.2
index ef8d803ee..4e657189c 100644
--- a/man2/query_module.2
+++ b/man2/query_module.2
@@ -14,8 +14,9 @@ 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 :
--
2.33.1
Powered by blists - more mailing lists