Commit 0dc68d4a authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] htmldoc fix

I told someone to do "make htmldocs" and just to be sure
checked myself. Below two fixes.
parent 9a7dad1c
......@@ -206,6 +206,7 @@ eg.
journal_unlock_updates() // carry on with filesystem use.
</programlisting>
<para>
The opportunities for abuse and DOS attacks with this should be obvious,
if you allow unprivileged userspace to trigger codepaths containing these
calls.
......@@ -250,7 +251,6 @@ an example.
}
journal_destroy(my_jrnl);
</programlisting>
</para>
</sect1>
</chapter>
......
......@@ -52,7 +52,7 @@ level drivers can control one or more scsi hosts (a.k.a. scsi initiators).
</para>
<para>
This document can been found in an ASCII text file in the linux kernel
source: <filename>drivers/scsi/scsi_mid_low_api.txt</filename> .
source: <filename>Documentation/scsi/scsi_mid_low_api.txt</filename> .
It currently hold a little more information than this document. The
<filename>drivers/scsi/hosts.h</filename> and <filename>
drivers/scsi/scsi.h</filename> headers contain descriptions of members
......@@ -107,7 +107,7 @@ an existing lower level driver does in this regard.
<chapter id="intfunctions">
<title>Interface Functions</title>
!Edrivers/scsi/scsi_mid_low_api.txt
!EDocumentation/scsi/scsi_mid_low_api.txt
</chapter>
<chapter id="locks">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment