Prepare for 2.14

This commit is contained in:
Michael Kerrisk 2005-11-17 17:59:37 +00:00
parent 87cee315d8
commit dc8938be8d
2 changed files with 56 additions and 4 deletions

58
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.14 ====================
Released: 2005-??-??
Released: 2005-11-17
Contributors
------------
@ -8,7 +8,12 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Angelo <ang3l0@katamail.com>
Avery Pennarun <apenwarr@nit.ca>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Martin (Joey) Schulze <joey@infodrom.org>
Stefan Brüns <stefan.bruens@rwth-aachen.de>
Volker Reichelt <reichelt@igpm.rwth-aachen.de>
Apologies if I missed anyone!
@ -18,7 +23,6 @@ Global changes
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
@ -41,10 +45,58 @@ execve.2
Improved description of E2BIG error: it relates to the sum
of the bytes in both environment and argument list.
fcntl.2
mtk
Clarified parts of the discussion of file leases,
noting effect of open(O_NONBLOCK), interruption
by signal handler, or termination by signal in
lease breaker.
In response to Debian bug 339037.
stat.2
mtk / Stefan Brüns
Added LINUX NOTES describing nanosecond timestamps.
frexp.3
Volker Reichelt / mtk
Fixed to point out that that frexp() returns a number whose
*absolute* value is >= 0.5 and < 1. Amended the example
program to demonstrate this.
open.2
mtk / Avery Pennarun
Add EWOULDBLOCK error for file leases.
In response to Debian bug 339037.
putenv.3
mtk
Although the glibc implementation returns -1 on error (and some
other man pages (e.g., the BSDs) also document that value for
error returns), SUSv3 merely says "non-zero" (and this is
what manual pages on many implementations also say).
posix_memalign.3
mtk
Formerly, the pge said that all systems declare memalign() in
<malloc.h>. In fact, many declare it in <stdlib.h>.
strtok.3
mtk
Almost a complete rewrite after Angleo pointed out
that the existing page was deficient.
sd.4
Martin Schulze
Remove SEE ALSO for non-existent scsi.4.
proc.5
mtk
Updated discussion of /proc/sys/kernel/pid_max
Updated discussion of /proc/sys/kernel/pid_max.
signal.7
mtk
Added pthreads.7 to SEE ALSO.
ld.so.8
mtk
Fix typo: s/LD_DEBUG_OUTPUT/LD_PROFILE_OUTPUT/

View File

@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.14
Entered-date: 2005-??-??
Entered-date: 2005-11-17
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several