projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278ecfb
)
cdrom: update ioctl documentation
author
Márton Németh
<
[email protected]
>
Sat, 27 Sep 2008 17:32:17 +0000
(19:32 +0200)
committer
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Sat, 27 Sep 2008 17:32:17 +0000
(19:32 +0200)
Correct copy-paste problem: CDROMCLOSETRAY is about closing the tray,
not opening it.
Signed-off-by: Márton Németh <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Cc: Jens Axboe <
[email protected]
>
Signed-off-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
Documentation/ioctl/cdrom.txt
patch
|
blob
|
history
diff --git
a/Documentation/ioctl/cdrom.txt
b/Documentation/ioctl/cdrom.txt
index 62d4af44ec4a2e0a4987d48687dc0bd1d01dcbf0..59df81c8da2b86dd71394ccb85ab34bc1cba4595 100644
(file)
--- a/
Documentation/ioctl/cdrom.txt
+++ b/
Documentation/ioctl/cdrom.txt
@@
-271,14
+271,14
@@
CDROMCLOSETRAY pendant of CDROMEJECT
usage:
- ioctl(fd, CDROM
EJECT
, 0);
+ ioctl(fd, CDROM
CLOSETRAY
, 0);
inputs: none
outputs: none
error returns:
- ENOSYS cd drive not capable of
ejecting
+ ENOSYS cd drive not capable of
closing the tray
EBUSY other processes are accessing drive, or door is locked
notes: