diff options
Diffstat (limited to 'Changes')
| -rw-r--r-- | Changes | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 --------------------------- |
