From 2d966e8e4f88f9e98356a130ac43d43d67041762 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 7 Mar 2011 23:11:00 -0800 Subject: [PATCH] fixed wrong default for polyglotDir mentioned in docs. Thanks to Hans Aberg for reporting it. --- xboard.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.0.4