pub fn read_manpage(manpage_path: impl AsRef<Path>) -> Result<String>
Decompress a manpage if necessary
Fails if the manpage could not beo pened, or if it was a .gz or .bz2 file and could not be decompressed.