summaryrefslogtreecommitdiffstats
path: root/misc-utils/eject.1
diff options
context:
space:
mode:
authorKarel Zak2012-03-27 17:36:47 +0200
committerKarel Zak2012-03-27 17:38:28 +0200
commit1abc33266f3e6806c0c9637bd498b1ad0de6c50d (patch)
treed79f28433cd7976e72bf5fed17556bc6c30ab431 /misc-utils/eject.1
parenteject: add --manualeject from fedora (diff)
downloadkernel-qcow2-util-linux-1abc33266f3e6806c0c9637bd498b1ad0de6c50d.tar.gz
kernel-qcow2-util-linux-1abc33266f3e6806c0c9637bd498b1ad0de6c50d.tar.xz
kernel-qcow2-util-linux-1abc33266f3e6806c0c9637bd498b1ad0de6c50d.zip
eject: add -X from Fedora
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/eject.1')
-rw-r--r--misc-utils/eject.117
1 files changed, 15 insertions, 2 deletions
diff --git a/misc-utils/eject.1 b/misc-utils/eject.1
index 26a427dbf..4839152a8 100644
--- a/misc-utils/eject.1
+++ b/misc-utils/eject.1
@@ -25,6 +25,8 @@ eject [-vn] -T [<name>]
.br
eject [\-vn] \-x <speed> [<name>]
.br
+eject [\-vn] \-X [<name>]
+.br
eject \-V
.SH DESCRIPTION
@@ -111,6 +113,15 @@ of. Every time the media is changed this option is cleared. This
option can be used alone, or with the \-t and \-c options.
.TP 0.5i
+.B \-X
+With this option the CD-ROM drive will be probed to detect the
+available speeds. The output is a list of speeds which can be used as
+an argument of the \-x option. This only works with Linux 2.6.13 or
+higher, on previous versions solely the maximum speed will be
+reported. Also note that some drive may not correctly report the speed
+and therefore this option does not work with them.
+
+.TP 0.5i
.B \-n
With this option the selected device is displayed but no action is
performed.
@@ -311,10 +322,12 @@ The \-x option was added by Nobuyuki Tsuchimura (tutimura@nn.iij4u.or.jp),
with thanks to Roland Krivanek (krivanek@fmph.uniba.sk) and his
cdrom_speed command.
-The -T option was added by Sybren Stuvel (sybren@thirdtower.com), with
+The \-T option was added by Sybren Stuvel (sybren@thirdtower.com), with
big thanks to Benjamin Schwenk (benjaminschwenk@yahoo.de).
- .SH SEE ALSO
+The \-X option was added by Eric Piel (Eric.Piel@tremplin-utc.net).
+
+.SH SEE ALSO
mount(2), umount(2), mount(8), umount(8)