summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 13:11:27 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 13:11:27 +0000
commitd85bdf28e3569b7ffa680228c2f4b5f437cbdcae (patch)
tree78bcd9ff72e198cc95987f28457b51b6e3e4580a /Changes.old
parentea9046864be60aae778aa586c5c634e13bc6f156 (diff)
Start of 2.11
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old54
1 files changed, 54 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index 94de46a30..cf0820203 100644
--- a/Changes.old
+++ b/Changes.old
@@ -1817,3 +1817,57 @@ socket.7
mtk
Update description of SO_RCVLOWAT and SO_SNDLOWAT.
(fix derived from Fedora man-pages-2.07-7).
+
+
+==================== Changes in man-pages-2.10 ====================
+
+Released: 2005-10-19
+
+Global changes
+--------------
+
+The changes in this release consist *solely* of formatting fixes, with
+the aim bringing greater consistency to the manual pages according to
+the following rules:
+
+-- Function name references should *always* be followed by
+ parentheses, "()" (possibly containing a manual page section
+ number).
+
+-- The parentheses following a function name should *not* be
+ formatted. Thus, for example, instead of:
+
+ .B name()
+
+ one should write:
+
+ .BR name ()
+
+Much of the change was automated using two scripts:
+add_parens_for_own_funcs.sh and unformat_parens.sh.
+For the (possible) benefit of downstream manual page maintainers and
+translators, I have placed these scripts in a new subdirectory 'scripts'.
+
+NOTE THE FOLLOWING POINTS WELL:
+
+-- These scripts provide a computer-assisted solution to the above
+ two goals. However, they are not perfect, and their output should
+ be scanned by a human. (To see what changes the two scripts
+ *would* make, without making them, use the "-n" command line option.)
+
+-- The scripts do not fix all instances that violate the above rules:
+ some manual fixes are required. Two further scripts are provided
+ to help find remaining instances of function names without
+ following "()": find_dots_no_parens.sh and find_slashes_no_parens.sh.
+
+The following changes were made:
+
+-- add_parens_for_own_funcs.sh was applied to the pages in Sections
+ 2 and 3.
+
+-- unformat_parens.sh was applied to pages in Sections 2, 3, 4, and 7
+ (the only sections where such changes were required).
+
+-- 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).