This commit is contained in:
Michael Kerrisk 2008-09-10 10:51:06 +00:00
parent 82d2be3d9d
commit 8bdf768822
1 changed files with 27 additions and 2 deletions

29
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-3.08 ====================
Released: 2008-??-??, ????
Released: 2008-??-??, Munich
Contributors
@ -10,8 +10,11 @@ The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Bernd Eckenfels <be-mail2006@lina.inka.de>
Bruno Haible <bruno@clisp.org>
Carsten Emde <Carsten.Emde@osadl.org>
Christopher Head <chead@telus.net>
H. Peter Anvin <hpa@zytor.com>
Jan Engelhardt <jengelh@medozas.de>
Joe Korty <joe.korty@ccur.com>
Marko Kreen <markokr@gmail.com>
Martin (Joey) Schulze <joey@infodrom.org>
@ -23,6 +26,7 @@ Sam Varshavchik <mrsam@courier-mta.com>
Suka <sukadev@us.ibm.com>
Timothy S. Nelson <wayland@wayland.id.au>
Tolga Dalman <tdalman@project-psi.org>
Török Edwin <edwintorok@gmail.com>
Apologies if I missed anyone!
@ -30,6 +34,11 @@ Apologies if I missed anyone!
New and rewritten pages
-----------------------
fopencookie.3
mtk
Document fopencookie(3), a library function that allows
custom implementation of a stdio stream.
networks.5
Martin (Joey) Schulze, with a few light edits by mtk
Documents the /etc/networks file.
@ -104,7 +113,13 @@ getrusage.2
ioctl_list.2
mtk
Remove old sentence about where to send updates for this page.
Add more detail in mount options that prevent updates to atime.
stat.2
H. Peter Anvin
Note that lstat() will generally not trigger automounter
action, whereas stat() will.
clock.3
Bernd Eckenfels
SEE ALSO: Add clock_gettime(3).
@ -141,10 +156,20 @@ hsearch.3
Integrate discussion of reentrant functions into main discussion
(rather than as a short paragraph at the end).
iconv.3
Bruno Haible
Describe "shift sequence" input.
ptsname.3
sukadev
Fix return type of ptsname_r() in SYNOPSIS.
readdir.3
H. Peter Anvin
s/stat(2)/lstat(2)/ when discussin d_type (since we
are talking about a case where we might be interested to
whether the file itself is a symbolic link).
sched_setscheduler.3
Carsten Emde
Update kernel version numbers relating to real-time support.