From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.1 (X11; Linux i686; U;) Gecko/20020417 Description of problem: Since the switch to gzipped man pages, the zshall man page is broken. Simply because it tries to open man1/zshmisc.1 for example which is really zshmisc.1.gz. The result is that the man page is incomplete. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. man zshall Actual Results: The best way to see the result is to redirect man's standard output: man zshall > /dev/null Here is the result: <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: I would have expected to get the complete man page. Additional info:
Not a zsh bug, an old, known, unfixed groff bug.
*** This bug has been marked as a duplicate of 19555 ***