summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-11 16:21:26 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-11 16:21:26 +0000
commit14ca79cb146e44d3aaabff38dc06a947dbc1e8cc (patch)
tree63448b17e9fa6292c7585edea158c57a58d4c75f /Changes.old
parentbfd91cc898ff5b3e28a3e222be7c35233a17aec9 (diff)
Fix inaccuracies in 2.61 changelog
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old16
1 files changed, 6 insertions, 10 deletions
diff --git a/Changes.old b/Changes.old
index 1427b7f68..cacbed305 100644
--- a/Changes.old
+++ b/Changes.old
@@ -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.