~vcs-imports-ii/xboard/master

Viewing all changes in revision 2644.

  • Committer: H.G.Muller
  • Date: 2016-04-17 08:24:57 UTC
  • Revision ID: git-v1:908759b935cebda76084535213586637901126f2
Ignore stderr when reading from man command

BufferCommandOutput was using StartChildProcess also used for engines,
which combines the output from stdout and stderr on the pipe. On FreeBSD
"man -w" produces spurious error messages, however, which would append
to the path of the man file. To work around this we now use popen()
to collect the output of the man command during help clicks.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: