aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2589ca4689..3001bfa7e9 100644
--- a/Changes
+++ b/Changes
@@ -12,8 +12,10 @@ been incorporated in changes in this release:
Aurelien Gerome <ag@roxor.cx>
Alain Portal <aportal@univ-montp2.fr>
Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Daniel Burr <dburr@topcon.com>
Felix Kater <fkater@googlemail.com>
Folkert van Heusden <folkert@vanheusden.com>
+Heikki Orsila <shd@modeemi.fi>
Ingo Molnar <mingo@elte.hu>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Karsten Weiss <K.Weiss@science-computing.de>
@@ -385,6 +387,11 @@ getpt.3
Point out that this function should be avoided in favour of
posix_openpt().
+getsubopt.3
+ Daniel Burr
+ SYNOPSIS: Fix declaration of valuep.
+ as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476672.
+
malloc.3
mtk
RETURN VALUE: Note circumstances in which successful malloc() and
@@ -429,6 +436,10 @@ random.3
Add drand48(93) to SEE ALSO list.
+regex.3
+ Heikki Orsila
+ Clarify description of 'rm_eo' field.
+
sem_post.3
mtk
Added pointer to example in sem_wait(3).