diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-29 04:37:56 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-29 04:37:56 +0000 |
commit | ceaeac24704b4e223b3f1499d7f46e1d02abb6da (patch) | |
tree | 75ad3d4867daaa0684c2b4f36465b58c0a83460b /man2 | |
parent | 7f3db3125d1e324c375b9350d98cd85cdbad76e9 (diff) |
spfix
Diffstat (limited to 'man2')
-rw-r--r-- | man2/create_module.2 | 2 | ||||
-rw-r--r-- | man2/get_kernel_syms.2 | 2 | ||||
-rw-r--r-- | man2/query_module.2 | 2 | ||||
-rw-r--r-- | man2/tee.2 | 2 | ||||
-rw-r--r-- | man2/vmsplice.2 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man2/create_module.2 b/man2/create_module.2 index e8c37410..a30331f2 100644 --- a/man2/create_module.2 +++ b/man2/create_module.2 @@ -52,7 +52,7 @@ is not supported in this version of the kernel. .SH VERSIONS This system call is only present on Linux up until kernel 2.4; it was removed in Linux 2.6. -.\" Removed in Linux-2.5.48 +.\" Removed in Linux 2.5.48 .SH "CONFORMING TO" .BR create_module () is Linux specific. diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index f4620bbf..f9f77c1a 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -55,7 +55,7 @@ is not supported in this version of the kernel. .SH VERSIONS This system call is only present on Linux up until kernel 2.4; it was removed in Linux 2.6. -.\" Removed in Linux-2.5.48 +.\" Removed in Linux 2.5.48 .SH "CONFORMING TO" .BR get_kernel_syms () is Linux specific. diff --git a/man2/query_module.2 b/man2/query_module.2 index 551b4766..4d12ad88 100644 --- a/man2/query_module.2 +++ b/man2/query_module.2 @@ -158,7 +158,7 @@ is Linux specific. .SH NOTES This system call is only present on Linux up until kernel 2.4; it was removed in Linux 2.6. -.\" Removed in Linux-2.5.48 +.\" Removed in Linux 2.5.48 Some of the information that was available via .BR query_module () can be obtained from @@ -113,7 +113,7 @@ Out of memory. .SH VERSIONS The .BR tee (2) -system call first appeared in Linux-2.6.17. +system call first appeared in Linux 2.6.17. .SH "CONFORMING TO" This system call is Linux specific. .SH NOTES diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index 6d6cec5c..1ed83a40 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -137,7 +137,7 @@ Out of memory. .SH VERSIONS The .BR vmsplice (2) -system call first appeared in Linux-2.6.17. +system call first appeared in Linux 2.6.17. .SH "CONFORMING TO" This system call is Linux specific. .SH NOTES |