Code: Select all
man: outdated mandoc.db lacks emerge(1) entry, run makewhatis /usr/share/manAnyway. less does try to show the man page despite this error, but all I see is binary data. I quickly noticed that the binary data shown was compressed roff markup (aka man page syntax?). So in addition to some man database shenanigans I also have broken decompressor of man pages.
Questions:
- Can I get rid of any databases related to man pages?
- How do I fix this compression issue?
- I'd prefer zstd or lzip compression, but there's no point compressing files that have size less than the filesystem block size.


