From a77d72d4451ee956d4f036a9cd2bc3649b1a7413 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 24 Nov 2007 10:49:28 +0000 Subject: [PATCH] Ready for 2.70 release --- Changes | 61 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 0174a2226..a3053b941 100644 --- a/Changes +++ b/Changes @@ -3,19 +3,14 @@ Released: 2007-??-?? -Contributors ------------- - -The following people contributed notes, ideas, or patches that have -been incorporated in changes in this release: - - -Apologies if I missed anyone! - - Global changes -------------- +Many pages + mtk + Remove section numbers for page references where the + reference refers to the page itself. (This stops man2html + producing links from a page back to itself.) Typographical or grammatical errors have been corrected in several places. @@ -23,3 +18,49 @@ Typographical or grammatical errors have been corrected in several places. Changes to individual pages --------------------------- + +get_mempolicy.2 + mtk + Add CONFORMING TO section. + +io_getevents.2 + mtk + Remove redundant SEE ALSO entry. + +mbind.2 + mtk + Add CONFORMING TO section. + +msgop.2 + mtk + Remove redundant SEE ALSO entries. + +sigprocmask.2 + mtk + Remove redundant SEE ALSO entry. + +splice.2 + mtk + Remove redundant SEE ALSO entry. + Add SEE ALSO referring to vmsplice(2). + +csin.3 + mtk + Remove redundant SEE ALSO entry. + Add SEE ALSO referring to ccos(3). + +gethostbyname.3 + mtk + Add gethostbyaddr_r to NAME section. + +rint.3 + mtk + Remove redundant SEE ALSO entry. + +sigsetops.3 + mtk + Minor rewording. + +epoll.7 + mtk + Minor rewording.