Messages in this thread |  | | Date | Wed, 5 Sep 2001 21:18:52 +0200 | From | Erik Mouw <> | Subject | Re: Patch: fix error in building procfs-guide |
| |
On Wed, Sep 05, 2001 at 07:44:29PM +0100, Ken Moffat wrote: > 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.
Thanks for spotting the error, the patch is obviously correct. Linus, Alan, please apply.
Erik
> 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; >
-- 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/ - 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/
|  |