chiark / gitweb /
man pages: mention udev(7) not udev(8)
[elogind.git] / extras / cdrom_id / cdrom_id.8
1 .TH CDROM_ID 8 "November 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 cdrom_id \- udev callout to determine the capabilities of cd/dvd drives
4 .SH SYNOPSIS
5 .BI cdrom_id
6 [\fI--export\fP] \fIblockdevice\fP
7 .SH "DESCRIPTION"
8 .B cdrom_id
9 is normally called from a udev rule, to provide udev with the capabilities
10 of a cdrom or dvdrom drive. Udev can use this information to create
11 symlinks like /dev/cdrom or /dev/dvd to the real device node.
12 .SH USAGE
13 .B cdrom_id
14 opens the blockdevice node specified at the commandline and prints the
15 discovered capabilities.
16 .SH OPTIONS
17 The following commandline switches are supported to specify what cdrom_id
18 should print:
19 .TP
20 .BI --export
21 print all values (default)
22 .RE
23 .SH SEE ALSO
24 .BR udev (7)
25 .SH AUTHORS
26 Developed by Greg Kroah\-Hartman <greg@kroah.com>.
27