diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2020-05-18 09:52:12 +0200 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-05-19 11:36:36 -0400 |
commit | 554abb0131d12952cc42a47697e953cb19b61f19 (patch) | |
tree | 8949e4f37f9dbb34f4cb2a0a7bd4613dbb61ecd8 /man/en/sos.conf.5 | |
parent | 591cd4cf0c148500cf5287dc51580822c1551c37 (diff) | |
download | sos-554abb0131d12952cc42a47697e953cb19b61f19.tar.gz |
[man] update references to 'general' plugin
'general' plugin was replaced by 'host' plugin years ago.
Let update an example in man pages accordingly.
Resolves: #2072
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en/sos.conf.5')
-rw-r--r-- | man/en/sos.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/en/sos.conf.5 b/man/en/sos.conf.5 index ad18d5f2..00b71c1f 100644 --- a/man/en/sos.conf.5 +++ b/man/en/sos.conf.5 @@ -49,11 +49,11 @@ build=true .br threads=10 .sp -To disable the 'general' and 'filesys' plugins: +To disable the 'host' and 'filesys' plugins: .LP [plugins] .br -disable = general, filesys +disable = host, filesys .sp To disable rpm package verification in the RPM plugin: .LP |