Ticket #6087 (closed defect: fixed)
BUG: "man zshall" can't include the individual man pages
| Reported by: | vincent-opdarw@… | Owned by: | nox@… |
|---|---|---|---|
| Priority: | Low | Milestone: | Port Bugs |
| Component: | ports | Version: | |
| Keywords: | Cc: | mww@…, olegb@…, yeled@… | |
| Port: |
Description
When doing a "man zshall", I get the errors:
<standard input>:478: can't open `man1/zshmisc.1': No such file or directory <standard input>:479: can't open `man1/zshexpn.1': No such file or directory <standard input>:480: can't open `man1/zshparam.1': No such file or directory <standard input>:481: can't open `man1/zshoptions.1': No such file or directory <standard input>:482: can't open `man1/zshbuiltins.1': No such file or directory <standard input>:483: can't open `man1/zshzle.1': No such file or directory <standard input>:484: can't open `man1/zshcompwid.1': No such file or directory <standard input>:485: can't open `man1/zshcompsys.1': No such file or directory <standard input>:486: can't open `man1/zshcompctl.1': No such file or directory <standard input>:487: can't open `man1/zshmodules.1': No such file or directory <standard input>:488: can't open `man1/zshtcpsys.1': No such file or directory <standard input>:489: can't open `man1/zshzftpsys.1': No such file or directory <standard input>:490: can't open `man1/zshcontrib.1': No such file or directory
With the "man" utility from DP, I get the same errors (with a difference of 1 on the line numbers).
This may be due to the fact that the files are compressed: if I do a
gunzip -c zshmisc.1.gz > zshmisc.1
then zshmisc.1 can be included. However, the fact that this doesn't work with compressed files is not normal: on Debian, the files are also compressed, but all the man pages are included without any error.
I've also installed the groff port, but I still get the same problem.

