From 5ec812c09dd269922b74ccb3be184255872a9a9f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Oct 2014 10:37:04 +0200 Subject: [PATCH] Start of man-pages-3.76: updating Changes and Changes.old --- Changes | 46 +++++++----------------------------- Changes.old | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 38 deletions(-) diff --git a/Changes b/Changes index ba13738f7..9f9999d0a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-3.75 ==================== +==================== Changes in man-pages-3.76 ==================== -Released: 2014-10-15, Düsseldorf +Released: ????-??-??, Munich Contributors @@ -10,11 +10,6 @@ The following people contributed patches/fixes or (noted in brackets in the changelog below) reports, notes, and ideas that have been incorporated in changes in this release: -Jonny Grant -Michael Kerrisk -Robert Schweikert -Tetsuo Handa -Walter Harms Apologies if I missed anyone! @@ -22,44 +17,19 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- -pthread_rwlockattr_setkind_np.3 - Robert Schweikert [MMichael Kerrisk] - New page documenting pthread_rwlockattr_[sg]etkind_np(3) - Documents pthread_rwlockattr_setkind_np(3) and - pthread_rwlockattr_getkind_np(3). + +Newly documented interfaces in existing pages +--------------------------------------------- New and changed links --------------------- -pthread_rwlockattr_getkind_np.3 - Robert Schweikert - New link to pthread_rwlockattr_setkind_np(3) + +Global changes +-------------- Changes to individual pages --------------------------- -readlink.2 - Michael Kerrisk [Jonny Grant] - Add free() call to example program - -readv.2 - Michael Kerrisk - The raw preadv() and pwritev() syscalls split 'offset' into 2 arguments - -signal.7 - Michael Kerrisk - pthread_mutex_lock() and pthread_cond_wait() are restartable - pthread_mutex_lock(, pthread_cond_wait(), and related APIs are - automatically restarted if interrupted by a signal handler. - -unix.7 - Michael Kerrisk [Carlos O'Donell, David Miller, Tetsuo Handa] - Various additions and rewordings - Notable changes: - * Clarify some details for pathname sockets. - * Add some advice on portably coding with pathname sockets. - * Note the "buggy" behavior for pathname sockets when - the supplied pathname is 108 bytes (after a report by - Tetsuo Handa). diff --git a/Changes.old b/Changes.old index 058c26d57..b148dac43 100644 --- a/Changes.old +++ b/Changes.old @@ -34101,3 +34101,70 @@ ld.so.8 Michael Kerrisk SEE ALSO: add ld(1) + + +==================== Changes in man-pages-3.75 ==================== + +Released: 2014-10-15, Düsseldorf + + +Contributors +------------ + +The following people contributed patches/fixes or (noted in brackets +in the changelog below) reports, notes, and ideas that have been +incorporated in changes in this release: + +Jonny Grant +Michael Kerrisk +Robert Schweikert +Tetsuo Handa +Walter Harms + +Apologies if I missed anyone! + + +New and rewritten pages +----------------------- + +pthread_rwlockattr_setkind_np.3 + Robert Schweikert [MMichael Kerrisk] + New page documenting pthread_rwlockattr_[sg]etkind_np(3) + Documents pthread_rwlockattr_setkind_np(3) and + pthread_rwlockattr_getkind_np(3). + + +New and changed links +--------------------- + +pthread_rwlockattr_getkind_np.3 + Robert Schweikert + New link to pthread_rwlockattr_setkind_np(3) + + +Changes to individual pages +--------------------------- + +readlink.2 + Michael Kerrisk [Jonny Grant] + Add free() call to example program + +readv.2 + Michael Kerrisk + The raw preadv() and pwritev() syscalls split 'offset' into 2 arguments + +signal.7 + Michael Kerrisk + pthread_mutex_lock() and pthread_cond_wait() are restartable + pthread_mutex_lock(, pthread_cond_wait(), and related APIs are + automatically restarted if interrupted by a signal handler. + +unix.7 + Michael Kerrisk [Carlos O'Donell, David Miller, Tetsuo Handa] + Various additions and rewordings + Notable changes: + * Clarify some details for pathname sockets. + * Add some advice on portably coding with pathname sockets. + * Note the "buggy" behavior for pathname sockets when + the supplied pathname is 108 bytes (after a report by + Tetsuo Handa).