summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-01 19:30:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-01 19:30:39 +0000
commit04a57fff62771760f7e8aa0d8e6941d3dc59377e (patch)
tree230a443012e7b4feb6c3f2c528ee449811d6985f /Changes.old
parentb09337e622f922e307da3cfd8c04f319a3cd4d21 (diff)
start of 2.23
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old78
1 files changed, 78 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 19b04e231..6c3e0c95f 100644
--- a/Changes.old
+++ b/Changes.old
@@ -2769,3 +2769,81 @@ udp.7
Stefan Puiu / mtk
Small rewording of discussion of SO_BSDCOMPAT
(add cross-ref to socket(7)).
+
+
+==================== Changes in man-pages-2.22 ====================
+
+Released: 2006-02-02
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Andre Noll <maan@systemlinux.org>
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Colin Tuckley <colin@tuckley.org>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+Thomas Hood <jdthood@yahoo.co.uk>
+Thorsten Kukuk <kukuk@suse.de>
+Walter Harms <walter.harms@informatik.uni-oldenburg.de>
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+New pages
+---------
+
+rt_sigreturn.2
+ Thorsten Kukuk
+ New link to sigreturn.2
+
+rt_sigsuspend.2
+ mtk
+ New link to sigsuspend.2
+
+Changes to individual pages
+---------------------------
+
+mmap.2
+ aeb/mtk
+ Noted that portable applications should specify fd as -1
+ when using MAP_ANONYMOUS.
+ Some rewriting of description of MAP_ANONYMOUS.
+
+waitid.2
+ mtk
+ Noted that waitid() does not set infop->si_uid field on
+ most other implementations.
+
+getopt.3
+ Walter harms / mtk
+ Make clear that when calling getopt_long() and there are no
+ short options, then 'optstring' should be "", not NULL.
+
+openpty.3
+ Thomas Hood / mtk
+ In glibc 2.0.92, openpty() was modified to preferably open
+ Unix 98 ptys instead of BSD ptys.
+
+qsort.3
+ mtk
+ Small rewording under EXAMPLES
+
+strtol.3
+strtoul.3
+ Stefan Puiu
+ s/string must begin/string may begin/
+
+proc.5
+ mtk
+ Documented inotify files under /proc/sys/fs/inotify:
+ max_queued_events, max_user_instances, and max_user_watches.
+