Skip to content

Commit

Permalink
man/insmod: minor cosmetic changes
Browse files Browse the repository at this point in the history
Namely: drop the ellipsis from the man page, to align with --help.

Properly bold modprobe, without the leading space... A reminder from the
xml days.

Reference: https://lore.kernel.org/linux-modules/[email protected]
Signed-off-by: Emil Velikov <[email protected]>
  • Loading branch information
evelikov committed Oct 11, 2024
1 parent ad44d10 commit 1e8ef20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/insmod.8.scd
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ insmod - Simple program to insert a module into the Linux Kernel

# SYNOPSIS

*insmod* [_OPTIONS_] [_filename_] [_module options_...]
*insmod* [_OPTIONS_] [_filename_] [_module options_]

# DESCRIPTION

*insmod* is a trivial program to insert a module into the kernel. Most users
will want to use* modprobe*(8) instead, which is more clever and can handle
will want to use *modprobe*(8) instead, which is more clever and can handle
module dependencies.

Only the most general of error messages are reported: as the work of trying to
Expand Down

0 comments on commit 1e8ef20

Please sign in to comment.