chiark / gitweb /
vol_id: fix language in manpage
[elogind.git] / extras / cdrom_id / cdrom_id.8
1 .TH CDROM_ID 8 "January 2009" "" "Linux Administrator's Manual"
2 .SH NAME
3 cdrom_id \- udev callout to determine the capabilities of optical drives and media
4 .SH SYNOPSIS
5 .B cdrom_id
6 [\fB--export\fP] [\fB--debug\fP] \fIdevice\fP
7 .br
8 .B cdrom_id
9 \fB--help\fP
10 .SH "DESCRIPTION"
11 .B cdrom_id
12 is normally called from a udev rule, to provide udev with the list of
13 capabilities of a optical drive.
14 .SH USAGE
15 .B cdrom_id
16 opens the device node specified at the commandline and prints the
17 discovered capabilities.
18 .SH OPTIONS
19 The following commandline switches are supported to specify what cdrom_id
20 should print:
21 .TP
22 .B -x, --export
23 Print all values as environment keys. This is the default at present, so this
24 option is currently redundant.
25 .TP
26 .B -d, --debug
27 Print a debug trace.
28 .TP
29 .B -h, --help
30 Print usage help.
31 .RE
32 .SH SEE ALSO
33 .BR udev (7)
34 .SH AUTHORS
35 Developed by Kay Sievers <kay.sievers@vrfy.org>.
36