This commit is contained in:
Michael Kerrisk 2008-05-07 13:31:36 +00:00
parent 24ad90c3b4
commit 2cfd26bd6e
1 changed files with 11 additions and 0 deletions

11
Changes
View File

@ -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).