From: Arun Persaud Date: Tue, 8 Mar 2011 07:11:00 +0000 (-0800) Subject: fixed wrong default for polyglotDir mentioned in docs. X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=2d966e8e4f88f9e98356a130ac43d43d67041762 fixed wrong default for polyglotDir mentioned in docs. Thanks to Hans Aberg for reporting it. --- diff --git a/xboard.texi b/xboard.texi index 4b26f57..c60cb4c 100644 --- a/xboard.texi +++ b/xboard.texi @@ -1564,7 +1564,7 @@ through a .ini temporary file created for the purpose. @item -polyglotDir filename @cindex polyglotDir, option Gives the name of the directory in which the Polyglot adapter for UCI engines resides. -Default: "/usr/local/share/polyglot". +Default: "". @item -usePolyglotBook true/false @cindex usePolyglotBook, option Specifies if the Polyglot book should be used. @@ -1576,7 +1576,7 @@ provided the @code{usePolyglotBook} option is set to true, and the option @code{firstHasOwnBookUCI} or @code{secondHasOwnBookUCI} applying to the engine is set to false. The engine will be kept in force mode as long as the current position is in book, -and XBoard will select the book moves for it. Default "". +and XBoard will select the book moves for it. Default: "". @item -fNoOwnBookUCI or -firstXBook or -firstHasOwnBookUCI true/false @itemx -sNoOwnBookUCI or -secondXBook or -secondHasOwnBookUCI true/false @cindex fNoOwnBookUCI, option