New comment by amak79 on void-packages repository https://github.com/void-linux/void-packages/pull/43664#issuecomment-1528979366 Comment: I used `vinstall` to install the `wine.de.UTF-8.man`, `wine.fr.UTF-8.man` and `wine.pl.UTF-8.man` manuals. `vman` is unable to install them in the correct location because of the 'UTF-8' string in the filename, but this causes xlint to fail. They should be installed in `/usr/share/man/.UTF-8/man1` like how Wine installs the `winemaker` and `wineserver` manuals. Should I just rename the manuals before calling `vman`?