From 4cc728ffa0d8509a319972eab05d2e0480e7f5c4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 18 Sep 2024 16:49:08 +0100 Subject: [PATCH] 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 --- man/rmmod.8.scd | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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. -- 2.47.2