summaryrefslogtreecommitdiff
path: root/extras/floppy/create_floppy_devices.8
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-06-17 21:57:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-17 21:57:40 +0200
commitbcee964977fe6a85e1c7e60f6a58ec61843e8921 (patch)
treed022dfe1e6b75010c09ac00eddcb98b2a59a7a5c /extras/floppy/create_floppy_devices.8
parent0373056e4528f89504cfbf6da97394396005a147 (diff)
extras: delete man pages for private udev tools
These are mostly dummy man pages, without real content, some even outdated. None of these tools are part of any offered public interface, and they should not pretend to be by offering a man page.
Diffstat (limited to 'extras/floppy/create_floppy_devices.8')
-rw-r--r--extras/floppy/create_floppy_devices.846
1 files changed, 0 insertions, 46 deletions
diff --git a/extras/floppy/create_floppy_devices.8 b/extras/floppy/create_floppy_devices.8
deleted file mode 100644
index 2727fc84a0..0000000000
--- a/extras/floppy/create_floppy_devices.8
+++ /dev/null
@@ -1,46 +0,0 @@
-.TH CREATE_FLOPPY_DEVICES 8 "January 2009" "" "Linux Administrator's Manual"
-.SH NAME
-create_floppy_devices \- udev callout to create all possible floppy devices
-based on the CMOS type.
-.SH SYNOPSIS
-create_floppy_devices [\fIoptions\fP] \fIdevice\fP
-.SH OPTIONS
-Note that no output will be produced unless the \fB-t\fP option is set.
-.TP
-.B -c
-Create nodes.
-.TP
-.B -d
-Print nodes to stdout.
-.TP
-.BI "-t " type
-Set CMOS floppy type. Type numbers are based on the six floppy types specified
-in the kernel's drivers/block/floppy.c, as follows.
-.TS
-lb lb
-l l.
-Type Device
-0 Unknown. (Produces no output.)
-1 5 1/4" 360KB PC
-2 5 1/4" HD AT
-3 3 1/2" DD
-4 3 1/2" HD
-5 3 1/2" ED
-6 Same as 5.
-.TE
-.TP
-.BI "-m " number
-Set major number.
-.TP
-.BI "-U " user
-Set user ownership.
-.TP
-.BI "-G " group
-Set group ownership.
-.TP
-.BI "-M " mode
-Set device node mode.
-.SH SEE ALSO
-.BR udev (7)
-.SH AUTHORS
-Developed by Hannes Reinecke <hare@suse.de>.