man-pages/Changes

123 lines
2.9 KiB
Plaintext
Raw Normal View History

2005-09-21 13:26:50 +00:00
==================== Changes in man-pages-2.09 ====================
2005-10-13 09:46:33 +00:00
Released: 2005-10-13
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2005-10-13 09:46:33 +00:00
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
--------------
2005-10-13 09:46:33 +00:00
ptsname.3
getpt.3
unlockpt.3
openpty.3
posix_openpt.3
grantpt.3
pts.4
tty_ioctl.4
mtk
2005-10-13 09:49:08 +00:00
Added SEE ALSO for new pty.7 page
2005-10-13 09:46:33 +00:00
Typographical or grammatical errors have been corrected in several
2005-07-06 09:12:50 +00:00
places.
2005-10-13 09:46:33 +00:00
New pages
---------
pty.7
mtk
Overview of Unix 98 and BSD pseudo-terminals.
2005-06-08 13:27:32 +00:00
Changes to individual pages
2005-06-21 14:47:55 +00:00
---------------------------
2005-07-19 15:36:19 +00:00
2005-10-13 09:46:33 +00:00
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
2005-10-13 09:49:08 +00:00
file descriptor that is opened read-only.
See the following LKML thread of Aug 2005
("fcntl(F GETLEASE) semantics??"):
2005-10-13 09:46:33 +00:00
http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112374818213000&w=2
2005-10-13 09:49:08 +00:00
http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2
2005-10-13 09:46:33 +00:00
http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2
mprotect.2
mtk
2005-10-13 09:49:08 +00:00
Add new text to ENOMEM error
2005-10-13 09:46:33 +00:00
mremap.2
mtk
Added description of MREMAP_FIXED and 'new_address' argument
2005-10-13 09:49:08 +00:00
under NOTES.
Revised text of EINVAL error.
2005-10-13 09:46:33 +00:00
read.2
Samuel Thibault / mtk
2005-10-13 09:49:08 +00:00
read() can fail with EINVAL when using O_DIRECT
2005-10-13 09:46:33 +00:00
mtk
2005-10-13 09:49:08 +00:00
Added open(2) to SEE ALSO
2005-10-13 09:46:33 +00:00
shmget.2
mtk
s/int/size_t/ for type of 'size' argument (fix from
2005-10-13 09:49:08 +00:00
Fedora man-pages-2.07-7).
2005-10-13 09:46:33 +00:00
write.2
Samuel Thibault / mtk
2005-10-13 09:49:08 +00:00
write() can fail with EINVAL when using O_DIRECT
2005-10-13 09:46:33 +00:00
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).
2005-10-13 09:49:08 +00:00
2005-10-13 09:46:33 +00:00
stdio.3
mtk / Justin Pryzby
Removed references to fropen() and fwopen(), which are
2005-10-13 09:49:08 +00:00
BSDisms that don't appear in glibc.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174
2005-10-13 09:46:33 +00:00
strftime.3
mtk
Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from
2005-10-13 09:49:08 +00:00
Fedora man-pages-2.07-7).
2005-10-13 09:46:33 +00:00
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).