]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man/insmod: minor cosmetic changes
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 11 Oct 2024 15:21:42 +0000 (16:21 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 15 Oct 2024 18:38:03 +0000 (13:38 -0500)
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/ZvknyLKvQeBo16n9@meinfjell.helgefjelltest.de
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/177
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/insmod.8.scd

index e6a3db81061c9d41fa7aca4510fe96f4344ad921..999479355a48c70b1825ee46740e21689fdf3302 100644 (file)
@@ -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 usemodprobe*(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