prepare for 2.09

This commit is contained in:
Michael Kerrisk 2005-10-13 09:49:08 +00:00
parent dba4b3774f
commit 53ab7c3034
1 changed files with 18 additions and 18 deletions

30
Changes
View File

@ -28,7 +28,7 @@ grantpt.3
pts.4 pts.4
tty_ioctl.4 tty_ioctl.4
mtk mtk
Added SEE ALSO for new pty.7 page Added SEE ALSO for new pty.7 page
Typographical or grammatical errors have been corrected in several Typographical or grammatical errors have been corrected in several
places. places.
@ -52,38 +52,38 @@ ldd.1
fcntl.2 fcntl.2
Peter Chubb / Trond Myklebust / mtk Peter Chubb / Trond Myklebust / mtk
Since kernel 2.6.10, a read lease can only be placed on a Since kernel 2.6.10, a read lease can only be placed on a
file descriptor that is opened read-only. file descriptor that is opened read-only.
See the following LKML thread of Aug 2005 See the following LKML thread of Aug 2005
("fcntl(F GETLEASE) semantics??"): ("fcntl(F GETLEASE) semantics??"):
http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2 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=112374818213000&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2 http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2 http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2
mprotect.2 mprotect.2
mtk mtk
Add new text to ENOMEM error Add new text to ENOMEM error
mremap.2 mremap.2
mtk mtk
Added description of MREMAP_FIXED and 'new_address' argument Added description of MREMAP_FIXED and 'new_address' argument
under NOTES. under NOTES.
Revised text of EINVAL error. Revised text of EINVAL error.
read.2 read.2
Samuel Thibault / mtk Samuel Thibault / mtk
read() can fail with EINVAL when using O_DIRECT read() can fail with EINVAL when using O_DIRECT
mtk mtk
Added open(2) to SEE ALSO Added open(2) to SEE ALSO
shmget.2 shmget.2
mtk mtk
s/int/size_t/ for type of 'size' argument (fix from s/int/size_t/ for type of 'size' argument (fix from
Fedora man-pages-2.07-7). Fedora man-pages-2.07-7).
write.2 write.2
Samuel Thibault / mtk Samuel Thibault / mtk
write() can fail with EINVAL when using O_DIRECT write() can fail with EINVAL when using O_DIRECT
atanh.3 atanh.3
mtk mtk
@ -100,13 +100,13 @@ getrpcent.3
stdio.3 stdio.3
mtk / Justin Pryzby mtk / Justin Pryzby
Removed references to fropen() and fwopen(), which are Removed references to fropen() and fwopen(), which are
BSDisms that don't appear in glibc. BSDisms that don't appear in glibc.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174 As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174
strftime.3 strftime.3
mtk mtk
Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from
Fedora man-pages-2.07-7). Fedora man-pages-2.07-7).
nsswitch.conf.5 nsswitch.conf.5
mtk mtk