http://bugs.winehq.org/show_bug.cgi?id=59889 --- Comment #1 from Ken Sharp <imwellcushtymelike@gmail.com> --- Use man /opt/wine-staging/share/man/man1/wine.1 If you want mandb to find this add the following line to /etc/manpath.config (not recommended) MANDATORY_MANPATH /opt/wine-staging/share/man Though this may conflict with any other Wine you have installed. wine-devel for example if you also add MANDATORY_MANPATH /opt/wine-devel/share/man The "wine" package in Resolute drops "*-stable" into /usr/share/man but it also links "man wine" to it. lrwxrwxrwx 1 root root 36 Mar 24 18:48 /etc/alternatives/wine.1.gz -> /usr/share/man/man1/wine-stable.1.gz manpath.config seems to use /opt/man as a default. I guess Devel/Staging could drop symlinks in there, but unless the man pages are renamed, or the links are, "man wine" could point to any version that happens to win some unknown priority battle, and will likely cause installation failures. Another option is to add the following to your environment: export MANPATH=/opt/wine-devel/share/man:$MANPATH Seems like a lot of trouble to me though. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.