aboutsummaryrefslogtreecommitdiffstats
path: root/man2/query_module.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/query_module.2')
-rw-r--r--man2/query_module.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/query_module.2 b/man2/query_module.2
index c6ddd40ed6..6d6317f921 100644
--- a/man2/query_module.2
+++ b/man2/query_module.2
@@ -19,7 +19,7 @@ size_t " bufsize ,
.fi
.SH DESCRIPTION
.IR Note :
-This system call is present only in kernels before Linux 2.6.
+This system call is present only before Linux 2.6.
.PP
.BR query_module ()
requests information from the kernel about loadable modules.
@@ -161,9 +161,9 @@ is set to the minimum size needed.
.B ENOSYS
.BR query_module ()
is not supported in this version of the kernel
-(e.g., the kernel is version 2.6 or later).
+(e.g., Linux 2.6 or later).
.SH VERSIONS
-This system call is present on Linux only up until kernel 2.4;
+This system call is present only up until Linux 2.4;
it was removed in Linux 2.6.
.\" Removed in Linux 2.5.48
.SH STANDARDS