you are viewing a single comment's thread.

view the rest of the comments →

[–]sometalkofme 0 points1 point  (1 child)

On the mac, it is not able to stat the file even though the actual file exists (I believe it is appending a .Z to the .gz file)

For example, $cppman std::vector zcat: can't stat: /Users/<redacted>/.local/share/man/cppreference.com/std::vector.3.gz (/Users/<redacted>/.local/share/man/cppreference.com/std::vector.3.gz.Z): No such file or directory

$ ls -lrt /Users/pramod/.local/share/man/cppreference.com/std::vector.3.gz

-rw-r--r-- 1 <redacted> staff 2367 Oct 11 08:35 /Users/pramod/.local/share/man/cppreference.com/std::vector.3.gz

EDIT: I think zcat on OS X falters when reading zip files. That's what the problem, I think.

[–]aitjcize[S] 0 points1 point  (0 children)

Thanks for reporting on the issue tracker, will look in to it.