diff --git a/Changes b/Changes index 69003eb63..a5b0ef9f0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-2.09 ==================== +==================== Changes in man-pages-2.10 ==================== -Released: 2005-10-13 +Released: ????-??-?? Contributors ------------ @@ -8,27 +8,12 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: -Justin Pryzby -Peter Chubb -Samuel Thibault -Tomas Pospisek -Trond Myklebust Apologies if I missed anyone! Global changes -------------- -ptsname.3 -getpt.3 -unlockpt.3 -openpty.3 -posix_openpt.3 -grantpt.3 -pts.4 -tty_ioctl.4 - mtk - Added SEE ALSO for new pty.7 page Typographical or grammatical errors have been corrected in several places. @@ -37,86 +22,7 @@ places. New pages --------- -pty.7 - mtk - Overview of Unix 98 and BSD pseudo-terminals. - Changes to individual pages --------------------------- -ldd.1 - mtk - Remove "-V" option (fix from Fedora man-pages-2.07-7). - -fcntl.2 - Peter Chubb / Trond Myklebust / mtk - Since kernel 2.6.10, a read lease can only be placed on a - file descriptor that is opened read-only. - See the following LKML thread of Aug 2005 - ("fcntl(F GETLEASE) semantics??"): - http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2 - http://marc.theaimsgroup.com/?l=linux-kernel&m=112374818213000&w=2 - http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2 - http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2 - -mprotect.2 - mtk - Add new text to ENOMEM error - -mremap.2 - mtk - Added description of MREMAP_FIXED and 'new_address' argument - under NOTES. - Revised text of EINVAL error. - -read.2 - Samuel Thibault / mtk - read() can fail with EINVAL when using O_DIRECT - mtk - Added open(2) to SEE ALSO - -shmget.2 - mtk - s/int/size_t/ for type of 'size' argument (fix from - Fedora man-pages-2.07-7). - -write.2 - Samuel Thibault / mtk - write() can fail with EINVAL when using O_DIRECT - -atanh.3 - mtk - Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7) - -fopen.3 - mtk - Improved "a+" description (fix from Fedora man-pages-2.07-7). - -getrpcent.3 - mtk - s/getrpcent/setrpcent/ (fix from Fedora man-pages-2.07-7). - -stdio.3 - mtk / Justin Pryzby - Removed references to fropen() and fwopen(), which are - BSDisms that don't appear in glibc. - As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174 - -strftime.3 - mtk - Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from - Fedora man-pages-2.07-7). - -nsswitch.conf.5 - mtk - s/network/networks/ (fix from Fedora man-pages-2.07-7). - -proc.5 - mtk - Added description of /proc/sys/vm/legacy_va_layout. - -socket.7 - mtk - Update description of SO_RCVLOWAT and SO_SNDLOWAT. - (fix derived from Fedora man-pages-2.07-7). diff --git a/Changes.old b/Changes.old index 4530f5ccb..94de46a30 100644 --- a/Changes.old +++ b/Changes.old @@ -1693,3 +1693,127 @@ udp.7 s/SOL_UDP/IPPROTO_UDP/ (POSIX standard name) s/SOL_IP/IPPROTO_IP/ (POSIX standard name) + + +==================== Changes in man-pages-2.09 ==================== + +Released: 2005-10-13 + +Contributors +------------ + +The following people contributed notes, ideas, or patches that have +been incorporated in changes in this release: + +Justin Pryzby +Peter Chubb +Samuel Thibault +Tomas Pospisek +Trond Myklebust + +Apologies if I missed anyone! + +Global changes +-------------- + +ptsname.3 +getpt.3 +unlockpt.3 +openpty.3 +posix_openpt.3 +grantpt.3 +pts.4 +tty_ioctl.4 + mtk + Added SEE ALSO for new pty.7 page + +Typographical or grammatical errors have been corrected in several +places. + + +New pages +--------- + +pty.7 + mtk + Overview of Unix 98 and BSD pseudo-terminals. + + +Changes to individual pages +--------------------------- + +ldd.1 + mtk + Remove "-V" option (fix from Fedora man-pages-2.07-7). + +fcntl.2 + Peter Chubb / Trond Myklebust / mtk + Since kernel 2.6.10, a read lease can only be placed on a + file descriptor that is opened read-only. + See the following LKML thread of Aug 2005 + ("fcntl(F GETLEASE) semantics??"): + http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2 + http://marc.theaimsgroup.com/?l=linux-kernel&m=112374818213000&w=2 + http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2 + http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2 + +mprotect.2 + mtk + Add new text to ENOMEM error + +mremap.2 + mtk + Added description of MREMAP_FIXED and 'new_address' argument + under NOTES. + Revised text of EINVAL error. + +read.2 + Samuel Thibault / mtk + read() can fail with EINVAL when using O_DIRECT + mtk + Added open(2) to SEE ALSO + +shmget.2 + mtk + s/int/size_t/ for type of 'size' argument (fix from + Fedora man-pages-2.07-7). + +write.2 + Samuel Thibault / mtk + write() can fail with EINVAL when using O_DIRECT + +atanh.3 + mtk + Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7) + +fopen.3 + mtk + Improved "a+" description (fix from Fedora man-pages-2.07-7). + +getrpcent.3 + mtk + s/getrpcent/setrpcent/ (fix from Fedora man-pages-2.07-7). + +stdio.3 + mtk / Justin Pryzby + Removed references to fropen() and fwopen(), which are + BSDisms that don't appear in glibc. + As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174 + +strftime.3 + mtk + Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from + Fedora man-pages-2.07-7). + +nsswitch.conf.5 + mtk + s/network/networks/ (fix from Fedora man-pages-2.07-7). + +proc.5 + mtk + Added description of /proc/sys/vm/legacy_va_layout. + +socket.7 + mtk + Update description of SO_RCVLOWAT and SO_SNDLOWAT. + (fix derived from Fedora man-pages-2.07-7). diff --git a/man-pages-2.09.Announce b/man-pages-2.09.Announce index a64082e12..f6375753c 100644 --- a/man-pages-2.09.Announce +++ b/man-pages-2.09.Announce @@ -1,7 +1,7 @@ RELEASE The Linux man page maintainer proudly announces. . . - man-pages-2.09.tar.gz - man pages for Linux + man-pages-2.10.tar.gz - man pages for Linux Differences from the previous manual pages release are listed in the file "Changes". diff --git a/man-pages-2.09.lsm b/man-pages-2.09.lsm index 68ea012fc..76aad2e9a 100644 --- a/man-pages-2.09.lsm +++ b/man-pages-2.09.lsm @@ -1,13 +1,13 @@ Begin3 Title: Section 2, 3, 4, 5 and 7 man pages for Linux -Version: 2.09 -Entered-date: 2005-10-13 +Version: 2.10 +Entered-date: ????-??-?? Description: Linux and POSIX manual pages Keywords: man pages Author: several Maintained-by: Michael Kerrisk Primary-site: ftp://ftp.win.tue.nl/pub/linux-local/manpages - 2463k man-pages-2.09.tar.gz + ????k man-pages-2.10.tar.gz Alternate-site: ftp://ftp.XX.kernel.org/pub/linux/docs/manpages Copying-policy: several; for the POSIX pages, see the file POSIX-COPYRIGHT; the other pages are all freely distributable provided