From: Emil Velikov Date: Mon, 30 Sep 2024 13:18:46 +0000 (+0100) Subject: man: few manpage-l10n inspired suggestions X-Git-Tag: v34~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b397696432501af0937a42cfa966ab69b243926;p=thirdparty%2Fkmod.git man: few manpage-l10n inspired suggestions Address a couple of stylistic (missing comma, manpage #, italic) issues, reported by manpage-l10n project. Reference: https://lore.kernel.org/linux-modules/ZvknyLKvQeBo16n9@meinfjell.helgefjelltest.de Reported-by: Helge Kreutzmann Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/164 Signed-off-by: Lucas De Marchi --- diff --git a/man/insmod.8.scd b/man/insmod.8.scd index 5c304aff..ea5b608f 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -15,7 +15,7 @@ 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 -link the module is now done inside the kernel, the *dmesg* usually gives more +link the module is now done inside the kernel, the *dmesg*(1) usually gives more information about errors. # OPTIONS @@ -49,7 +49,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. # SEE ALSO -*modprobe*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8) *depmod*(8) +*modprobe*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) # AUTHORS diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index 72d2375c..baf828df 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -11,7 +11,7 @@ lsmod - Show the status of modules in the Linux Kernel # DESCRIPTION *lsmod* is a trivial program which nicely formats the contents of the -/proc/modules, showing what kernel modules are currently loaded. +_/proc/modules_, showing what kernel modules are currently loaded. # OPTIONS