summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2013-11-14 08:29:01 -0700
committerJens Axboe <axboe@kernel.dk>2013-11-14 08:29:01 -0700
commit1355b37f111b35cd6f53078ce63997aec473629f (patch)
tree590ecf1b148fc631336213a956d8456ce85bdc42 /Documentation
parentf618ef7c47934d1686a764d0c9f70f23e566683f (diff)
parentc86949486d41d9e7d7681fc72923555114fd702f (diff)
downloadop-kernel-dev-1355b37f111b35cd6f53078ce63997aec473629f.zip
op-kernel-dev-1355b37f111b35cd6f53078ce63997aec473629f.tar.gz
Merge branch 'for-3.13/post-mq-drivers' into for-linus
Diffstat (limited to 'Documentation')
-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 470fe4b..e2240f5 100644
--- a/Documentation/blockdev/floppy.txt
+++ b/Documentation/blockdev/floppy.txt
@@ -39,15 +39,15 @@ Module configuration options
============================
If you use the floppy driver as a module, use the following syntax:
-modprobe floppy <options>
+modprobe floppy floppy="<options>"
Example:
- modprobe floppy omnibook messages
+ modprobe floppy floppy="omnibook messages"
If you need certain options enabled every time you load the floppy driver,
you can put:
- options floppy omnibook messages
+ options floppy floppy="omnibook messages"
in a configuration file in /etc/modprobe.d/.
OpenPOWER on IntegriCloud