linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Erik Mouw <J.A.K.Mouw@ITS.TUDelft.NL>
To: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Cc: alan@lxorguk.ukuu.org.uk, torvalds@transmeta.com
Subject: [PATCH] kernel-api book should also include kernel/module.c
Date: Mon, 7 May 2001 20:13:57 +0200	[thread overview]
Message-ID: <20010507201357.H5208@arthur.ubicom.tudelft.nl> (raw)

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: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

                 reply	other threads:[~2001-05-07 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010507201357.H5208@arthur.ubicom.tudelft.nl \
    --to=j.a.k.mouw@its.tudelft.nl \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).