Skip to content

Commit 29d8abf

Browse files
fangfufuumlaeute
authored andcommitted
Update README.md
Multiple module parameters are allowed in a single line in modern kernel.
1 parent 719af83 commit 29d8abf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,13 @@ If needed, one can specify default module options by creating
331331
`/etc/modprobe.d/v4l2loopback.conf` in the following form:
332332
333333
~~~
334-
options v4l2loopback video_nr=3,4,7
335-
options v4l2loopback card_label="device number 3,the number four,the last one"
334+
options v4l2loopback video_nr=3,4,7 card_label="device number 3,the number four,the last one"
336335
~~~
337336
338-
One can only add one option per line. These options also become the defaults when
339-
manually calling `modprobe v4l2loopback`. Note that the double quotes can only
340-
be used at the beginning and the end of the option's value, as opposed to when
341-
they are specified on the command line.
337+
These options also become the defaults when manually calling
338+
`modprobe v4l2loopback`. Note that the double quotes can only be used at the
339+
beginning and the end of the option's value, as opposed to when they are
340+
specified on the command line.
342341
343342
If your system boots with an initial ramdisk, which is the case for most
344343
modern distributions, you need to update this ramdisk with the settings above,

0 commit comments

Comments
 (0)