You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open help in Windows the error log contains Cannot run program "/usr/bin/man": CreateProcess error=2, The system cannot find the file specified #583
Like this:
There is no stack trace.
I expect it's coming from here:
org.eclipse.linuxtools/man/org.eclipse.linuxtools.man.core/src/org/eclipse/linuxtools/internal/man/parser/ManParser.java
Line 81 in 695b19a
Maybe something should guard this being used only on Linux? Maybe it works on Mac too? It definitely doesn't work on Windows...