Description of Problem: Something is not right with the zshall.1 man-page. If you run the command "man 1 zshall 2> stderr", there's data in the file "stderr". Version-Release number of selected component (if applicable): # rpm -qf /usr/share/man/man1/zshall.1.gz zsh-4.0.4-8 How Reproducible: 100% Steps to Reproduce: 1. man 1 zshall 2> stderr Actual Results: contents are as follows: # cat stderr <standard input>:472: realpath on `man1/zshmisc.1' failed: No such file or directory <standard input>:473: realpath on `man1/zshexpn.1' failed: No such file or directory <standard input>:474: realpath on `man1/zshparam.1' failed: No such file or directory <standard input>:475: realpath on `man1/zshoptions.1' failed: No such file or directory <standard input>:476: realpath on `man1/zshbuiltins.1' failed: No such file or directory <standard input>:477: realpath on `man1/zshzle.1' failed: No such file or directory <standard input>:478: realpath on `man1/zshcompwid.1' failed: No such file or directory <standard input>:479: realpath on `man1/zshcompsys.1' failed: No such file or directory <standard input>:480: realpath on `man1/zshcompctl.1' failed: No such file or directory <standard input>:481: realpath on `man1/zshmodules.1' failed: No such file or directory <standard input>:482: realpath on `man1/zshzftpsys.1' failed: No such file or directory <standard input>:483: realpath on `man1/zshcontrib.1' failed: No such file or directory Expected Results: empty stderr output
*** This bug has been marked as a duplicate of 19555 ***