syscalls.2: Fix version numbers for a few system calls

Some 2.6 system calls were wrongly mentioned as also being
backported into a 2.4.x kernel.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-28 11:25:14 -05:00
parent 314c72c381
commit 30fa088c1b
1 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SYSCALLS 2 2008-10-10 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2008-11-28 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
@ -197,7 +197,7 @@ l l l.
\fBeventfd2\fP(2) 2.6.27
\fBexecve\fP(2)
\fBexit\fP(2)
\fBexit_group\fP(2) 2.6; 2.4.20
\fBexit_group\fP(2) 2.6
\fBfaccessat\fP(2) 2.6.16
\fBfadvise64\fP(2) 2.6
.\" Implements \fBposix_fadvise\fP(2)
@ -229,12 +229,12 @@ l l l.
.\" Implemented in glibc; see \fBftime\fP(3)
\fBftruncate\fP(2)
\fBftruncate64\fP(2) 2.4
\fBfutex\fP(2) 2.6; 2.4.19
\fBfutex\fP(2) 2.6
\fBfutimesat\fP(2) 2.6.16
\fBget_kernel_syms\fP(2)
\fBget_mempolicy\fP(2) 2.6.6
\fBget_robust_list\fP(2) 2.6.17
\fBget_thread_area\fP(2) 2.6; 2.4.20
\fBget_thread_area\fP(2) 2.6
\fBgetcpu\fP(2) 2.6.19
\fBgetcwd\fP(2) 2.2
\fBgetdents\fP(2) 2.0
@ -279,11 +279,11 @@ l l l.
\fBinotify_init\fP(2) 2.6.13
\fBinotify_init1\fP(2) 2.6.27
\fBinotify_rm_watch\fP(2) 2.6.13
\fBio_cancel\fP(2) 2.6; 2.4.20
\fBio_destroy\fP(2) 2.6; 2.4.20
\fBio_getevents\fP(2) 2.6; 2.4.20
\fBio_setup\fP(2) 2.6; 2.4.20
\fBio_submit\fP(2) 2.6; 2.4.20
\fBio_cancel\fP(2) 2.6
\fBio_destroy\fP(2) 2.6
\fBio_getevents\fP(2) 2.6
\fBio_setup\fP(2) 2.6
\fBio_submit\fP(2) 2.6
\fBioctl\fP(2)
\fBioperm\fP(2)
\fBiopl\fP(2)
@ -417,11 +417,11 @@ l l l.
\fBrt_sigtimedwait\fP(2) 2.2
\fBsched_get_priority_max\fP(2) 2.0
\fBsched_get_priority_min\fP(2) 2.0
\fBsched_getaffinity\fP(2) 2.6; 2.4.19
\fBsched_getaffinity\fP(2) 2.6
\fBsched_getparam\fP(2) 2.0
\fBsched_getscheduler\fP(2) 2.0
\fBsched_rr_get_interval\fP(2) 2.0
\fBsched_setaffinity\fP(2) 2.6; 2.4.19
\fBsched_setaffinity\fP(2) 2.6
\fBsched_setparam\fP(2) 2.0
\fBsched_setscheduler\fP(2) 2.0
\fBsched_yield\fP(2) 2.0
@ -438,7 +438,7 @@ l l l.
\fBsendto\fP(2)
\fBset_mempolicy\fP(2) 2.6.6
\fBset_robust_list\fP(2) 2.6.17
\fBset_thread_area\fP(2) 2.6; 2.4.20
\fBset_thread_area\fP(2) 2.6
\fBset_tid_address\fP(2) 2.6
\fBset_zone_reclaim\fP(2) 2.6.13 Removed in 2.6.16 (was never
available to userspace)