Start of 2.12

This commit is contained in:
Michael Kerrisk 2005-10-24 16:32:49 +00:00
parent 661cacfd6c
commit 773df4c9c5
4 changed files with 59 additions and 35 deletions

37
Changes
View File

@ -1,6 +1,6 @@
==================== Changes in man-pages-2.11 ====================
==================== Changes in man-pages-2.12 ====================
Released: 2005-10-24
Released: 2005-??-??
Contributors
------------
@ -8,48 +8,15 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain PORTAL <aportal@univ-montp2.fr>
Apologies if I missed anyone!
Global changes
--------------
Most instances of the constant "NULL" are not formatted (bolded) in
man pages, but a few are. For consistency, formatting on "NULL" has
been removed where it occurred.
Many minor formatting fixes were made.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
getrlimit.2
mtk
Added EINVAL error for rlim_cur > rlim_max when calling setrlimit().
path_resolution.2
mtk
Repaired discussion of capabilities and file system UID, which
mistakenly had involved exec() in the discussion.
prctl.2
mtk
Removed text saying there is no library interface. There
is nowadays.
mkfifo.3
mtk
Minor change to RETURN VALUE text.
sk98lin.4
Alain Portal
Formatting fixes
capabilities.7
mtk
Minor changes

View File

@ -1871,3 +1871,60 @@ The following changes were made:
-- further changes (not so very many) were performed by hand.
(found places to fix with the assistance of find_dots_no_parens.sh
and find_slashes_no_parens.sh).
==================== Changes in man-pages-2.11 ====================
Released: 2005-10-24
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain PORTAL <aportal@univ-montp2.fr>
Apologies if I missed anyone!
Global changes
--------------
Most instances of the constant "NULL" are not formatted (bolded) in
man pages, but a few are. For consistency, formatting on "NULL" has
been removed where it occurred.
Many minor formatting fixes were made.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
getrlimit.2
mtk
Added EINVAL error for rlim_cur > rlim_max when calling setrlimit().
path_resolution.2
mtk
Repaired discussion of capabilities and file system UID, which
mistakenly had involved exec() in the discussion.
prctl.2
mtk
Removed text saying there is no library interface. There
is nowadays.
mkfifo.3
mtk
Minor change to RETURN VALUE text.
sk98lin.4
Alain Portal
Formatting fixes
capabilities.7
mtk
Minor changes