query_module.2: Note that this system call is present only in kernels before 2.6

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-09 16:28:29 +02:00
parent 8f4d1a1c3c
commit fdeca96e95
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk .\" reformatting and rewordings by mtk
.\" .\"
.TH QUERY_MODULE 2 2007-06-03 "Linux" "Linux Programmer's Manual" .TH QUERY_MODULE 2 2012-10-09 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
query_module \- query the kernel for various bits pertaining to modules query_module \- query the kernel for various bits pertaining to modules
.SH SYNOPSIS .SH SYNOPSIS
@ -16,6 +16,9 @@ query_module \- query the kernel for various bits pertaining to modules
.BI " size_t " bufsize ", size_t *" ret ); .BI " size_t " bufsize ", size_t *" ret );
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
.BR Note :
This system call is present only in kernels before Linux 2.6.
.BR query_module () .BR query_module ()
requests information from the kernel about loadable modules. requests information from the kernel about loadable modules.
The returned information is placed in the buffer pointed to by The returned information is placed in the buffer pointed to by