aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-05-07 13:31:36 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-05-07 13:31:36 +0000
commit2cfd26bd6e70f25b60952e040f18f4553568ced9 (patch)
tree9dcecfaa8bfa4200e03b4b599bc053b2a2709b23
parent24ad90c3b4cd81c866244f5b8bacffcd38bb51d8 (diff)
downloadman-pages-2cfd26bd6e70f25b60952e040f18f4553568ced9.tar.gz
sync
-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).