-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 261416 b: refs/heads/master c: 6d17249 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Jul 27, 2011
1 parent
59a6f27
commit 71c3276
Showing
5 changed files
with
65 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 28720944d86b4d187360daa8be67dd22cb4e897b | ||
refs/heads/master: 6d1724925d4da49b84161f1440912205576b7935 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,7 @@ | |
*.dvi | ||
*.log | ||
*.out | ||
*.png | ||
*.gif | ||
media-indices.tmpl | ||
media-entities.tmpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<title>Generic Error Codes</title> | ||
|
||
<table frame="none" pgwide="1" id="gen-errors"> | ||
<title>Generic error codes</title> | ||
<tgroup cols="2"> | ||
&cs-str; | ||
<tbody valign="top"> | ||
<row> | ||
<entry>EBUSY</entry> | ||
<entry>The ioctl can't be handled because the device is busy. This is | ||
typically return while device is streaming, and an ioctl tried to | ||
change something that would affect the stream, or would require the | ||
usage of a hardware resource that was already allocated.</entry> | ||
</row> | ||
</tbody> | ||
</tgroup> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters