create_module.2, delete_module.2, init_module.2, query_module.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-10 07:38:04 +02:00
parent fa5d243fac
commit 0b13a3d631
4 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ is Linux-specific.
.SH NOTES
The
.BR create_module ()
system call is not suported by glibc.
system call is not supported by glibc.
No declaration is provided in glibc headers, but,
through a quirk of history, glibc does export an ABI for this system call.
Therefore, in order to employ this system call,

View File

@ -175,7 +175,7 @@ is Linux-specific.
.SH NOTES
The
.BR delete_module ()
system call is not suported by glibc.
system call is not supported by glibc.
No declaration is provided in glibc headers, but,
through a quirk of history, glibc does export an ABI for this system call.
Therefore, in order to employ this system call,

View File

@ -264,7 +264,7 @@ are Linux-specific.
.SH NOTES
The
.BR init_module ()
system call is not suported by glibc.
system call is not supported by glibc.
No declaration is provided in glibc headers, but,
through a quirk of history, glibc does export an ABI for this system call.
Therefore, in order to employ this system call,

View File

@ -183,7 +183,7 @@ and the files under the directory
The
.BR query_module ()
system call is not suported by glibc.
system call is not supported by glibc.
No declaration is provided in glibc headers, but,
through a quirk of history, glibc does export an ABI for this system call.
Therefore, in order to employ this system call,