summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-13 09:49:08 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-13 09:49:08 +0000
commit53ab7c3034762f2577c4508a96e93efb4c19373b (patch)
treeea24e99da13a31c2da3f9ff82eeac655a662527f
parentdba4b3774f705fd55c02bb947a3b471b84cbf182 (diff)
prepare for 2.09
-rw-r--r--Changes36
1 files changed, 18 insertions, 18 deletions
diff --git a/Changes b/Changes
index 6ca335656..69003eb63 100644
--- a/Changes
+++ b/Changes
@@ -28,7 +28,7 @@ grantpt.3
pts.4
tty_ioctl.4
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
places.
@@ -52,39 +52,39 @@ ldd.1
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??"):
+ 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=112376335305284&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2
mprotect.2
mtk
- Add new text to ENOMEM error
+ 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.
+ under NOTES.
+ Revised text of EINVAL error.
read.2
Samuel Thibault / mtk
- read() can fail with EINVAL when using O_DIRECT
+ read() can fail with EINVAL when using O_DIRECT
mtk
- Added open(2) to SEE ALSO
-
+ 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).
+ Fedora man-pages-2.07-7).
write.2
Samuel Thibault / mtk
- write() can fail with EINVAL when using O_DIRECT
-
+ write() can fail with EINVAL when using O_DIRECT
+
atanh.3
mtk
Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7)
@@ -96,17 +96,17 @@ fopen.3
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
+ 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).
+ Fedora man-pages-2.07-7).
nsswitch.conf.5
mtk