jeaye / stdman

Formatted C++20 stdlib man pages (cppreference)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to man same name but from different header?

haxpor opened this issue · comments

For example, in case of std::move which can be seen from utility and algorithm. man std::move will result in the latter.

Thanks.