fix bug #38401: xboard.texi doesn't build with texinfo-5.0 (tiny change)
authorChristoph Moench-Tegeder <cmt@burggraben.net>
Sun, 24 Feb 2013 17:31:57 +0000 (09:31 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 24 Feb 2013 17:31:57 +0000 (09:31 -0800)
commit89d9049314b4c44fe8b8d896c7286de05b8f829e
treec9cedd1b52af7ac4ae1d4ccdc03240e8ea6de596
parentd1e1b3840a45c3ddc64046ad8f8320cb77d8eac1
fix bug #38401: xboard.texi doesn't build with texinfo-5.0 (tiny change)

xboard-4.7.0's documentation is not buildable with texinfo-5.0, it fails with a lot of error messages from makeinfo like
./xboard.texi:1026: @itemx must follow @item
makeinfo seems right, @itemx is not used as described in the texinfo manual.
Attached patch puts each item of the "Options" menu in it's own @subsection and formats the description of each item as a @table as neccessary. This way, xboard builds again and the manual doesn't look too bad.
xboard.texi