All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man/rmmod: explain why modprobe -r is more useful
@ 2023-02-02 13:47 Yauheni Kaliuta
  2023-02-02 19:01 ` Luis Chamberlain
  2023-02-08 17:15 ` Lucas De Marchi
  0 siblings, 2 replies; 3+ messages in thread
From: Yauheni Kaliuta @ 2023-02-02 13:47 UTC (permalink / raw)
  To: linux-modules; +Cc: lucas.de.marchi, Yauheni Kaliuta

Improve user experience by explaining the option so the user may
not search explanations in other manpages (modprobe).

Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
---
 man/rmmod.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/rmmod.xml b/man/rmmod.xml
index e7c7e5f9e7dc..67bcbedd972b 100644
--- a/man/rmmod.xml
+++ b/man/rmmod.xml
@@ -52,7 +52,8 @@
       want to use
       <citerefentry>
         <refentrytitle>modprobe</refentrytitle><manvolnum>8</manvolnum>
-      </citerefentry> with the <option>-r</option> option instead.
+      </citerefentry> with the <option>-r</option> option instead
+      since it removes unused dependent modules as well.
     </para>
   </refsect1>
 
-- 
2.39.1


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

* Re: [PATCH] man/rmmod: explain why modprobe -r is more useful
  2023-02-02 13:47 [PATCH] man/rmmod: explain why modprobe -r is more useful Yauheni Kaliuta
@ 2023-02-02 19:01 ` Luis Chamberlain
  2023-02-08 17:15 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Luis Chamberlain @ 2023-02-02 19:01 UTC (permalink / raw)
  To: Yauheni Kaliuta; +Cc: linux-modules, lucas.de.marchi

On Thu, Feb 02, 2023 at 03:47:36PM +0200, Yauheni Kaliuta wrote:
> Improve user experience by explaining the option so the user may
> not search explanations in other manpages (modprobe).
> 
> Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>

Good idea,

Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis

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

* Re: [PATCH] man/rmmod: explain why modprobe -r is more useful
  2023-02-02 13:47 [PATCH] man/rmmod: explain why modprobe -r is more useful Yauheni Kaliuta
  2023-02-02 19:01 ` Luis Chamberlain
@ 2023-02-08 17:15 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas De Marchi @ 2023-02-08 17:15 UTC (permalink / raw)
  To: linux-modules, Yauheni Kaliuta; +Cc: Lucas De Marchi


On Thu, 02 Feb 2023 15:47:36 +0200, Yauheni Kaliuta wrote:
> Improve user experience by explaining the option so the user may
> not search explanations in other manpages (modprobe).
> 
> 

Applied, thanks!

[1/1] man/rmmod: explain why modprobe -r is more useful
      commit: 06fadcc6b17c3b9a534540dd6d74b0c5fb1d948d

Best regards,
-- 
Lucas De Marchi <lucas.de.marchi@gmail.com>

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

end of thread, other threads:[~2023-02-08 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 13:47 [PATCH] man/rmmod: explain why modprobe -r is more useful Yauheni Kaliuta
2023-02-02 19:01 ` Luis Chamberlain
2023-02-08 17:15 ` Lucas De Marchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.