Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0d213d34
Commit
0d213d34
authored
Apr 11, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
When the text of a table cell should be wrapped, used a "p" column.
parent
2b8c95e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
Doc/lib/libcd.tex
Doc/lib/libcd.tex
+4
-5
Doc/libcd.tex
Doc/libcd.tex
+4
-5
No files found.
Doc/lib/libcd.tex
View file @
0d213d34
...
...
@@ -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}
...
...
Doc/libcd.tex
View file @
0d213d34
...
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment