diff options
author | Jose Castillo <jose.mfcastillo@gmail.com> | 2019-01-09 16:08:47 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-19 18:58:21 +0000 |
commit | 1e0d32c0cce20a698ceb2889d93d3921ecf570f9 (patch) | |
tree | 2f535a469559a235bdbc58a50b64ebcbdb83b318 /man/en | |
parent | ce9b8052e66052473a1d3457452f55b65730ace0 (diff) | |
download | sos-1e0d32c0cce20a698ceb2889d93d3921ecf570f9.tar.gz |
[manpages] Fix path for docs in /usr/share/doc
In the Makefile we have specified the path for sosreport docs as:
install -m644 AUTHORS README.md $(DESTDIR)/usr/share/$(NAME)/.
And NAME is 'sos'. But in the manpage we have the path as
/usr/share/doc/sosreport. This fix removes the path and directs
to the package documentation.
Fixes: #1531
Resolves: #1532
Signed-off-by: Jose Castillo <jose.mfcastillo@gmail.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sosreport.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 2fca3146..43b126f4 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -238,7 +238,7 @@ Display usage message. Bryn M. Reeves <bmr@redhat.com> .fi .SH AUTHORS & CONTRIBUTORS -See \fBAUTHORS\fR file in /usr/share/doc/sosreport. +See \fBAUTHORS\fR file in the package documentation. .nf .SH TRANSLATIONS .nf |