man-pages/Changes

103 lines
2.5 KiB
Plaintext
Raw Normal View History

2005-11-03 14:09:48 +00:00
==================== Changes in man-pages-2.14 ====================
2005-11-17 17:59:37 +00:00
Released: 2005-11-17
2005-11-03 14:09:48 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2005-11-17 17:59:37 +00:00
Angelo <ang3l0@katamail.com>
Avery Pennarun <apenwarr@nit.ca>
2005-11-14 13:26:00 +00:00
Justin Pryzby <justinpryzby@users.sourceforge.net>
2005-11-17 17:59:37 +00:00
Martin (Joey) Schulze <joey@infodrom.org>
Stefan Brüns <stefan.bruens@rwth-aachen.de>
Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2005-11-03 14:09:48 +00:00
Apologies if I missed anyone!
2005-10-19 12:40:31 +00:00
2005-10-19 13:11:27 +00:00
Global changes
--------------
2005-10-19 13:11:27 +00:00
Typographical or grammatical errors have been corrected in several
places.
2005-07-06 09:12:50 +00:00
2005-11-14 13:26:00 +00:00
New pages
---------
rexec.3
mtk / Justin Pryzby
This page is taken as is from the FreeBSD 5.4 distribution.
(Not checked against Linux reality, but likely things are
the same.)
See also Debian bug 336875.
2005-11-03 14:09:48 +00:00
Changes to individual pages
---------------------------
2005-10-31 09:58:33 +00:00
2005-11-14 13:26:00 +00:00
arch_prctl.2
mtk
Updated discussion about lack of prototype in glibc.
execve.2
mtk
Improved description of E2BIG error: it relates to the sum
of the bytes in both environment and argument list.
2005-11-17 17:59:37 +00:00
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.
2005-11-14 13:26:00 +00:00
proc.5
mtk
2005-11-17 17:59:37 +00:00
Updated discussion of /proc/sys/kernel/pid_max.
2005-11-14 13:26:00 +00:00
2005-11-17 17:59:37 +00:00
signal.7
mtk
Added pthreads.7 to SEE ALSO.
ld.so.8
mtk
Fix typo: s/LD_DEBUG_OUTPUT/LD_PROFILE_OUTPUT/