From 1e0d32c0cce20a698ceb2889d93d3921ecf570f9 Mon Sep 17 00:00:00 2001 From: Jose Castillo Date: Wed, 9 Jan 2019 16:08:47 +0100 Subject: [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 Signed-off-by: Bryn M. Reeves --- man/en/sosreport.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .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 -- cgit