From: Emil Velikov Date: Fri, 11 Oct 2024 15:21:42 +0000 (+0100) Subject: man/insmod: minor cosmetic changes X-Git-Tag: v34~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1104af11eabbd8612cacafbfc5643690569fc849;p=thirdparty%2Fkmod.git man/insmod: minor cosmetic changes 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 Link: https://github.com/kmod-project/kmod/pull/177 Signed-off-by: Lucas De Marchi --- diff --git a/man/insmod.8.scd b/man/insmod.8.scd index e6a3db81..99947935 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -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