summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-13 10:21:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-13 10:21:35 +0000
commitcffe816e33fc93e784c6666e1357d078a2110863 (patch)
tree12a4cd59cb85537806faaf34106bdfc141c0a6f1 /Changes.old
parentcec3b627a56b5b4be00352f438b2995dcb2c44e3 (diff)
Start of 2.10 release
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old124
1 files changed, 124 insertions, 0 deletions
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 <pryzbyj@justinpryzby.com>
+Peter Chubb <peterc@gelato.unsw.edu.au>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+Tomas Pospisek <tpo_deb@sourcepole.ch>
+Trond Myklebust <trond.myklebust@fys.uio.no>
+
+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).