fix minor typos in SCSI-Generic-HOWTO.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 20:43:37 +11:00
parent 053cbdd5d7
commit 4e2fa00cd7
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
<para> <para>
This HOWTO describes the SCSI Generic driver (sg) found in the Linux This HOWTO describes the SCSI Generic driver (sg) found in the Linux
2.4 production series of kernels. 2.4 production series of kernels.
It focuses on the the interface and characteristics of the driver It focuses on the interface and characteristics of the driver
that application writers may need to know. The driver's theory of that application writers may need to know. The driver's theory of
operations is covered and some brief examples are included. operations is covered and some brief examples are included.
</para> </para>
@ -1391,7 +1391,7 @@ to the next page size multiple.
</para> </para>
<para> <para>
Mmap-ed IO is requested by setting (or or-ing in) the SG_FLAG_MMAP_IO Mmap-ed IO is requested by setting (or or-ing in) the SG_FLAG_MMAP_IO
constant into the flag member of the the sg_io_hdr structure prior to constant into the flag member of the sg_io_hdr structure prior to
a call to write() or ioctl(SG_IO). The logic to do mmap-ed IO _assumes_ a call to write() or ioctl(SG_IO). The logic to do mmap-ed IO _assumes_
that an appropriate mmap() call has been made by the application. In that an appropriate mmap() call has been made by the application. In
other words it does not check. other words it does not check.