From 822c7965e83a9548e571a8a14da10e8dca50b194 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 14 Jul 2005 15:50:20 +0000 Subject: [PATCH] Ready for 2.06 --- Changes | 86 ++++++++++++++++++++++++++++++++-------------- man-pages-2.06.lsm | 2 +- 2 files changed, 62 insertions(+), 26 deletions(-) diff --git a/Changes b/Changes index d570ab6f0..330b5763a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ ==================== Changes in man-pages-2.06 ==================== -Released: ????-??-?? +Released: 2005-07-14 Contributors ------------ @@ -12,13 +12,16 @@ Alain Portal Andries Brouwer Bhavesh P Davda Clau Weber +Dov Murik David Lloyd +Frederik Deweerdt Justin Pryzby Lars Wirzenius Martin Pool #### Martin (Joey) Schulze Petter Reinholdtsen Steven Murdoch +Walter Harms Apologies if I missed anyone! @@ -34,13 +37,16 @@ Many uses of hyphens and dashes were corrected. New pages --------- +canonicalize_file_name.3 + Walter Harms / mtk + Removed Pages ------------- sstk.2 mtk AFAIK, this sytem call has never actually done anything (other - than be a stub) on any Unix. + than be a stub) on any Unix. Changes to individual pages --------------------------- @@ -60,15 +66,30 @@ clone.2 connect.2 mtk Various wording and formatting fixes. - + epoll_create.2 Bhavesh P Davda - s/positive/non-negative/ [for file descriptor] + s/positive/non-negative/ [for file descriptor] + +getrlimit.2 + mtk + Documented RLIMIT_MSGQUEUE limit. + RLIMIT_RSS ceased to have any effect in 2.4 in kernel 2.4.30. + (It already didn't have any effect in 2.2.x and 2.6.x.) + s/MADVISE_WILLNEED/MADV_WILLNEED/ listen.2 mtk Removed historic comment on BSD backlog ceiling. - Minor wording and formatting changes. + Minor wording and formatting changes. + +semop.2 + mtk + Added BUG: in some circumstances, a process that is + waiting for a semaphore to become zero is not not woken + up when the value does actually reach zero. + http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2 + http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2 socket.2 mtk @@ -76,14 +97,14 @@ socket.2 umask.2 mtk - Added mkdir(2) to discussion, made term "file mode creation - mask" clearer. + Added mkdir(2) to discussion, made term "file mode creation + mask" clearer. Various, mostly small, wording changes errno.3 Martin Pool Change description for ESTALE - As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=237344 + As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=237344 fgetgrent.3 getgrent.3 @@ -98,11 +119,11 @@ getpwent.3 getpwnam.3 Lars Wirzenius / mtk Replace mention of /etc/{passwd,group} by refernces to - "passwd/group database", and LDAP and NIS. - As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117 + "passwd/group database", and LDAP and NIS. + As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117 mtk - Miscellaneous wording improvements - Consistent DESCRIPTION and ERRORS wording across these pages. + Miscellaneous wording improvements + Consistent DESCRIPTION and ERRORS wording across these pages. getnameinfo.3 mtk @@ -110,33 +131,48 @@ getnameinfo.3 getnetent.3 Petter Reinholdtsen - s/endservent/endnetent/ + s/endservent/endnetent/ As per Debian Bug#316517 getspnam.3 Lars Wirzenius / mtk Replace mention of /etc/shadow by refernces to - "shadow password database", and LDAP and NIS. - As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117 + "shadow password database", and LDAP and NIS. + As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117 mtk, Claus Weber - Miscellaneous wording improvements - Consistent DESCRIPTION wording vis-a-vis getpwnam.3 etc. + Miscellaneous wording improvements + Consistent DESCRIPTION wording vis-a-vis getpwnam.3 etc. + +hsearch.3 + Frederik Deweerdt + Fix hsearch_r() prototype scanf.3 Justin Pryzby / mtk - As per Debian Bug#317037 - + As per Debian Bug#317037 + mtk + various parts substantially rewritten; added description of + %n$ form; various text incorporated from the GNU C library + documentation ((C) The Free Software Foundation). + shm_open.3 mtk - Modified details of how user and group ownership of a new - object are set. - Various minor wording and formatting cleanups. - + Modified details of how user and group ownership of a new + object are set. + Various minor wording and formatting cleanups. + proc.5 mtk - Updated discussion of /proc/stat + Updated discussion of /proc/stat. + Added text on the /proc/sys/fs/mqueue/* files. ip.7 Steven Murdoch Change protocol in UDP prototype. - As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182635 + As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182635 + +tcp.7 + Dov Murik + The first sentence under NOTES about SO_KEEPALIVE and SIGPIPE + makes no grammatical sense (and possibly also no technical sense). + It has been removed. diff --git a/man-pages-2.06.lsm b/man-pages-2.06.lsm index 57f992546..e05b7e2d2 100644 --- a/man-pages-2.06.lsm +++ b/man-pages-2.06.lsm @@ -1,7 +1,7 @@ Begin3 Title: Section 2, 3, 4, 5 and 7 man pages for Linux Version: 2.06 -Entered-date: ????-??-?? +Entered-date: 2005-07-14 Description: Linux and POSIX manual pages Keywords: man pages Author: several