diff options
Diffstat (limited to 'Doc/lib/libcd.tex')
-rw-r--r-- | Doc/lib/libcd.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcd.tex b/Doc/lib/libcd.tex index 0e7f90c..83bd2ba 100644 --- a/Doc/lib/libcd.tex +++ b/Doc/lib/libcd.tex @@ -50,7 +50,7 @@ Open the CD-ROM device. The return value is an opaque player object; methods of the player object are described below. The device is the name of the SCSI device file, e.g. \code{'/dev/scsi/sc0d4l0'}, or \code{None}. If omitted or \code{None}, the hardware inventory is -consulted to locate a CD-ROM drive. The \var{mode}, if not omited, +consulted to locate a CD-ROM drive. The \var{mode}, if not omitted, should be the string \code{'r'}. \end{funcdesc} |