man-pages/Changes

163 lines
3.0 KiB
Plaintext
Raw Normal View History

2008-07-07 08:43:28 +00:00
==================== Changes in man-pages-3.04 ====================
2007-09-19 21:40:03 +00:00
2008-07-08 14:21:25 +00:00
Released: 2008-07-09, Konolfingen
2007-09-19 21:40:03 +00:00
2007-11-24 13:50:54 +00:00
Contributors
------------
2007-10-23 11:33:49 +00:00
2007-11-24 13:50:54 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-09-20 18:15:23 +00:00
2008-07-07 20:06:25 +00:00
Alain Portal <aportal@univ-montp2.fr>
2008-07-08 10:19:18 +00:00
Nikanth Karthikesan <knikanth@suse.de>
2008-07-09 06:28:43 +00:00
Sam Varshavchik <mrsam@courier-mta.com>
2008-07-07 20:06:25 +00:00
Vincent Lefevre <vincent@vinc17.org>
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Apologies if I missed anyone!
2007-11-24 10:49:28 +00:00
2008-07-07 20:06:25 +00:00
Web site
--------
licenses.html
mtk
A page describing the preferred licenses for new pages that
2008-07-08 12:44:07 +00:00
are contributed to man-pages.
2008-07-07 20:06:25 +00:00
2008-06-11 22:42:54 +00:00
New and rewritten pages
-----------------------
2008-07-08 22:14:57 +00:00
end.3
mtk
Documents etext, edata, and end symbols.
2008-07-03 20:30:45 +00:00
2008-06-11 22:42:54 +00:00
2008-06-12 10:11:40 +00:00
Newly documented interfaces in existing pages
---------------------------------------------
2008-07-08 12:10:22 +00:00
memchr.3
mtk
Add description of rawmemchr().
2008-06-12 10:11:40 +00:00
New links
---------
2008-07-08 22:14:57 +00:00
edata.3
etext.3
mtk
Links to end.3.
2008-07-08 10:19:18 +00:00
getdate_err.3
mtk
2008-07-08 12:44:07 +00:00
Link to getdate.3.
2008-07-08 10:19:18 +00:00
h_errno.3
mtk
Link to gethsotbyname.3.
optarg.3
opterr.3
optind.3
optopt.3
mtk
2008-07-08 22:14:57 +00:00
Links to getopt.3.
2008-06-18 09:17:18 +00:00
2008-07-08 12:10:22 +00:00
rawmemchr.3
mtk
2008-07-08 12:44:07 +00:00
Link to memchr.3.
2008-07-08 12:10:22 +00:00
2008-07-08 12:34:47 +00:00
sys_errlist.3
sys_nerr.3
mtk
2008-07-08 22:14:57 +00:00
Links to perror.3.
2008-07-08 12:34:47 +00:00
2008-06-18 09:17:18 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2008-07-06 15:11:05 +00:00
2008-07-02 13:34:07 +00:00
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
2008-07-08 10:19:18 +00:00
clock_nanosleep.2
mtk
Add "Link with -lrt" to SYNOPSIS.
ioprio_set.2
Nikanth Karthikesan
Since Linux 2.6.25, CAP_SYS_ADMIN is longer required to set
2008-07-08 12:44:07 +00:00
a low priority (IOPRIO_CLASS_IDLE).
2008-07-08 10:19:18 +00:00
2008-07-08 22:14:57 +00:00
sched_setaffinity.3
mtk, after a Fedora downstream patch
Update type used for cpusetsize argument in SYNOPSIS.
2008-07-07 20:06:25 +00:00
sigaction.2
mtk
Document si_overrun and si_tid fields of siginfo structure.
2008-07-08 12:44:07 +00:00
Add some text for si_trapno field.
The si_errno field is *generally* unused.
2008-07-07 20:06:25 +00:00
mtk
Put descriptions of SA_* constants in alphabetical order.
signalfd.2
mtk
Modify description of ssi_trapno field.
swapon.2
mtk
2008-07-08 10:19:18 +00:00
Fix two version number typos for MAX_SWAPFILES discussion:
2008-07-08 12:44:07 +00:00
s/2.6.10/2.4.10/
2008-07-07 20:06:25 +00:00
dl_iterate_phdr.3
Alain Portal
SEE ALSO: Add elf(5).
2008-07-08 22:14:57 +00:00
crypt.3
mtk, after a Fedora downstream patch
Describe additional encryption algorithms.
2008-07-08 12:34:47 +00:00
errno.3
mtk
Small rewrites in DESCRIPTION.
2008-07-09 09:59:33 +00:00
exec.3
mtk, after a note from Alain Portal
Small rewording.
exp10.3
Alain Portal
SEE ALSO: Add log10(3).
exp2.3
Alain Portal
Add C99 to CONFORMING TO.
2008-07-09 06:28:43 +00:00
getopt.3
mtk
Add details on initial value of optind, and note that it can
be reset to restart scanning of an argument vector.
2008-07-08 22:14:57 +00:00
getspnam.3
mtk
Improve comments on struct spwd.
2008-07-09 09:59:33 +00:00
log10.3
mtk
SEE ALSO: Add exp10(3).
2008-07-07 20:06:25 +00:00
scanf.3
Vincent Lefevre / mtk
Clarify treatment of intial white space by %% conversion
2008-07-08 12:44:07 +00:00
specification.
2008-07-07 20:06:25 +00:00
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435648.
2008-07-08 10:19:18 +00:00
capabilities.7
mtk
Since Linux 2.6.25, CAP_SYS_ADMIN is no longer required for
2008-07-08 12:44:07 +00:00
ioprio_set() to set IOPRIO_CLASS_IDLE class.