diff options
Diffstat (limited to 'man2/query_module.2')
| -rw-r--r-- | man2/query_module.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man2/query_module.2 b/man2/query_module.2 index 0f6da5aca6..3799a3d587 100644 --- a/man2/query_module.2 +++ b/man2/query_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" 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 query_module \- query the kernel for various bits pertaining to modules .SH SYNOPSIS @@ -16,6 +16,9 @@ query_module \- query the kernel for various bits pertaining to modules .BI " size_t " bufsize ", size_t *" ret ); .fi .SH DESCRIPTION +.BR Note : +This system call is present only in kernels before Linux 2.6. + .BR query_module () requests information from the kernel about loadable modules. The returned information is placed in the buffer pointed to by |
