From e409cae1c593ac34702f4c9f4259daa35cfc3a2e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 Jul 2008 22:14:57 +0000 Subject: [PATCH] sync --- Changes | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 295ae7ec6..459ff49c1 100644 --- a/Changes +++ b/Changes @@ -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