public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] docbook fix kmod.c
@ 2000-12-16 15:26 Jani Monoses
  2000-12-17 14:29 ` Tim Waugh
  0 siblings, 1 reply; 2+ messages in thread
From: Jani Monoses @ 2000-12-16 15:26 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Hi,
	kernel-api.tmpl references the exported functions of kmod.c but
there are none.This patch changes it to gather docs about the internal
functions instead and also adds a <sect1> so that jade doesn't complain
anymore about unfinished CHAPTER or something.

Jani.

--- /usr/src/linux/Documentation/DocBook/kernel-api.tmpl	Mon Dec  4 12:12:12 2000
+++ kernel-api.tmpl	Sat Dec 16 17:00:11 2000
@@ -94,7 +94,9 @@
 
   <chapter id="modload">
      <title>Module Loading</title>
-!Ekernel/kmod.c
+     <sect1><title>Kernel module loader</title>
+!Ikernel/kmod.c
+    </sect1>
   </chapter>
 
   <chapter id="hardware">

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] docbook fix kmod.c
  2000-12-16 15:26 [patch] docbook fix kmod.c Jani Monoses
@ 2000-12-17 14:29 ` Tim Waugh
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Waugh @ 2000-12-17 14:29 UTC (permalink / raw)
  To: Jani Monoses; +Cc: linux-kernel

On Sat, Dec 16, 2000 at 05:26:09PM +0200, Jani Monoses wrote:

> 	kernel-api.tmpl references the exported functions of kmod.c but
> there are none.

There are: hotplug_path, exec_usermodehelper, call_usermodehelper,
request_module.

Try adding kmod.c to APISOURCES in the Makefile.

Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-17 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-16 15:26 [patch] docbook fix kmod.c Jani Monoses
2000-12-17 14:29 ` Tim Waugh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox