New comment by ischwarze on void-packages repository https://github.com/void-linux/void-packages/issues/9868#issuecomment-489155783 Comment: >> Forgot one - "man 3 readdir" shows man3/readdir.3am instead of man3/readdir.3, while "man 3am readdir" shows readdir(2); > > That's _two_ rather than _one_, and both are reports of new bugs that i weren't aware of yet. I'm adding these two TODO entries: > > ``` > man 3 readline may show readline(3m) > because in manpage_compare, "3" and "3am" compare equal > probably requires putting string version of section into struct manpage > loc * exist ** algo * size * imp *** > ``` I just fixed this part, too: [patch.txt](https://github.com/void-linux/void-packages/files/3142736/patch.txt) Only one part of the ticket remains open now.