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