syscalls.2: Fix kernel version number for kexec_load

kexec_load() was first implemented in 2.6.13, though the entry
in the system call table was reserved starting in 2.6.7.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-04 07:13:31 +01:00
parent 53bdbeec81
commit 3ed3a50747
1 changed files with 3 additions and 2 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 2010-10-09 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2010-11-04 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS
@ -291,7 +291,8 @@ l l l.
\fBioprio_set\fP(2) 2.6.13
\fBipc\fP(2)
.\" Implements System V IPC calls
\fBkexec_load\fP(2) 2.6.7
\fBkexec_load\fP(2) 2.6.13
.\" The entry in the syscall table was reserved starting in 2.6.7
.\" Was named sys_kexec_load() from 2.6.7 to 2.6.16
\fBkeyctl\fP(2) 2.6.11
\fBkill\fP(2)