diff mbox series

[kmod,v2,16/17] man: rework AUTHORS section

Message ID 20240708-man-v2-16-a23df6ef871e@gmail.com (mailing list archive)
State New
Headers show
Series man: minor improvements, post the scdoc conversion | expand

Commit Message

Emil Velikov via B4 Relay July 8, 2024, 1:43 p.m. UTC
From: Emil Velikov <emil.l.velikov@gmail.com>

Replace the partial listing with suggestion to check through git
shortlog and git blame.

Explicitly spell out the current maintainer, alongside giving Jon
attribution for the original project.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 man/depmod.8.scd      | 13 ++++++-------
 man/depmod.d.5.scd    | 13 ++++++-------
 man/insmod.8.scd      | 10 ++++++----
 man/kmod.8.scd        | 13 +++++++++++--
 man/lsmod.8.scd       | 10 ++++++----
 man/modinfo.8.scd     | 10 ++++++----
 man/modprobe.8.scd    | 13 ++++++-------
 man/modprobe.d.5.scd  | 13 ++++++-------
 man/modules.dep.5.scd | 10 ++++++----
 man/rmmod.8.scd       | 10 ++++++----
 10 files changed, 65 insertions(+), 50 deletions(-)
diff mbox series

Patch

diff --git a/man/depmod.8.scd b/man/depmod.8.scd
index 0252a72..76d4fa8 100644
--- a/man/depmod.8.scd
+++ b/man/depmod.8.scd
@@ -116,11 +116,10 @@  Portions Copyright Jon Masters, and others.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Robby Workman* <rworkman@slackware.com>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd
index dc13ec7..ec1b032 100644
--- a/man/depmod.d.5.scd
+++ b/man/depmod.d.5.scd
@@ -103,11 +103,10 @@  This manual page Copyright 2006-2010, Jon Masters, Red Hat, Inc.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Robby Workman* <rworkman@slackware.com>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/insmod.8.scd b/man/insmod.8.scd
index 27d4409..137830f 100644
--- a/man/insmod.8.scd
+++ b/man/insmod.8.scd
@@ -28,8 +28,10 @@  This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/kmod.8.scd b/man/kmod.8.scd
index 6bd9432..2294591 100644
--- a/man/kmod.8.scd
+++ b/man/kmod.8.scd
@@ -43,5 +43,14 @@  This manual page originally Copyright 2014, Marco d'Itri.
 
 # AUTHOR
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*kmod* project was started by Lucas De Marchi as a drop-in replacement to
+module-init-tools that was maintained by Jon Masters, adding a library (libkmod)
+and additional features.
+
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
+
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd
index ded619e..d81cce2 100644
--- a/man/lsmod.8.scd
+++ b/man/lsmod.8.scd
@@ -22,8 +22,10 @@  This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/modinfo.8.scd b/man/modinfo.8.scd
index d088c7e..7511798 100644
--- a/man/modinfo.8.scd
+++ b/man/modinfo.8.scd
@@ -70,8 +70,10 @@  This manual page originally Copyright 2003, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd
index 67cbb1a..85d47fa 100644
--- a/man/modprobe.8.scd
+++ b/man/modprobe.8.scd
@@ -208,11 +208,10 @@  This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Robby Workman* <rworkman@slackware.com>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/modprobe.d.5.scd b/man/modprobe.d.5.scd
index 246457b..e6e9c51 100644
--- a/man/modprobe.d.5.scd
+++ b/man/modprobe.d.5.scd
@@ -174,11 +174,10 @@  This manual page originally Copyright 2004, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Robby Workman* <rworkman@slackware.com>
-	Developer
-
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/modules.dep.5.scd b/man/modules.dep.5.scd
index 7723a16..7c68ab9 100644
--- a/man/modules.dep.5.scd
+++ b/man/modules.dep.5.scd
@@ -36,8 +36,10 @@  This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.
diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd
index c4dcc3e..cf55478 100644
--- a/man/rmmod.8.scd
+++ b/man/rmmod.8.scd
@@ -42,8 +42,10 @@  This manual page originally Copyright 2002, Rusty Russell, IBM Corporation.
 
 # AUTHORS
 
-*Jon Masters* <jcm@jonmasters.org>
-	Developer
+Numerous contributions have come from the linux-modules mailing list
+<linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git
+itself, the output of *git-shortlog*(1) and *git-blame*(1) can show you the
+authors for specific parts of the project.
 
-*Lucas De Marchi* <lucas.de.marchi@gmail.com>
-	Developer
+*Lucas De Marchi* <lucas.de.marchi@gmail.com> is the current maintainer of the
+project.