Patch: fix error in building procfs-guide

Ken Moffat (ken@kenmoffat.uklinux.net)
Wed, 5 Sep 2001 19:44:29 +0100 (BST)


Following patch fixes errors which cause building kernel docs to fail
(e.g. tulip user guide doesn't get built). Created on 2.4.7 while I was on
holiday, applies cleanly to 2.4.9-ac6 and 2.4.10-pre4.

diff -urN linux-2.4.7/Documentation/DocBook/procfs-guide.tmpl altered-2.4.7/Documentation/DocBook/procfs-guide.tmpl
--- linux-2.4.7/Documentation/DocBook/procfs-guide.tmpl Sat Jul 21 22:47:23 2001
+++ altered-2.4.7/Documentation/DocBook/procfs-guide.tmpl Wed Aug 22 20:39:44 2001
@@ -207,7 +207,7 @@
will return <constant>NULL</constant>. <xref
linkend="userland"> describes how to do something useful with
regular files.
- <para>
+ </para>

<para>
Note that it is specifically supported that you can pass a
@@ -577,7 +577,7 @@
the <structfield>owner</structfield> field in the
<structname>struct proc_dir_entry</structname> to
<constant>THIS_MODULE</constant>.
- <para>
+ </para>

<programlisting>
struct proc_dir_entry* entry;

Ken

-- 
         If a six turned out to be nine, I don't mind.

Home page : http://www.kenmoffat.uklinux.net

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