summaryrefslogtreecommitdiff
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2003-01-05 03:54:54 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-01-05 03:54:54 -0800
commit0dc68d4a7e26249ef54155634dddd57778cefbc5 (patch)
tree2d8e452a27fa1beaedd4a791eca3ddee2574d257 /Documentation/DocBook
parent9a7dad1c87fc2ba65f2fdc745c69fd5500e04b09 (diff)
[PATCH] htmldoc fix
I told someone to do "make htmldocs" and just to be sure checked myself. Below two fixes.
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/journal-api.tmpl2
-rw-r--r--Documentation/DocBook/scsidrivers.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/journal-api.tmpl b/Documentation/DocBook/journal-api.tmpl
index 3df30534a4bd..e57c8593eabd 100644
--- a/Documentation/DocBook/journal-api.tmpl
+++ b/Documentation/DocBook/journal-api.tmpl
@@ -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>
diff --git a/Documentation/DocBook/scsidrivers.tmpl b/Documentation/DocBook/scsidrivers.tmpl
index 1911dc943cec..1dbafa7c2bd9 100644
--- a/Documentation/DocBook/scsidrivers.tmpl
+++ b/Documentation/DocBook/scsidrivers.tmpl
@@ -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">