diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-09 10:36:03 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-21 10:01:01 -0400 |
commit | 17e5055accf833fd8d7fa5ec12710875b6315122 (patch) | |
tree | 4417b261ab26b10c6f8bd8f10c949ee50e44b1c8 /man/en/sos-report.1 | |
parent | 3b9936888f9395d5fe2368accaec66c5a6719857 (diff) | |
download | sos-17e5055accf833fd8d7fa5ec12710875b6315122.tar.gz |
[docs] Update man page for sos.conf after configuration redesign
Updates the manpage for further changes to the configuration design of
sos. `man sos.conf` now includes information on non-root user overrides,
as well as information regarding the subdirectories under `/etc/sos/` or
`$HOME/.config/sos/`.
The `sos_extras` plugin docstring has been copied into the man page as
well for better coverage of how users are expected to use that plugin.
The docstring remains in place in the actual plugin as well.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en/sos-report.1')
-rw-r--r-- | man/en/sos-report.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index 41758e79..f4de8083 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -116,6 +116,9 @@ Note: to set a description for the preset that is displayed with \fB--list-prese use the \fB--desc\fR option. Note: to set a behaviour note of the preset, use --note option. + +Note: The root filesystem, as seen by sos if running within a container, must be +writable to save presets using this option. .TP .B \--del-preset DEL_PRESET Deletes the preset with name DEL_PRESET from the filesystem so that it can no |