2000-12-16 15:57:08

by Jani Monoses

[permalink] [raw]
Subject: [patch] docbook fix kmod.c


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">


2000-12-17 14:59:50

by Tim Waugh

[permalink] [raw]
Subject: Re: [patch] docbook fix kmod.c

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.
*/