Fix inaccuracies in 2.61 changelog

This commit is contained in:
Michael Kerrisk 2007-12-11 16:21:26 +00:00
parent bfd91cc898
commit 14ca79cb14
1 changed files with 6 additions and 10 deletions

View File

@ -7570,14 +7570,6 @@ ioperm.2
mtk
Minor wording changes.
ipc.2
Stepan Kasal
Add semtimedop() to SEE ALSO.
killpg.2
mtk
Minor wording changes.
intro.2
mtk
Rewrite to reflect the fact that the _syscallN
@ -7606,12 +7598,15 @@ io_submit.2
Add "Link with -laio" to SYNOPSIS.
ipc.2
Stepan Kasal
Add recvmsg() and sendmsg() to SEE ALSO.
mtk
Add semtimedop() to SEE ALSO.
Note that some architectures don't have ipc(2); instead
real system calls are provided for shmctl(), semctl(), etc.
killpg.2
mtk
Minor wording changes.
listen.2
mtk
Added <sys/types.h> to SYNOPSIS.
@ -7636,6 +7631,7 @@ shmop.2
socketcall.2
mtk
Add recvmsg() and sendmsg() to SEE ALSO.
Note that some architectures don't have socketcall(2); instead
real system calls are provided for socket(), bind(), etc.