A heartfelt plea: The man pages are community driven, too. If you think they can be improved, instead of investing in rapidly decaying third-party documentation, please take your improvements upstream. The maintainers would be thrilled to have them.
If I type "man ps" I see
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ps (1)
ps (1p)
Man: What manual page do you want?
What if I instead saw Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ps (1)
ps (1.tldr)
ps (1p)
Man: What manual page do you want?
where the man command retrieved that information from the TLDR-pages site?In the last years we have seen many innovative Rust re-implementations of classical commands such as cat, find, grep. Maybe the man command is next up?