summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-24 16:32:49 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-24 16:32:49 +0000
commit773df4c9c57de6f4fc61a061ea502ed74675c0ee (patch)
treef69d76458536f4d56fa603ea6bd836095f2a2fe2 /Changes.old
parent661cacfd6cd2c46eac4b0abbe960341761f4c02b (diff)
Start of 2.12
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old57
1 files changed, 57 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index cf0820203..55e317cac 100644
--- a/Changes.old
+++ b/Changes.old
@@ -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