man-pages/Changes

171 lines
3.3 KiB
Plaintext
Raw Normal View History

2006-05-23 03:57:44 +00:00
==================== Changes in man-pages-2.33 ====================
2006-05-23 03:57:44 +00:00
Released: 2006-05-23
2005-11-03 14:09:48 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2006-05-12 18:12:51 +00:00
Andries Brouwer <Andries.Brouwer@cwi.nl>
2006-04-21 06:49:34 +00:00
Justin Pryzby <justinpryzby@users.sourceforge.net>
2006-05-23 03:57:44 +00:00
Martin Osvald" <martin.osvald@gmail.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
2006-03-31 05:18:04 +00:00
2006-02-09 19:11:41 +00:00
Apologies if I missed anyone!
2005-12-13 11:22:52 +00:00
2006-03-24 06:14:30 +00:00
2006-05-23 03:57:44 +00:00
Page renamings
--------------
ftm.7 renamed to the more suggestive feature_test_macros.7
mtk / Stefan Puiu
2006-05-01 23:38:04 +00:00
New pages
---------
2006-05-23 03:57:44 +00:00
mq_getsetattr.2
mtk
New page briefly describing mq_getsetattr(2), the system
call that underlies mq_setattr(3) and mq_getattr(3).
CPU_ISSET.3
CPU_CLR.3
CPU_SET.3
CPU_ZERO.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
New links to sched_setaffinity.2
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
FD_CLR.3
FD_ISSET.3
FD_SET.3
FD_ZERO.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
New links to select.2.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
mq_setattr.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
New link to mq_getattr.3.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
mq_timedreceive.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
New link to mq_receive.3.
2006-04-06 08:27:24 +00:00
2006-05-23 03:57:44 +00:00
mq_timedsend.3
mtk
New link to mq_send.3.
2006-02-16 18:36:27 +00:00
2006-05-23 03:57:44 +00:00
rpmatch.3
Justin Pryzby / mtk
New page for rpmatch(3).
2006-01-04 10:54:13 +00:00
2006-05-23 03:57:44 +00:00
sigandset.3
sigisemptyset.3
sigorset.3
2006-05-12 18:12:51 +00:00
mtk
2006-05-23 03:57:44 +00:00
New links to sigsetops.3.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
strchrnul.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
New link to strchr.3.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
Changes to individual pages
---------------------------
2006-05-12 18:12:51 +00:00
chmod.2
mtk
2006-05-23 03:57:44 +00:00
Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.
POSIX does now document ELOOP.
2006-04-21 06:49:34 +00:00
2006-05-23 03:57:44 +00:00
open.2
2006-04-21 06:49:34 +00:00
mtk
2006-05-23 03:57:44 +00:00
Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.
2006-04-21 06:49:34 +00:00
2006-05-12 18:12:51 +00:00
mmap.2
2006-05-23 03:57:44 +00:00
Justin Pryzby
Add mincore(2) to SEE ALSO.
See Debian bug 367401.
msync.2
Justin Pryzby
Note that EINVAL can also be caused by
flags == MS_SYNC | MS_ASYNC.
sched_setaffinity.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
Add CPU_ISSET, CPU_CLR, CPU_SET, CPU_ZERO to NAME section.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
select.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
Various minor changes.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
select_tut.2
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
Removed much material that is redundant with select.2.
Various other changes.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
umask.2
2006-04-21 06:49:34 +00:00
mtk
2006-05-23 03:57:44 +00:00
Substantial rewrite of description of 'mask'.
2006-04-21 06:49:34 +00:00
2006-05-23 03:57:44 +00:00
fts.3
Justin Pryzby
Add SEE also referring to ftw.3.
2006-04-21 06:49:34 +00:00
2006-05-23 03:57:44 +00:00
ftw.3
Justin Pryzby
Add SEE also referring to fts.3.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
getline.3
Justin Pryzby
Various minor clarifications.
2006-05-01 23:38:04 +00:00
2006-05-23 03:57:44 +00:00
mkstemp.3
2006-05-01 23:38:04 +00:00
mtk
2006-05-23 03:57:44 +00:00
Clarify that O_EXCL is an open(2) flag.
mq_open.3
Martin Osvald
Fix prototype declaration for 'attr'.
mq_notify.3
Martin Osvald
s/sigev_signal/sigev_signo/
2006-05-12 18:12:51 +00:00
2006-05-23 03:57:44 +00:00
setlocale.3
Justin Pryzby
Added SEE ALSO referring to rpmatch.3.
stdio.3
Justin Pryzby
Added SEE ALSO referring to unlocked_stdio.3
See Debian bug 367667.
strchr.3
Justin Pryzby
Add description of strchrnul().
undocumented.3
Justin Pryzby / mtk
Updated to remove some functions that don't exist, and
therefore don't need to be documented.
See Debian bug 367671.
unlocked_stdio.3
Justin Pryzby
Added SEE ALSO referring to stdio.3
See Debian bug 367667.
mq_overview.7
2006-05-12 18:12:51 +00:00
mtk
2006-05-23 03:57:44 +00:00
Added section describing relationship between library
interfaces and system calls.
Added SEE ALSO referring to new mq_getsetattr.2.
feature_test_macros.7
Stefan Puiu
Fix typo: s/_POSIX_C_SOURCE/_POSIX_SOURCE/