From 364690edfae843136ad073ff8c799b651ed4a509 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 3 Apr 2016 16:28:42 +0200 Subject: [PATCH] Fix erroneous use of @itemx The offending @itemx directives were changed to @item. This does mean an unwanted empty line will appear above the corresponding headers. --- xboard.texi | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xboard.texi b/xboard.texi index 768b060..f5ac228 100644 --- a/xboard.texi +++ b/xboard.texi @@ -243,16 +243,16 @@ appropriate command from the Action menu, not @samp{New Game}. Similar to @samp{New Game}, but allows you to specify a particular initial position (according to a standardized numbering system) in chess variants which use randomized opening positions (e.g. Chess960). -@itemx shuffle +@item shuffle @cindex shuffle, Menu Item Ticking @samp{shuffle} will cause the current variant to be played with shuffled initial position. Shuffling will preserve the possibility to castle in the way allowed by the variant. -@itemx Fischer castling +@item Fischer castling @cindex Fischer castling, menu item Ticking @samp{Fischer castling} will allow castling with Kings and Rooks that did not start in their normal place, as in Chess960. -@itemx Start-position number +@item Start-position number @itemx randomize @itemx pick fixed @cindex randomize, Menu Item -- 1.7.0.4