jeaye / stdman

Formatted C++20 stdlib man pages (cppreference)
MIT License
936 stars 51 forks source link

How to man same name but from different header? #35

Open haxpor opened 5 years ago

haxpor commented 5 years ago

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

Thanks.