diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 16:40:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 16:40:46 (GMT) |
commit | 0d213d3497b715805371e9f190975fd57abd59e4 (patch) | |
tree | e66ade0fac29ae2b8eb6a888104f5b969319f889 /Doc/lib/libcd.tex | |
parent | 2b8c95e4ed818a51b0bb51eddd10ec611917d33e (diff) | |
download | cpython-0d213d3497b715805371e9f190975fd57abd59e4.zip cpython-0d213d3497b715805371e9f190975fd57abd59e4.tar.gz cpython-0d213d3497b715805371e9f190975fd57abd59e4.tar.bz2 |
When the text of a table cell should be wrapped, used a "p" column.
Diffstat (limited to 'Doc/lib/libcd.tex')
-rw-r--r-- | Doc/lib/libcd.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libcd.tex b/Doc/lib/libcd.tex index fc32da5..e027466 100644 --- a/Doc/lib/libcd.tex +++ b/Doc/lib/libcd.tex @@ -253,7 +253,7 @@ the particular type of callback, and \var{data} is the data returned for this \var{type} of callback. The type of the data depends on the \var{type} of callback as follows: -\begin{tableii}{|l|l|}{code}{Type}{Value} +\begin{tableii}{|l|p{4in}|}{code}{Type}{Value} \lineii{audio}{String which can be passed unmodified to \function{al.writesamps()}.} \lineii{pnum}{Integer giving the program (track) number.} @@ -265,10 +265,9 @@ seconds, and frames.} \lineii{catalog}{String of 13 characters, giving the catalog number of the CD.} \lineii{ident}{String of 12 characters, giving the ISRC -identification number of the recording. \\ -&The string consists of two characters country code, three characters -owner code, \\ -&two characters giving the year, and five characters giving a serial number.} +identification number of the recording. The string consists of two +characters country code, three characters owner code, two characters +giving the year, and five characters giving a serial number.} \lineii{control}{Integer giving the control bits from the CD subcode data} \end{tableii} |