man-pages/Changes

70 lines
1.9 KiB
Plaintext
Raw Normal View History

2005-10-24 16:32:49 +00:00
==================== Changes in man-pages-2.12 ====================
2005-10-31 09:58:33 +00:00
Released: 2005-10-31
2005-10-19 13:11:27 +00:00
Contributors
------------
2005-10-19 13:11:27 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2005-10-31 09:58:33 +00:00
Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
herbert@gondor.apana.org.au
Martin Landers <martin.landers@treibgut.net>
Michael Benedict <benedict@starbak.net>
2005-10-19 12:40:31 +00:00
2005-10-19 13:11:27 +00:00
Apologies if I missed anyone!
2005-10-19 12:40:31 +00:00
2005-10-19 13:11:27 +00:00
Global changes
--------------
2005-10-19 13:11:27 +00:00
Typographical or grammatical errors have been corrected in several
places.
2005-07-06 09:12:50 +00:00
2005-10-19 13:11:27 +00:00
Changes to individual pages
---------------------------
2005-10-27 08:15:23 +00:00
2005-10-31 09:58:33 +00:00
mlock.2
mtk
Reworded text around PAGESIZE, noting also that
sysconf(_SC_PAGESIZE) can be used.
path_resolution.2
mtk / aeb
Removed words "as well" (added in 2.11) from the phrase
"and it gets these last five capabilities if its fsuid is 0 as well"
since there are (unusual) situations in which fsuid can be 0 while
the effective UID is not.
Reworked (cut down) discussion of capabilities, moving part of
it into capabilities.7
setresuid.2
mtk
Add text to note that setresuid() always modifies the file
system UID, and setresgid() likewise always modifies the file
system GID.
2005-10-27 08:15:23 +00:00
shmget.2
2005-10-31 09:58:33 +00:00
mtk
Added (brief) description of SHM_HUGETLB.
2005-10-27 08:15:23 +00:00
sigaltstack.2
2005-10-31 09:58:33 +00:00
mtk / Martin Landers
Noted that ss_sp is automatically aligned by the kernel.
byteorder.3
Brian M. Carlson / herbert@gondor.apana.org.au
Change <netinet/in.h> to <arpa/inet.h> in prototype; add text
explaining that some systems need the former header.
As per Debian bug 265244
capabilities.7
mtk
Reworked part of the discussion of exec() and capabilities.
Added sub-section "Effect of User ID Changes on Capabilities".
Reworked discussion of CAP_SYS_ADMIN and file-max.