Skip to content

Commit

Permalink
man/rmmod: reorder, add --help
Browse files Browse the repository at this point in the history
Stay consistent with the output of rmmod --help and update the
respective options.

Signed-off-by: Emil Velikov <[email protected]>
Link: #138
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Sep 21, 2024
1 parent 9d2cb67 commit 4cc728f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions man/rmmod.8.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 4cc728f

Please sign in to comment.