aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

No manual entry for anything #158

Closed jim3 closed 1 year ago

jim3 commented 1 year ago

I installed the cppman package via apt.

When trying to access the docs at cplusplus.com it is giving me: No manual entry for anything I give it.

For example: cppman vector::begin gives me No manual entry for vector::begin

Also, if I try to switch to cppreference I get an HTTP error:

cppman -s cppreference.com gives me: error: HTTP Error 403: Forbidden

uname -a is:

Linux host1 6.1.0-kali9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1kali1 (2023-05-12) x86_64 GNU/Linux
aitjcize commented 1 year ago

@jim3 the issue is fixed in the latest version 0.5.6. The package hasn't yet been updated upstream. Please install cppman with pip install cppman for the time being.

jim3 commented 1 year ago

Will get it via pip then. Thanks!