From: Yauheni Kaliuta Date: Thu, 2 Feb 2023 13:47:36 +0000 (+0200) Subject: man/rmmod: explain why modprobe -r is more useful X-Git-Tag: v31~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06fadcc6b17c3b9a534540dd6d74b0c5fb1d948d;p=thirdparty%2Fkmod.git 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 Reviewed-by: Luis Chamberlain Signed-off-by: Lucas De Marchi --- diff --git a/man/rmmod.xml b/man/rmmod.xml index e7c7e5f9..67bcbedd 100644 --- a/man/rmmod.xml +++ b/man/rmmod.xml @@ -52,7 +52,8 @@ want to use modprobe8 - with the option instead. + with the option instead + since it removes unused dependent modules as well.