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 zsh
Created attachment 1473217 [details] Logs
> [ Error ] config file /etc/skel/.zshrc has no man page! Check it's content for proper documentation > [ Error ] config file /etc/zlogin has no man page! Check it's content for proper documentation > [ Error ] config file /etc/zlogout has no man page! Check it's content for proper documentation > [ Error ] config file /etc/zprofile has no man page! Check it's content for proper documentation > [ Error ] config file /etc/zshenv has no man page! Check it's content for proper documentation > [ Error ] config file /etc/zshrc has no man page! Check it's content for proper documentation All the files in /etc are documented in themselves. See their contents. All the warnings are false positives, as far as I can tell. zsh is a shell interpreter, which has the corresponding zsh(1) man page entry. All the other man pages in section 1 are referred from the top-level zsh(1) man page.