From ecedc6890b82442da8c0ea122fa4e8257a62dbc7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 30 Sep 2024 14:31:37 +0100 Subject: [PATCH] man: add BUGS section with basic information Link the issue tracker and recommend providing reproducer/expectations in the bug report. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/164 Signed-off-by: Lucas De Marchi --- man/depmod.8.scd | 6 ++++++ man/depmod.d.5.scd | 6 ++++++ man/insmod.8.scd | 6 ++++++ man/kmod.8.scd | 6 ++++++ man/lsmod.8.scd | 6 ++++++ man/modinfo.8.scd | 6 ++++++ man/modprobe.8.scd | 6 ++++++ man/modprobe.d.5.scd | 6 ++++++ man/modules.dep.5.scd | 6 ++++++ man/rmmod.8.scd | 6 ++++++ 10 files changed, 60 insertions(+) diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 7d2b3197..51fd4c51 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -158,6 +158,12 @@ Portions Copyright Jon Masters, and others. *depmod.d*(5), *modprobe*(8), *modules.dep*(5) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index b94d1987..0ccbb204 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -101,6 +101,12 @@ This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc. *depmod*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/insmod.8.scd b/man/insmod.8.scd index ea5b608f..bca79dbc 100644 --- a/man/insmod.8.scd +++ b/man/insmod.8.scd @@ -51,6 +51,12 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. *modprobe*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/kmod.8.scd b/man/kmod.8.scd index d2039c67..5401fbd4 100644 --- a/man/kmod.8.scd +++ b/man/kmod.8.scd @@ -43,6 +43,12 @@ This manual page originally Copyright 2014, Marco d'Itri. *lsmod*(8), *rmmod*(8), *insmod*(8), *modinfo*(8), *modprobe*(8), *depmod*(8) +# BUGS + +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." + # AUTHOR *kmod* project was started by Lucas De Marchi as a drop-in replacement to diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index baf828df..cb43ff14 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -40,6 +40,12 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. *insmod*(8), *modprobe*(8), *modinfo*(8), *depmod*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd index dace58f4..fab37b04 100644 --- a/man/modinfo.8.scd +++ b/man/modinfo.8.scd @@ -75,6 +75,12 @@ This manual page originally Copyright 2003, Rusty Russell, IBM Corporation. *modprobe*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index a6b57dc2..5fb2d73c 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -224,6 +224,12 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. *modprobe.d*(5), *insmod*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd index 48075066..ed9e6ded 100644 --- a/man/modprobe.d.5.scd +++ b/man/modprobe.d.5.scd @@ -172,6 +172,12 @@ This manual page originally Copyright 2004, Rusty Russell, IBM Corporation. *modprobe*(8), *modules.dep*(5) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd index c570236d..175933b8 100644 --- a/man/modules.dep.5.scd +++ b/man/modules.dep.5.scd @@ -34,6 +34,12 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. *depmod*(8), *modprobe*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index f74925fd..7ccf03cf 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -48,6 +48,12 @@ This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. *modprobe*(8), *insmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) +# BUGS + +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." + # AUTHORS Numerous contributions have come from the linux-modules mailing list -- 2.47.3