More typos.

This commit is contained in:
rocky
2005-02-01 03:19:51 +00:00
parent 14e37c6438
commit 078cf4facd

View File

@@ -46,7 +46,7 @@ development.''
@titlepage @titlepage
@title GNU libcdio library @title GNU libcdio library
@subtitle $Id: libcdio.texi,v 1.36 2005/01/31 09:22:35 rocky Exp $ @subtitle $Id: libcdio.texi,v 1.37 2005/02/01 03:19:51 rocky Exp $
@author Rocky Bernstein et al. @author Rocky Bernstein et al.
@page @page
@@ -1866,14 +1866,14 @@ the suffix in the name, e.g. @code{CDIO_MMC_GPCMD_MODE_SELECT_6} or
If the fascination and emphasis in the MMC specifications of cdb size If the fascination and emphasis in the MMC specifications of cdb size
is a bit odd, equally so is the fact that this too often has bled is a bit odd, equally so is the fact that this too often has bled
through at the OS programming API. At @value{libcdio} in our interface through at the OS programming API. At @value{libcdio} in our interface
you just give the opcode in @code{scsi_mmc_run_cmd} and we'll do the you just give the opcode in @code{scsi_mmc_run_cmd()} and we'll do the
work to figure out how many beet of the cdb are used. work to figure out how many bytes of the cdb are used.
Down the line it is hoped that @value{libcdio} will have a way to Down the line it is hoped that @value{libcdio} will have a way to
remove a distinction between the various alternative and remove a distinction between the various alternative and
alternative-size MMC commands. In @code{cdio/scsi-mmc.h} you will alternative-size MMC commands. In @code{cdio/scsi-mmc.h} you will
find a little bit of this for example via the routine find a little bit of this for example via the routine
@code{scsi_mmc_get_drive_cap}. However much more work is needed. @code{scsi_mmc_get_drive_cap()}. However much more work is needed.
@node GNU/Linux @node GNU/Linux
@section GNU/Linux @section GNU/Linux