Blame SOURCES/sos-bz1967111-manpages-see-also.patch

47940b
From 3b439fb64d8d65b0c09aa8452bf0181ec20f8bcf Mon Sep 17 00:00:00 2001
47940b
From: Jose Castillo <jcastillo@redhat.com>
47940b
Date: Wed, 3 Mar 2021 13:03:16 +0100
47940b
Subject: [PATCH] [man] Multiple fixes in man pages
47940b
47940b
This patch fixes references to sosreport, to the
47940b
preferred 'sos report'. Also adds "SEE ALSO" consistently
47940b
for all man pages, and fixes a MAINTAINER line.
47940b
47940b
Resolves: #2432
47940b
47940b
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
47940b
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
47940b
---
47940b
 man/en/sos-clean.1   |  5 +++++
47940b
 man/en/sos-collect.1 |  1 +
47940b
 man/en/sos-report.1  | 22 ++++++++++++++--------
47940b
 3 files changed, 20 insertions(+), 8 deletions(-)
47940b
47940b
diff --git a/man/en/sos-clean.1 b/man/en/sos-clean.1
47940b
index 0c62ed07..d64a0ec7 100644
47940b
--- a/man/en/sos-clean.1
47940b
+++ b/man/en/sos-clean.1
47940b
@@ -77,6 +77,11 @@ Default: 4
47940b
 .TP
47940b
 .B \-\-no-update
47940b
 Do not write the mapping file contents to /etc/sos/cleaner/default_mapping
47940b
+.SH SEE ALSO
47940b
+.BR sos (1)
47940b
+.BR sos-report (1)
47940b
+.BR sos-collect (1)
47940b
+
47940b
 .SH MAINTAINER
47940b
 .nf
47940b
 Jake Hunsaker <jhunsake@redhat.com>
47940b
diff --git a/man/en/sos-collect.1 b/man/en/sos-collect.1
47940b
index d4e5e648..da36542d 100644
47940b
--- a/man/en/sos-collect.1
47940b
+++ b/man/en/sos-collect.1
47940b
@@ -330,6 +330,7 @@ Sosreport option. Override the default compression type.
47940b
 .SH SEE ALSO
47940b
 .BR sos (1)
47940b
 .BR sos-report (1)
47940b
+.BR sos-clean (1)
47940b
 
47940b
 .SH MAINTAINER
47940b
     Jake Hunsaker <jhunsake@redhat.com>
47940b
diff --git a/man/en/sos-report.1 b/man/en/sos-report.1
47940b
index e7fae97b..81005959 100644
47940b
--- a/man/en/sos-report.1
47940b
+++ b/man/en/sos-report.1
47940b
@@ -38,11 +38,12 @@ sosreport \- Collect and package diagnostic and support data
47940b
           [-h|--help]\fR
47940b
 
47940b
 .SH DESCRIPTION
47940b
-\fBsosreport\fR generates an archive of configuration and diagnostic
47940b
-information from the running system. The archive may be stored locally
47940b
-or centrally for recording or tracking purposes or may be sent to
47940b
-technical support representatives, developers or system administrators
47940b
-to assist with technical fault-finding and debugging.
47940b
+\fBreport\fR is an sos subcommand that generates an archive of
47940b
+configuration and diagnostic information from the running system.
47940b
+The archive may be stored locally or centrally for recording or
47940b
+tracking purposes or may be sent to technical support representatives,
47940b
+developers or system administrators to assist with technical
47940b
+fault-finding and debugging.
47940b
 .LP
47940b
 Sos is modular in design and is able to collect data from a wide
47940b
 range of subsystems and packages that may be installed. An
47940b
@@ -110,8 +111,8 @@ User defined presets are saved under /var/lib/sos/presets as JSON-formatted file
47940b
 .B \--add-preset ADD_PRESET [options]
47940b
 Add a preset with name ADD_PRESET that enables [options] when called.
47940b
 
47940b
-For example, 'sosreport --add-preset mypreset --log-size=50 -n logs' will enable
47940b
-a user to run 'sosreport --preset mypreset' that sets the maximum log size to
47940b
+For example, 'sos report --add-preset mypreset --log-size=50 -n logs' will enable
47940b
+a user to run 'sos report --preset mypreset' that sets the maximum log size to
47940b
 50 and disables the logs plugin.
47940b
 
47940b
 Note: to set a description for the preset that is displayed with \fB--list-presets\fR,
47940b
@@ -343,9 +344,14 @@ been tested for this port or may still be under active development.
47940b
 .TP
47940b
 .B \--help
47940b
 Display usage message.
47940b
+.SH SEE ALSO
47940b
+.BR sos (1)
47940b
+.BR sos-clean (1)
47940b
+.BR sos-collect (1)
47940b
+
47940b
 .SH MAINTAINER
47940b
 .nf
47940b
-Bryn M. Reeves <bmr@redhat.com>
47940b
+Jake Hunsaker <jhunsake@redhat.com>
47940b
 .fi
47940b
 .SH AUTHORS & CONTRIBUTORS
47940b
 See \fBAUTHORS\fR file in the package documentation.
47940b
-- 
47940b
2.26.3
47940b