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
mandb: warning: failed to store entry for std::filesystem::directory_entry::operator==,!=,,>=,(3)
mandb: warning: failed to store entry for std::type_index::operator==,!=,,>=,(3)
mandb: warning: failed to store entry for std::chrono::operator==,,>=,(std::chrono::leap_second)(3)
mandb: warning: failed to store entry for std::experimental::filesystem::directory_entry::operator==,!=,,>=(3)
The corresponding documentation is for, e.g.:
It seems that operators < and > are somehow missing in the warning text ==,!=,,>=,, which perhaps explains the problem.
The text was updated successfully, but these errors were encountered:
When installing, and running
sudo mandb
, I get:The corresponding documentation is for, e.g.:
![image](https://private-user-images.githubusercontent.com/2236577/267568046-651f8eb4-ef90-4ffa-8df5-cf248b21710b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MjQxOTcsIm5iZiI6MTczOTkyMzg5NywicGF0aCI6Ii8yMjM2NTc3LzI2NzU2ODA0Ni02NTFmOGViNC1lZjkwLTRmZmEtOGRmNS1jZjI0OGIyMTcxMGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDAxMTM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODJhNmU1NjA1YTY2MmQ2MDE5NTQwOTA0NTEzYzg2ZjJhYjRiOWQwMzRmYWIyYmZhYzBkZTBjMzQyMmQzZjVhZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.oB1c7Edqhy87FsFpyzpryTNM5I453rspBymnDAnoaJ0)
It seems that operators
<
and>
are somehow missing in the warning text==,!=,,>=,
, which perhaps explains the problem.The text was updated successfully, but these errors were encountered: