diff options
author | Ben Harris <bjh21@cam.ac.uk> | 2013-10-18 16:23:35 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-11-08 11:10:31 -0500 |
commit | f7cb20f03dc6dff1b19942cf3dda6d154c86f29b (patch) | |
tree | d024dfbff8e2d5fd80adfdb62594dac10ea69078 /Documentation/blockdev | |
parent | 49c2856af779bb1a36fa598804e4c0b2251fae57 (diff) |
floppy: Correct documentation of driver options when used as a module.
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 <bjh21@cam.ac.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/blockdev')
-rw-r--r-- | Documentation/blockdev/floppy.txt | 6 |
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: |
42 | modprobe floppy <options> | 42 | modprobe floppy floppy="<options>" |
43 | 43 | ||
44 | Example: | 44 | Example: |
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, |
48 | you can put: | 48 | you can put: |
49 | 49 | ||
50 | options floppy omnibook messages | 50 | options floppy floppy="omnibook messages" |
51 | 51 | ||
52 | in a configuration file in /etc/modprobe.d/. | 52 | in a configuration file in /etc/modprobe.d/. |
53 | 53 | ||