You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed cppman using homebrew on macOS. When trying to view any man page like cppman vector or cppman std::vector the following error is generated:
The error seems to happen with every input I give to cppman. Manually decompressing the .gz file works fine.
When looking for the file there seems to be a naming issue. The downloaded file is called std//vector.3.gz:
The text was updated successfully, but these errors were encountered:
I installed cppman using homebrew on macOS. When trying to view any man page like
cppman vector
orcppman std::vector
the following error is generated:The error seems to happen with every input I give to cppman. Manually decompressing the .gz file works fine.
When looking for the file there seems to be a naming issue. The downloaded file is called
std//vector.3.gz
:The text was updated successfully, but these errors were encountered: