create_module.2, delete_module.2, query_module.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-22 07:36:34 +01:00
parent 50f6c77429
commit 90493c8cf0
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ create_module \- create a loadable module entry
.fi
.IR Note :
No declaration of this function is provided in glibc headers; see NOTES.
No declaration of this system call is provided in glibc headers; see NOTES.
.SH DESCRIPTION
.IR Note :
This system call is present only in kernels before Linux 2.6.

View File

@ -31,7 +31,7 @@ delete_module \- unload a kernel module
.fi
.IR Note :
No declaration of this function is provided in glibc headers; see NOTES.
No declaration of this system call is provided in glibc headers; see NOTES.
.SH DESCRIPTION
The
.BR delete_module ()

View File

@ -19,7 +19,7 @@ query_module \- query the kernel for various bits pertaining to modules
.fi
.IR Note :
No declaration of this function is provided in glibc headers; see NOTES.
No declaration of this system call is provided in glibc headers; see NOTES.
.SH DESCRIPTION
.IR Note :
This system call is present only in kernels before Linux 2.6.