diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-09 21:04:33 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-09 21:04:33 +0000 |
commit | 7f1b58a5cdae8b34e9cca17165f9358e6e45191f (patch) | |
tree | d08bed951aa8d185f79f77e41816c709dde962df /doc | |
parent | a86162423369651e946bb87ae98ab2f201e0222b (diff) | |
download | riscv-openocd-7f1b58a5cdae8b34e9cca17165f9358e6e45191f.zip riscv-openocd-7f1b58a5cdae8b34e9cca17165f9358e6e45191f.tar.gz riscv-openocd-7f1b58a5cdae8b34e9cca17165f9358e6e45191f.tar.bz2 |
- fix small typo in texi (section HostOS)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1406 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index e39fdf6..de5f484 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3146,7 +3146,7 @@ Real TCL has ::tcl_platform(), and platform::identify, and many other 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. |