[zsh] wrong file paths in man pages
Description:
`man zsh` lists: /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin /etc/zlogout
zsh is packaged to use: /etc/zsh/zshenv /etc/zsh/zprofile /etc/zsh/zshrc /etc/zsh/zlogin /etc/zsh/zlogout
According to https://sourceforge.net/p/zsh/code/ci/master/tree/INSTALL this can be fixed:
"The precompiled documentation comes with startup files listed
as being in the /etc directory. If yodl is available, running
"touch version.yo" and "make" in the Doc directory should produce
correctly substituted documentation."
Additional info:
* package version(s)
* config and/or log files etc.
zsh 5.2-1
Steps to reproduce:
man zsh