`makewhatis` on macOS fails to process Lix man pages
The Lix man pages look like this: ``` .SH Name ``` They need to look like this: ``` .SH Name ``` # Way more details than you want So the Fish shell's [default completions for `man`](https://github.com/fish-shell/fish-shell/blob/a979b6341d7fc4c466b3992f25da3209e0808aaa/share/functions/__fish...