In order to improve usability of packages in Fedora, project Man Page Scan was created and its task is to provide consistency of man pages (and documentation in general). The results are now available for package maintainers to fix documentation issues. If you need to re-run the check yourself, here is the simple process of man page check: 1. Download man-page-day from: https://pagure.io/ManualPageScan/blob/master/f/man-page-day.sh 2. Run the script: $ ./man-page-day.sh grep
Created attachment 1472485 [details] Logs
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'.
> [ Error ] config file /etc/GREP_COLORS has no man page! Check it's content for proper documentation > [ Error ] config file /etc/profile.d/colorgrep.csh has no man page! Check it's content for proper documentation > [ Error ] config file /etc/profile.d/colorgrep.sh has no man page! Check it's content for proper documentation No man pages are intended for them - bash/csh init scripts and color configuration file with syntax which is obvious (from man grep), so closing.
(In reply to Jaroslav Škarvada from comment #3) > > [ Error ] config file /etc/GREP_COLORS has no man page! Check it's content for proper documentation > > [ Error ] config file /etc/profile.d/colorgrep.csh has no man page! Check it's content for proper documentation > > [ Error ] config file /etc/profile.d/colorgrep.sh has no man page! Check it's content for proper documentation > > No man pages are intended for them - bash/csh init scripts and color > configuration file with syntax which is obvious (from man grep), so closing. Regarding /etc/GREP_COLORS it's self-documented in the comments (there is no relation to the grep man page).