Ready for 2.64

This commit is contained in:
Michael Kerrisk 2007-07-08 12:16:35 +00:00
parent cc4615cc78
commit e578ef6054
2 changed files with 236 additions and 13 deletions

248
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.64 ====================
Released: 2007-??-??
Released: 2007-07-27
Contributors
@ -9,6 +9,9 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aleksandr Koltsoff <czr@iki.fi>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Apologies if I missed anyone!
@ -16,18 +19,239 @@ Apologies if I missed anyone!
Global changes
--------------
New pages
---------
Removed Pages
-------------
New links
---------
INFINITY.3
_exit.2
a64l.3
abs.3
acct.2
acosh.3
addseverity.3
adjtime.3
asinh.3
atanh.3
atoi.3
brk.2
cbrt.3
cfree.3
chdir.2
chmod.2
chown.2
clearenv.3
clock_getres.3
clone.2
confstr.3
copysign.3
ctermid.3
ctime.3
daemon.3
dirfd.3
div.3
drand48.3
drand48_r.3
dysize.3
ecvt.3
ecvt_r.3
erf.3
euidaccess.3
exp2.3
expm1.3
fdatasync.2
ferror.3
fexecve.3
fgetgrent.3
fgetpwent.3
finite.3
flockfile.3
fopen.3
fpclassify.3
fsync.2
futimes.3
fwide.3
gamma.3
gcvt.3
getcwd.3
getdate.3
getdirentries.3
getdomainname.2
getdtablesize.2
getgrent.3
getgrent_r.3
getgrouplist.3
getgroups.2
gethostbyname.3
gethostid.2
gethostname.2
getlogin.3
getmntent.3
getpagesize.2
getpw.3
getpwent.3
getpwent_r.3
getpwnam.3
getsid.2
getspnam.3
gettimeofday.2
getumask.3
getusershell.3
gsignal.3
hypot.3
inet.3
initgroups.3
insque.3
isalpha.3
iswblank.3
j0.3
kill.2
killpg.2
lgamma.3
lockf.3
log1p.3
log2.3
logb.3
longjmp.3
lrint.3
lround.3
madvise.2
mbsnrtowcs.3
memfrob.3
mincore.2
mkdtemp.3
mknod.2
mkstemp.3
mktemp.3
nan.3
nanosleep.2
nextafter.3
nice.2
on_exit.3
perror.3
posix_memalign.3
posix_openpt.3
printf.3
profil.3
psignal.3
putenv.3
putpwent.3
qecvt.3
rand.3
random.3
rcmd.3
readahead.2
readlink.2
realpath.3
remainder.3
remquo.3
rexec.3
rint.3
round.3
rpmatch.3
scalb.3
scandir.3
scanf.3
seekdir.3
select.2
sem_wait.3
semop.2
setbuf.3
setenv.3
seteuid.2
setjmp.3
setnetgrent.3
setpgid.2
setresuid.2
setreuid.2
sigaltstack.2
siginterrupt.3
significand.3
sigqueue.2
sigvec.3
sigwaitinfo.2
sockatmark.3
stat.2
stime.2
strdup.3
strerror.3
strsep.3
strtod.3
strtok.3
strtol.3
strtoul.3
symlink.2
sync.2
syscall.2
syslog.3
tcgetsid.3
telldir.3
tempnam.3
termios.3
tgamma.3
timegm.3
toascii.3
trunc.3
truncate.2
ttyslot.3
tzset.3
ualarm.3
unlocked_stdio.3
unshare.2
usleep.3
vfork.2
vhangup.2
wait.2
wait4.2
wcscasecmp.3
wcsncasecmp.3
wcsnlen.3
wcsnrtombs.3
wcswidth.3
wordexp.3
wprintf.3
mtk
Added/updated feature test macro requirements for
glibc; see feature_test_macros.7 for details.
Changes to individual pages
---------------------------
mq_notify.2
mq_open.2
mq_timedreceive.2
mq_timedsend.2
mq_unlink.2
mtk
Fix broken link
setpgid.2
mtk
Fairly substantial changes and corrections, including adding
coverage of all of the interfaces that get/set PGIDs.
syscalls.2
mtk / aeb
Varous rewordings; clear up some imprecisions.
lgamma.3
mtk
Added 'signgam' to SYNOPSIS and NAME line.
strerror.3
mtk
Note that the XPG version is provided since glibc 2.3.4.
The page formerly said that the GNU-specific version
is provided by default. That certainly isn't true
nowadays, since _POSIX_C_SOURCE is set to 200112L by
default, so that the XSI-compliant version is supplied
by default.
man-pages.7
mtk
Added note pointing to feature_test_macros.7 for a description
of how feature test macro requirements should be specified in
manual pages. Various other minor fixes and changes.
feature_test_macros.7
mtk
Added note about how feature test macros are specified
in manual pages.
Many other corrections, improvements, additions, and
details about differences across glibc versions.

View File

@ -8084,4 +8084,3 @@ signal.7
svipc.7
mtk
Add ipc(2) to SEE ALSO.