summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauheni Kaliuta <ykaliuta@redhat.com>2023-02-02 15:47:36 +0200
committerLucas De Marchi <lucas.de.marchi@gmail.com>2023-02-08 09:10:05 -0800
commit06fadcc6b17c3b9a534540dd6d74b0c5fb1d948d (patch)
tree63e201a2300132699a72d0f99c822840bcd68fe5
parent883d931d1bd04b089b85b554d1df6f41dcf5fbf5 (diff)
downloadkmod-06fadcc6b17c3b9a534540dd6d74b0c5fb1d948d.tar.gz
man/rmmod: explain why modprobe -r is more useful
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> Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
-rw-r--r--man/rmmod.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/rmmod.xml b/man/rmmod.xml
index e7c7e5f..67bcbed 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>