aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-12 09:25:17 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-24 14:49:25 +0200
commit6fe81824ca8deced0cb01e73b009ecaa7eb55db0 (patch)
tree7720ae8551f3193a204ca36cc6e0f9da173f8b79 /man2
parentf4008050456c9adab04a08f4434327cd297d5bd0 (diff)
downloadman-pages-6fe81824ca8deced0cb01e73b009ecaa7eb55db0.tar.gz
query_module.2: Note that ENOSYS probably indicates kernel 2.6+
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/query_module.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/query_module.2 b/man2/query_module.2
index 3799a3d587..98963c1350 100644
--- a/man2/query_module.2
+++ b/man2/query_module.2
@@ -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.