man page index error for `iterator`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Hi, cppman is really great and helps me a lot!
Today I tried to find some manual on iterator. I tried typing cppman iterator or cppman std::iterator, but the title of the man page I got was std::experimental::fileC++tProgstd::experimental::filesystem::path(3).
I'm using cppreference.com as source and have downloaded the man pages following your instructions. The man page I expect to see is https://en.cppreference.com/w/cpp/iterator/iterator.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with cppman iterator and cppman std::iterator after downloading the cppreference.com man pages as instructed. Compare the returned title with the expected iterator man page at the linked cppreference URL; done means these lookups select the iterator page instead of the unrelated filesystem path page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100