query_module.2: Note that ENOSYS probably indicates kernel 2.6+

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-12 09:25:17 +02:00
parent f400805045
commit 6fe81824ca
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ is set to the minimum size needed.
.TP
.B ENOSYS
.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).
.SH "CONFORMING TO"
.BR query_module ()
is Linux-specific.