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 icedtea-web
Created attachment 1472507 [details] Logs
[ [1m[31mError(B[m ] binary /usr/bin/itweb-settings.itweb has no man page! [ [1m[32mOK(B[m ] binary /usr/bin/javaws.itweb has man page /usr/share/man/man1/javaws.itweb.1.gz [ [1m[32mOK(B[m ] man page is in section 1 [ [1m[31mError(B[m ] binary /usr/bin/policyeditor.itweb has no man page! Non of those have man page. They all three are accessed via alternatives, without .itweb suffix, and that have man page. checking whether config files have man pages: [ [1m[31mError(B[m ] config file /etc/bash_completion.d/itweb-settings.bash has no man page! Check it's content for proper documentation [ [1m[31mError(B[m ] config file /etc/bash_completion.d/javaws.bash has no man page! Check it's content for proper documentation [ [1m[31mError(B[m ] config file /etc/bash_completion.d/policyeditor.bash has no man page! Check it's content for proper documentation Those are bash auto completion files. The tc/bash_completion.d should be excluded form test. If you feel oposite, please repen the bug.