Hi, This patch fixes a minor bug the Kernel API book: it should include the functions in kernel/module.c as well. The patch is against linux-2.4.4, but should work as well against 2.4.5-pre1 and 2.4.4-ac5. Please apply. Erik PS: Thanks to Timur Tabi for pointing out this "bug". Index: Documentation/DocBook/Makefile =================================================================== RCS file: /home/erik/cvsroot/elinux/Documentation/DocBook/Makefile,v retrieving revision 1.1.1.25 diff -u -r1.1.1.25 Makefile --- Documentation/DocBook/Makefile 2001/04/26 12:44:59 1.1.1.25 +++ Documentation/DocBook/Makefile 2001/05/07 17:51:15 @@ -95,6 +98,7 @@ $(TOPDIR)/kernel/pm.c \ $(TOPDIR)/kernel/ksyms.c \ $(TOPDIR)/kernel/kmod.c \ + $(TOPDIR)/kernel/module.c \ $(TOPDIR)/kernel/printk.c \ $(TOPDIR)/kernel/sched.c \ $(TOPDIR)/kernel/sysctl.c \ Index: Documentation/DocBook/kernel-api.tmpl =================================================================== RCS file: /home/erik/cvsroot/elinux/Documentation/DocBook/kernel-api.tmpl,v retrieving revision 1.1.1.20 diff -u -r1.1.1.20 kernel-api.tmpl --- Documentation/DocBook/kernel-api.tmpl 2001/04/26 12:45:00 1.1.1.20 +++ Documentation/DocBook/kernel-api.tmpl 2001/05/07 17:59:04 @@ -140,8 +140,13 @@ </chapter> <chapter id="modload"> - <title>Module Loading</title> + <title>Module Support</title> + <sect1><title>Module Loading</title> !Ekernel/kmod.c + </sect1> + <sect1><title>Inter Module support</title> +!Ekernel/module.c + </sect1> </chapter> <chapter id="hardware"> -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED] WWW: http://www-ict.its.tudelft.nl/~erik/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/