From c13f9d95abb7b097aed92f821b85167f1251779d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 11 Oct 2024 16:19:24 +0100 Subject: [PATCH] man: remove erroneous " in BUGS section A silly copy/paste mistake by yours truly (-: Fixes: ecedc689 ("man: add BUGS section with basic information") Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/177 Signed-off-by: Lucas De Marchi --- man/depmod.8.scd | 2 +- man/depmod.d.5.scd | 2 +- man/insmod.8.scd | 2 +- man/kmod.8.scd | 2 +- man/lsmod.8.scd | 2 +- man/modinfo.8.scd | 2 +- man/modprobe.8.scd | 2 +- man/modprobe.d.5.scd | 2 +- man/modules.dep.5.scd | 2 +- man/rmmod.8.scd | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 67476fb2..1e2315e7 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -148,7 +148,7 @@ Portions Copyright Jon Masters, and others. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index 0ccbb204..cb8de4de 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -105,7 +105,7 @@ This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/insmod.8.scd b/man/insmod.8.scd index e45cefd9..e6a3db81 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -50,7 +50,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/kmod.8.scd b/man/kmod.8.scd index 54907169..b196bc1d 100644 --- a/man/kmod.8.scd +++ b/man/kmod.8.scd @@ -45,7 +45,7 @@ This manual page originally Copyright 2014, Marco d'Itri. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHOR diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index d8597172..339526df 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -40,7 +40,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd index 7e6f029b..c64e9c82 100644 --- a/man/modinfo.8.scd +++ b/man/modinfo.8.scd @@ -71,7 +71,7 @@ This manual page originally Copyright 2003, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index 6d1f16ac..075704d8 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -210,7 +210,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd index ed9e6ded..5d028e23 100644 --- a/man/modprobe.d.5.scd +++ b/man/modprobe.d.5.scd @@ -176,7 +176,7 @@ This manual page originally Copyright 2004, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd index 175933b8..37c38bf0 100644 --- a/man/modules.dep.5.scd +++ b/man/modules.dep.5.scd @@ -38,7 +38,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index 7aa4e0e6..2f6bd56c 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -53,7 +53,7 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Please direct any bug reports to kmod's issue tracker at https://github.com/kmod-project/kmod/issues/ alongside with version used, steps -to reproduce the problem and the expected outcome." +to reproduce the problem and the expected outcome. # AUTHORS -- 2.47.3