aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-02-10 18:46:42 +0000
commitc533af9d27b51f685daa67b29398bb73acc1b5d4 (patch)
treeb7ccf85a974a626e6b441e4c4487129bd27e9f58 /Changes
parentbf53d187ba2e1dbce71032d169f9a9b6a98e5300 (diff)
downloadman-pages-c533af9d27b51f685daa67b29398bb73acc1b5d4.tar.gz
Reformatted FIXMEs
Diffstat (limited to 'Changes')
-rw-r--r--Changes29
1 files changed, 29 insertions, 0 deletions
diff --git a/Changes b/Changes
index 62db7a5f5b..d1f722dc3a 100644
--- a/Changes
+++ b/Changes
@@ -8,12 +8,31 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
+Luc Van Oostenryck <lkml@looxix.net>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
Apologies if I missed anyone!
Global changes
--------------
+stpncpy.3
+strstr.3
+strcmp.3
+toupper.3
+strlen.3
+stpcpy.3
+puts.3
+strdup.3
+strtok.3
+isalpha.3
+strspn.3
+gets.3
+strpbrk.3
+ mtk after a suggestion from Samuel Thibault
+ Added SEE ALSO pointers to wide character equivalent functions
+ See Debian bug 351996
+
Typographical or grammatical errors have been corrected in several
places.
@@ -21,6 +40,16 @@ places.
New pages
---------
+get_kernel_syms.2
+create_module.2
+delete_module.2
+init_module.2
+query_module.2
+ FSF / mtk (with assistance of Luc Van Oostenryck)
+ man-pages finally gets pages for these system calls, several
+ of which are obsolete in Linux 2.6.
+ Took the old GPLed pages dated 1996 and made a number of
+ clean-ups and minor additions.
Changes to individual pages
---------------------------