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>
# 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