diff mbox series

man/rmmod: explain why modprobe -r is more useful

Message ID 20230202134736.405778-1-ykaliuta@redhat.com (mailing list archive)
State New, archived
Headers show
Series man/rmmod: explain why modprobe -r is more useful | expand

Commit Message

Yauheni Kaliuta Feb. 2, 2023, 1:47 p.m. UTC
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(-)

Comments

Luis Chamberlain Feb. 2, 2023, 7:01 p.m. UTC | #1
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
Lucas De Marchi Feb. 8, 2023, 5:15 p.m. UTC | #2
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,
diff mbox series

Patch

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>