linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Honggang LI <honli@redhat.com>
To: linux-modules@vger.kernel.org
Subject: kmod documentation issue -- module parameters must after modulename
Date: Wed, 1 Jun 2016 19:12:07 +0800	[thread overview]
Message-ID: <20160601111207.GB28228@dhcp-13-42.nay.redhat.com> (raw)

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

             reply	other threads:[~2016-06-01 11:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 11:12 Honggang LI [this message]
2016-06-04 14:07 ` kmod documentation issue -- module parameters must after modulename Lucas De Marchi
2016-06-06  3:06   ` Honggang LI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160601111207.GB28228@dhcp-13-42.nay.redhat.com \
    --to=honli@redhat.com \
    --cc=linux-modules@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).