fixed wrong default for polyglotDir mentioned in docs.
[xboard.git] / xboard.texi
index ff72662..c60cb4c 100644 (file)
@@ -1561,22 +1561,22 @@ Indicates if the mentioned engine executable file is an UCI engine,
 and should be run with the aid of the Polyglot adapter rather than directly. 
 Xboard will then pass the other UCI options and engine name to Polyglot 
 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 expects its files.
-Default: "/usr/local/share/polyglot".
+@item -polyglotDir filename
+@cindex polyglotDir, option
+Gives the name of the directory in which the Polyglot adapter for UCI engines resides.
+Default: "".
 @item -usePolyglotBook true/false
 @cindex usePolyglotBook, option
 Specifies if the Polyglot book should be used.
-@item -PolyglotBook filename
-@cindex PolyglotBook, option
+@item -polyglotBook filename
+@cindex polyglotBook, option
 Gives the filename of the opening book that Polyglot should use. 
 From XBoard 4.3.15 on, native XBoard/WinBoard engines will also use the opening book specified here, 
 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