Skip to content

Commit

Permalink
floppy: Correct documentation of driver options when used as a module.
Browse files Browse the repository at this point in the history
The options have to be passed space-separated and prefixed by "floppy=",
rather than separately and unprefixed.

This fixes <http://bugs.debian.org/726655>.

Signed-off-by: Ben Harris <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
bjh21 authored and axboe committed Nov 8, 2013
1 parent 49c2856 commit f7cb20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/blockdev/floppy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down

0 comments on commit f7cb20f

Please sign in to comment.