linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kmod documentation issue -- module parameters must after modulename
@ 2016-06-01 11:12 Honggang LI
  2016-06-04 14:07 ` Lucas De Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Honggang LI @ 2016-06-01 11:12 UTC (permalink / raw)
  To: linux-modules

upstream-git]$ git clone https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
upstream-git]$ cd kmod
kmod]$ grep -w -n fred -r .
./man/modprobe.d.xml:144:            This can be useful because users expect "modprobe fred opt=1" to
                                                                              ^^^^^^^^^^^^^^^^^^^
./man/modprobe.d.xml:148:            --ignore-install fred $CMDLINE_OPTS"
                                                      ^^^^^^^^^^^^^^^^^^
						      
"modprobe fred opt=1" should be "modprobe opt=1 fred"
"fred $CMDLINE_OPTS" should be "$CMDLINE_OPTS fred"

Please fix it.

thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-06  3:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 11:12 kmod documentation issue -- module parameters must after modulename Honggang LI
2016-06-04 14:07 ` Lucas De Marchi
2016-06-06  3:06   ` Honggang LI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).