]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
man: few manpage-l10n inspired suggestions
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 30 Sep 2024 13:18:46 +0000 (14:18 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 9 Oct 2024 04:01:50 +0000 (23:01 -0500)
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 <debian@helgefjell.de>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/164
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/insmod.8.scd
man/lsmod.8.scd

index 5c304aff0a1833fbc31a14b3be5ac829389dcd2a..ea5b608f8b7480caaa426b2be4b418ad6f57cdfa 100644 (file)
@@ -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
 
index 72d2375cbe81cc4a8d42aa3bb175858e5882493f..baf828dfc575ad64637fb3ff7012e4b995490c17 100644 (file)
@@ -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