From 0345ff4259ea506745ce289e95ecc33aaf2365d9 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 29 Jun 2023 15:58:02 -0400 Subject: [docs] Update maintainer field in man pages Update the maintainer field to be more generic and direct readers to the upstream repo. Closes: #3290 Signed-off-by: Jake Hunsaker --- man/en/sos-clean.1 | 2 +- man/en/sos-collect.1 | 6 +++++- man/en/sos-report.1 | 2 +- man/en/sos.1 | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/en/sos-clean.1 b/man/en/sos-clean.1 index e8506eeb..c51f3276 100644 --- a/man/en/sos-clean.1 +++ b/man/en/sos-clean.1 @@ -135,7 +135,7 @@ on the system from a previous execution. .SH MAINTAINER .nf -Jake Hunsaker +Maintained on GitHub at https://github.com/sosreport/sos .fi .SH AUTHORS & CONTRIBUTORS See \fBAUTHORS\fR file in the package documentation. diff --git a/man/en/sos-collect.1 b/man/en/sos-collect.1 index 7f6bd450..7ef05718 100644 --- a/man/en/sos-collect.1 +++ b/man/en/sos-collect.1 @@ -395,4 +395,8 @@ Sosreport option. Override the default compression type. .BR sos.conf (5) .SH MAINTAINER - Jake Hunsaker +.nf +Maintained on GitHub at https://github.com/sosreport/sos +.fi +.SH AUTHORS & CONTRIBUTORS +See \fBAUTHORS\fR file in the package documentation. diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index c4859b8f..4aa60a37 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -494,7 +494,7 @@ Display usage message. .SH MAINTAINER .nf -Jake Hunsaker +Maintained on GitHub at https://github.com/sosreport/sos .fi .SH AUTHORS & CONTRIBUTORS See \fBAUTHORS\fR file in the package documentation. diff --git a/man/en/sos.1 b/man/en/sos.1 index 2d5a9721..b4396fdc 100644 --- a/man/en/sos.1 +++ b/man/en/sos.1 @@ -165,7 +165,7 @@ Display usage message. .BR sos.conf (5) .SH MAINTAINER .nf -Jake Hunsaker +Maintained on GitHub at https://github.com/sosreport/sos .fi .SH AUTHORS & CONTRIBUTORS See \fBAUTHORS\fR file in the package documentation. -- cgit