Fix two typos in option names in texi file
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 20 Feb 2011 19:36:28 +0000 (20:36 +0100)
committerArun Persaud <apersaud@lbl.gov>
Sun, 20 Feb 2011 20:51:25 +0000 (12:51 -0800)
Polyglot was capitalyzed

xboard.texi

index ff72662..4b26f57 100644 (file)
@@ -1561,15 +1561,15 @@ 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.
+@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".
 @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,