Thanks. I'll wait the next nightly release.
May be an other problem.
I have also downloaded an english version on the man pages. But it looks that some of them are nested (or indirect), and in that case, the plugin does not work.
For example, if I want to find sprintf in the man page.
The plugin tells me that there are 2 entries : sprintf.3 and sprintf.3p
But if I click on the first or the second one, the plugin tells me : Man page not found.
If I look within sprintf.3 or sprintf.3b I find :
.so man3/printf.3
or
.so man3p/printf.3p
I'm not familiar with linux (sorry, I work with windows), but it looks as if it's an indirect call to display printf.3, which effectively gives the sprintf syntax. And that call, under windows (may be it's ok with linux), does not work.
Gd_on