From 6fe81824ca8deced0cb01e73b009ecaa7eb55db0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Oct 2012 09:25:17 +0200 Subject: [PATCH] query_module.2: Note that ENOSYS probably indicates kernel 2.6+ Signed-off-by: Michael Kerrisk --- man2/query_module.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/query_module.2 b/man2/query_module.2 index 3799a3d58..98963c135 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.