summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-07-11 13:07:18 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-07-11 13:07:18 +0000
commit8a70a8ead1268fd68ae5bfaa28b9d8deb2533677 (patch)
tree50f40410e2c2d205e59b946f75cfd1bd7898991e /Changes.old
parent11053b81e44cd929530337c9dbc69435440184ea (diff)
Start of 2.37
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old66
1 files changed, 66 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index d09a1a803..71f152f35 100644
--- a/Changes.old
+++ b/Changes.old
@@ -4687,3 +4687,69 @@ tcp.7
Add sentence on "low memory" limit for tcp_mem on 32-bit systems.
+==================== Changes in man-pages-2.36 ====================
+
+Released: 2006-07-11
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Jens Axboe <jans@suse.de>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Kyle McMartin <kyle@mcmartin.ca>
+
+Apologies if I missed anyone!
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+New pages
+---------
+
+MAINTAINING
+ mtk
+ How to maintain man-pages.
+
+TODO
+ mtk
+ Things that it would be nice to get done for man-pages one day.
+
+scripts/FIXME_list.sh
+ mtk
+ This script, intended for use by manual page maintainers,
+ displays the FIXMEs in the manual page source files.
+
+Changes to individual pages
+---------------------------
+
+fdatasync.2
+fsync.2
+ mtk
+ Added SEE ALSO referring to sync_file_range.2.
+
+sendfile.2
+ mtk / Jens Axboe
+ Fix description of 'offset' argument to explain the case
+ where 'offset' is NULL.
+
+ferror.3
+ Justin Pryzby
+ Add SEE ALSO referring to fdopen.3.
+
+intro.3
+ mtk
+ Removed information about Section 3 subsections -- it doesn't
+ reflect current reality, and probably never has.
+
+ Added SEE ALSO referring to intro.2.
+
+tcp.7
+ Kyle McMartin
+ Correction: tcp_window_scaling is ENabled by default.