From: ntfreak at B. <nt...@ma...> - 2009-03-09 22:04:33
|
Author: ntfreak Date: 2009-03-09 22:04:33 +0100 (Mon, 09 Mar 2009) New Revision: 1406 Modified: trunk/doc/openocd.texi Log: - fix small typo in texi (section HostOS) Modified: trunk/doc/openocd.texi =================================================================== --- trunk/doc/openocd.texi 2009-03-08 21:19:36 UTC (rev 1405) +++ trunk/doc/openocd.texi 2009-03-09 21:04:33 UTC (rev 1406) @@ -3146,7 +3146,7 @@ variables. JimTCL, as implimented in OpenOCD creates $HostOS which holds one of the following values. -@itemize bullet +@itemize @bullet @item @b{winxx} Built using Microsoft Visual Studio @item @b{linux} Linux is the underlying operating sytem @item @b{darwin} Darwin (mac-os) is the underlying operating sytem. |