summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 05:52:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 05:52:52 +0000
commit67d0d87da5d0ce3a058ea831d127c9e91a317a3a (patch)
tree9fce9656f81c983e78c6dc33cbdae772e1a47184 /Changes.old
parentb0663fbf3bb402760da668d3a27a5c04498571ce (diff)
Start of 2.58
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old106
1 files changed, 106 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 56f0a3b49..bf7fd3d17 100644
--- a/Changes.old
+++ b/Changes.old
@@ -7001,3 +7001,109 @@ Many pages
Typographical or grammatical errors have been corrected in several
places.
+
+
+==================== Changes in man-pages-2.57 ====================
+
+Released: 2007-06-17
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Many pages
+ mtk
+ Fix section numbers in page cross references.
+
+
+Changes to individual pages
+---------------------------
+
+access.2
+ mtk
+ Minor wording fixes.
+ Small clarification of description of 'mode'.
+
+bind.2
+ mtk
+ Small reworking of EXAMPLE program.
+
+exit_group.2
+ mtk
+ Minor wording fixes.
+
+exit.3
+ mtk
+ Added more detail on exit handlers.
+ Minor wording fixes.
+
+ioctl.2
+ mtk
+ Remove SEE ALSO reference to non-existent mt.4.
+
+modify_ldt.2
+ Samuel Thibault / mtk
+ In Linux 2.6, the 'modify_ldt_ldt_s' structure was renamed
+ 'user_desc'. See Debian bug 378668.
+
+ mtk
+ Include definition of 'user_desc' structure.
+ Minor rewordings.
+
+mprotect.2
+ mtk
+ Small reworking of EXAMPLE program.
+
+sigaction.2
+ mtk
+ Removed reference to non-existent sigsend(2).
+
+a64l.3
+ mtk
+ Remove SEE ALSO reference to non-existent itoa.3.
+
+dysize.3
+ mtk
+ Removed SEE ALSO reference to non-existent time.3.
+
+encrypt.3
+ mtk
+ Removed SEE ALSO reference to nonexistent fcrypt.3.
+
+fmemopen.3
+ mtk
+ Small reworking of EXAMPLE program.
+
+fpurge.3
+ mtk
+ Remove SEE ALSO reference to non-existent fclean.3.
+
+getutent.3
+ mtk
+ s/ttyname(0)/ttyname(STDIN_FILENO)/ in program example.
+
+vcs.4
+ mtk
+ s/exit(1)/exit(EXIT_FAILURE)/
+
+environ.7
+ mtk
+ Correct some section numbers in page cross references.
+
+man-pages.7
+ mtk
+ Modify requirements for example programs a little.
+
+uri.7
+ mtk
+ Wrapped long source lines.