aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/scsi.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/DocBook/scsi.tmpl b/Documentation/DocBook/scsi.tmpl
index 6255930216b3..f299ab182bbe 100644
--- a/Documentation/DocBook/scsi.tmpl
+++ b/Documentation/DocBook/scsi.tmpl
@@ -4,7 +4,7 @@
4 4
5<book id="scsimid"> 5<book id="scsimid">
6 <bookinfo> 6 <bookinfo>
7 <title>SCSI Mid Layer Guide</title> 7 <title>SCSI Interfaces Guide</title>
8 8
9 <authorgroup> 9 <authorgroup>
10 <author> 10 <author>
@@ -92,7 +92,7 @@
92 The SCSI subsystem uses a three layer design, with upper, mid, and low 92 The SCSI subsystem uses a three layer design, with upper, mid, and low
93 layers. Every operation involving the SCSI subsystem (such as reading 93 layers. Every operation involving the SCSI subsystem (such as reading
94 a sector from a disk) uses one driver at each of the 3 levels: one 94 a sector from a disk) uses one driver at each of the 3 levels: one
95 upper layer driver, one lower layer driver, and the scsi midlayer. 95 upper layer driver, one lower layer driver, and the SCSI midlayer.
96 </para> 96 </para>
97 <para> 97 <para>
98 The SCSI upper layer provides the interface between userspace and the 98 The SCSI upper layer provides the interface between userspace and the
@@ -154,7 +154,7 @@
154 154
155 <sect2 id="scsi.c"> 155 <sect2 id="scsi.c">
156 <title>drivers/scsi/scsi.c</title> 156 <title>drivers/scsi/scsi.c</title>
157 <para>Main file for the scsi midlayer.</para> 157 <para>Main file for the SCSI midlayer.</para>
158!Edrivers/scsi/scsi.c 158!Edrivers/scsi/scsi.c
159 </sect2> 159 </sect2>
160 <sect2 id="scsicam.c"> 160 <sect2 id="scsicam.c">
@@ -182,7 +182,7 @@
182 <sect2 id="scsi_ioctl.c"> 182 <sect2 id="scsi_ioctl.c">
183 <title>drivers/scsi/scsi_ioctl.c</title> 183 <title>drivers/scsi/scsi_ioctl.c</title>
184 <para> 184 <para>
185 Handle ioctl() calls for scsi devices. 185 Handle ioctl() calls for SCSI devices.
186 </para> 186 </para>
187!Edrivers/scsi/scsi_ioctl.c 187!Edrivers/scsi/scsi_ioctl.c
188 </sect2> 188 </sect2>
@@ -287,7 +287,7 @@
287 <sect1 id="Transport_classes"> 287 <sect1 id="Transport_classes">
288 <title>Transport classes</title> 288 <title>Transport classes</title>
289 <para> 289 <para>
290 Transport classes are service libraries for drivers in the scsi 290 Transport classes are service libraries for drivers in the SCSI
291 lower layer, which expose transport attributes in sysfs. 291 lower layer, which expose transport attributes in sysfs.
292 </para> 292 </para>
293 <sect2 id="Fibre_Channel_transport"> 293 <sect2 id="Fibre_Channel_transport">