Allow help-clicks on Label Options with linefeeds
[xboard.git] / xboard.texi
index 60cc67e..0436372 100644 (file)
@@ -1111,6 +1111,9 @@ that SMP engines can use.
 The shifted @kbd{Alt+U} key is a keyboard equivalent.
 Older XBoard/WinBoard engines might not respond to these settings,
 but UCI engines always should.
+The @samp{EGT path} field corresponds to the setting of the
+@code{egtFormats} option to specify where to find tablebases
+of various flavors. See the description of this option for the required syntax.
 
 It is also possible to specify a GUI opening book here, i.e. an opening
 book that XBoard consults for any position a playing engine gets in.
@@ -1595,7 +1598,7 @@ An example of a text menu as it might occur in your settings file
 (where you could edit it):
 
 @example
--icsMenu {copy;$copy;
+-icsMenu @{copy;$copy;
 list players;who;
 list games;games;
 finger (player);finger $name;
@@ -1610,7 +1613,7 @@ N;$add Knight $input;
 B;$add Bishop $input;
 R;$add Rook $input;
 Q;$add Queen $input;
-}
+@}
 @end example
 @end table