summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-13 17:28:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-13 17:28:39 +0000
commitaae76b9eb24d6d8628a5b25e476e0aa4d3beb026 (patch)
tree9469f9d5dbe89527ae2ba18ad0d83de2c94881a5 /Changes.old
parent28fffcec5453a8061215d0b6501b3f1b51c63d81 (diff)
Start of 2.52
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old49
1 files changed, 49 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index cdfb3abe4..4465da48d 100644
--- a/Changes.old
+++ b/Changes.old
@@ -6221,3 +6221,52 @@ Most Section 1 man pages are removed
intro.1
ldd.1
time.1
+
+
+==================== Changes in man-pages-2.51 ====================
+
+Released: 2007-05-28
+
+Global changes
+--------------
+
+mtk
+ (Hopefully) all cross references outside a page now include a
+ section number. This should permit better resulting output from a
+ man2html-type conversion.
+
+mtk
+ Convert function formatting of the form "\fBname\fP()" to
+ ".BR name ()".
+
+
+Changes to individual pages
+---------------------------
+
+futimesat.2
+ mtk
+ s/futimes/futimesat/ in .SH NAME line.
+
+msgop.2
+ mtk
+ Put "msgrcv" and "msgsnd" in .SH NAME line.
+
+mount.2
+ mtk
+ Add "umount2" to .SH NAME line.
+
+wait.2
+ mtk
+ Add "waitid" to .SH NAME line.
+
+getopt.3
+ mtk
+ Add "getopt_long" and "getopt_long_only" in .SH NAME line.
+
+sem_wait.3
+ mtk
+ Add "sem_timedwait" and "sem_trywait" to .SH NAME line.
+
+stdarg.3
+ mtk
+ Add "va_start", "va_arg", "va_end", "va_copy" to .SH NAME line.