summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-01 19:22:03 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-01 19:22:03 +0000
commitc82c676ba4dff757f0a01ffee55a7c06963d3ba1 (patch)
tree9fe48c9f1d22ea7b04bf5d2341a0378f39f32e57
parent74f3f90ba581e0fa96aa9215413b631b7121c8ba (diff)
ready for 2.22
-rw-r--r--Changes53
-rw-r--r--man-pages-2.22.lsm2
2 files changed, 53 insertions, 2 deletions
diff --git a/Changes b/Changes
index 05e1edabe..e9a75609e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.22 ====================
-Released: 2006-??-??
+Released: 2006-02-02
Contributors
------------
@@ -8,6 +8,15 @@ 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
--------------
@@ -19,7 +28,49 @@ 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.
+
diff --git a/man-pages-2.22.lsm b/man-pages-2.22.lsm
index dc725b2ea..c94b6b657 100644
--- a/man-pages-2.22.lsm
+++ b/man-pages-2.22.lsm
@@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.22
-Entered-date: 2005-??-??
+Entered-date: 2005-02-02
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several