aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/blockdev/floppy.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/blockdev/floppy.txt b/Documentation/blockdev/floppy.txt
index 470fe4b5e379..e2240f5ab64d 100644
--- a/Documentation/blockdev/floppy.txt
+++ b/Documentation/blockdev/floppy.txt
@@ -39,15 +39,15 @@ Module configuration options
39============================ 39============================
40 40
41 If you use the floppy driver as a module, use the following syntax: 41 If you use the floppy driver as a module, use the following syntax:
42modprobe floppy <options> 42modprobe floppy floppy="<options>"
43 43
44Example: 44Example:
45 modprobe floppy omnibook messages 45 modprobe floppy floppy="omnibook messages"
46 46
47 If you need certain options enabled every time you load the floppy driver, 47 If you need certain options enabled every time you load the floppy driver,
48you can put: 48you can put:
49 49
50 options floppy omnibook messages 50 options floppy floppy="omnibook messages"
51 51
52in a configuration file in /etc/modprobe.d/. 52in a configuration file in /etc/modprobe.d/.
53 53