From: Emil Velikov Date: Wed, 18 Sep 2024 15:49:08 +0000 (+0100) Subject: man/rmmod: reorder, add --help X-Git-Tag: v34~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cc728ffa0d8509a319972eab05d2e0480e7f5c4;p=thirdparty%2Fkmod.git man/rmmod: reorder, add --help Stay consistent with the output of rmmod --help and update the respective options. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/138 Signed-off-by: Lucas De Marchi --- diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index c53fe3d7..f74925fd 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -6,7 +6,7 @@ rmmod - Simple program to remove a module from the Linux Kernel # SYNOPSIS -*rmmod* [*-f*] [*-s*] [*-v*] [_modulename_] +*rmmod* [_OPTIONS_] [_modulename_] # DESCRIPTION @@ -16,11 +16,6 @@ is provided) from the kernel. Most users will want to use *modprobe*(8) with the # OPTIONS -*-v* -*--verbose* - Print messages about what the program is doing. Usually *rmmod* prints - messages only if something goes wrong. - *-f* *--force* This option can be extremely dangerous: it has no effect unless @@ -32,10 +27,19 @@ is provided) from the kernel. Most users will want to use *modprobe*(8) with the *--syslog* Send errors to syslog instead of standard error. +*-v* +*--verbose* + Print messages about what the program is doing. Usually *rmmod* prints + messages only if something goes wrong. + *-V* *--version* Show version of program and exit. +*-h* +*--help* + Print the help message and exit. + # COPYRIGHT This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.