chiark / gitweb /
usb_id: fix switch statement for video type
[elogind.git] / extras / floppy / create_floppy_devices.8
1 .TH CREATE_FLOPPY_DEVICES 8 "May 2007" "" "Linux Administrator's Manual"
2 .SH NAME
3 create_floppy_devices \- udev callout to create all possible floppy device
4 based on the CMOS type.
5 .SH SYNOPSIS
6 create_floppy_devices [options] device
7 .SH OPTIONS
8 .TP
9 \fB\-c\fR
10 Create nodes.
11 .TP
12 \fB\-u\fR
13 Unlink nodes.
14 .TP
15 \fB\-d\fR
16 Print nodes.
17 .TP
18 \fB\-m\fR <number>
19 Set major number.
20 .TP
21 \fB\-U\fR <owner>
22 Set user ownership.
23 .TP
24 \fB\-G\fR <owner>
25 Set group ownership.
26 .TP
27 \fB\-M\fR <mode>
28 Set device node mode.
29 .TP
30 \fB\-t\fR <number>
31 Set floppy type number.
32 .SH SEE ALSO
33 .BR udev (7)
34 .SH AUTHORS
35 Developed by Hannes Reinecke <hare@suse.de>.