Also try to get help for engine options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 22:43:48 +0000 (23:43 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 11 Mar 2016 22:43:48 +0000 (23:43 +0100)
commitc4709fa28f09b91b7d36c17cce477b7b9b498e6e
tree8c9e5fd7a5baeecd40b6f4dc93e2bf3be0044ef9
parent9d32c01d675cb8e6a95a9492b1d9eb274653e1ca
Also try to get help for engine options

Help clicks in the Engine Settings dialogs will try to scan the man page
of the corresponding engine for info about the option. This is a bit
tricky, as it must assume the name of the engine is the same as that
of the engine command and the manual for it is in section 6. In addition
it must look in both /usr/share/man and /usr/local/share/man, as it cannot
know whether the engine was installed from source or repo. Finally it
must hope the man page isn't gzipped.
dialogs.c