summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-12-02 15:17:34 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-12-02 15:17:34 +0000
commit2aeb02e015b6cd3a90dde0c0633fd3f43d2c5685 (patch)
treede87e32202ef60374b3ddbbbc36280e65f4c17d0
parenteeabb34e30b98e35b0233bd6aa76ca7aaae4f299 (diff)
Prepare for 2.16
-rw-r--r--Changes31
-rw-r--r--HOWTOHELP26
2 files changed, 47 insertions, 10 deletions
diff --git a/Changes b/Changes
index db815a225..d146dd6d9 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,9 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
+Alan Stern <stern@rowland.harvard.edu>
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Urs Thuermann <urs@isnogud.escape.de>
Apologies if I missed anyone!
@@ -17,10 +20,32 @@ Global changes
Typographical or grammatical errors have been corrected in several
places.
-New pages
----------
-
Changes to individual pages
---------------------------
+HOWTOHELP
+ Urs Thuermann
+ Added instructions for finding maintainer in Debian package.
+
+poll.2
+ mtk
+ Added NOTES about INFTIM contant provided on some other
+ implementations.
+
+shmop.2
+ Alan Stern
+ The -1 error return of shmat() should be cast "(void *)".
+
+strftime.r
+ aeb
+ Remove junk text (actually intended as source code comment
+ in page).
+
+ip.7
+ Urs Thuermann
+ Fix a typo: s/SOCK_RAW/SOCK_PACKET/
+
+packet.7
+ Urs Thuermann
+ Clarification: s%SOCK_PACKET%PF_INET/SOCK_PACKET%
diff --git a/HOWTOHELP b/HOWTOHELP
index ad7cb0b53..02d956a9b 100644
--- a/HOWTOHELP
+++ b/HOWTOHELP
@@ -8,13 +8,13 @@ THINGS YOU CAN DO TO HELP
You can help in the following ways:
-- sending in bug reports about problems in existing pages;
- (An alternative is to report the bug in one of the
- distribution-specific Bugzilla facilities, if that facility
- provides a mechanism to automatically forward bug reports
- to me. Currently, I am registered to receive man-page bug
- reports from the Debian bugzilla, but if other distributions
- provide a similar facility I may get myself registered for
- those; let me know.)
+ (An alternative is to report the bug in one of the
+ distribution-specific Bugzilla facilities, if that facility
+ provides a mechanism to automatically forward bug reports
+ to me. Currently, I am registered to receive man-page bug
+ reports from the Debian bugzilla, but if other distributions
+ provide a similar facility I may get myself registered for
+ those; let me know.)
-- writing patches that improve existing pages (see below);
@@ -55,6 +55,18 @@ When you submit a patch, please note the following:
-- Send logically separate patches (e.g., for unrelated pages) as
separate mails.
+-- In the body of the mail message, identify the manual page
+ version against which the patch applies.
+
+-- Make sure that the mail has a suitable SUBJECT line (i.e., one that
+ mentions the name(s) of the page(s) being patched). Don't put the
+ manual page version in the subject line (it should already be in the
+ body, and cluttering the subject line with a version number does
+ not help me when filing messages...). A suitable subject line might
+ be something like:
+
+ [patch] shmop.2: add "(void *)" cast to RETURN VALUE
+
MANUAL PAGES IN OTHER PACKAGES
==============================