This commit is contained in:
Michael Kerrisk 2008-07-08 22:14:57 +00:00
parent 8c5263f428
commit e409cae1c5
1 changed files with 22 additions and 2 deletions

24
Changes
View File

@ -28,6 +28,9 @@ licenses.html
New and rewritten pages
-----------------------
end.3
mtk
Documents etext, edata, and end symbols.
Newly documented interfaces in existing pages
@ -41,6 +44,11 @@ memchr.3
New links
---------
edata.3
etext.3
mtk
Links to end.3.
getdate_err.3
mtk
Link to getdate.3.
@ -54,7 +62,7 @@ opterr.3
optind.3
optopt.3
mtk
Link to getopt.3.
Links to getopt.3.
rawmemchr.3
mtk
@ -63,7 +71,7 @@ rawmemchr.3
sys_errlist.3
sys_nerr.3
mtk
Link to perror.3.
Links to perror.3.
Global changes
@ -83,6 +91,10 @@ ioprio_set.2
Since Linux 2.6.25, CAP_SYS_ADMIN is longer required to set
a low priority (IOPRIO_CLASS_IDLE).
sched_setaffinity.3
mtk, after a Fedora downstream patch
Update type used for cpusetsize argument in SYNOPSIS.
sigaction.2
mtk
Document si_overrun and si_tid fields of siginfo structure.
@ -104,10 +116,18 @@ dl_iterate_phdr.3
Alain Portal
SEE ALSO: Add elf(5).
crypt.3
mtk, after a Fedora downstream patch
Describe additional encryption algorithms.
errno.3
mtk
Small rewrites in DESCRIPTION.
getspnam.3
mtk
Improve comments on struct spwd.
scanf.3
Vincent Lefevre / mtk
Clarify treatment of intial white space by %% conversion