query_module.2: Move some information in NOTES to VERSIONS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-24 14:31:48 +02:00
parent 9100326959
commit c470e180cf
1 changed files with 5 additions and 4 deletions

View File

@ -160,14 +160,15 @@ is set to the minimum size needed.
.BR query_module () .BR query_module ()
is not supported in this version of the kernel is not supported in this version of the kernel
(e.g., the kernel is version 2.6 or later). (e.g., the kernel is version 2.6 or later).
.SH VERSIONS
This system call is only present on Linux up until kernel 2.4;
it was removed in Linux 2.6.
.\" Removed in Linux 2.5.48
.SH "CONFORMING TO" .SH "CONFORMING TO"
.BR query_module () .BR query_module ()
is Linux-specific. is Linux-specific.
.SH NOTES .SH NOTES
This system call is only present on Linux up until kernel 2.4; Some of the information that was formerly available via
it was removed in Linux 2.6.
.\" Removed in Linux 2.5.48
Some of the information that was available via
.BR query_module () .BR query_module ()
can be obtained from can be obtained from
.IR /proc/modules , .IR /proc/modules ,