aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2012-05-14 17:47:09 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-14 16:23:42 +0000
commit064475459bf869d5c722851fdfd22719ec0a3adc (patch)
treeef81da8823018d5f47ae402bae716306eacf7d85 /doc
parent9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13 (diff)
docs: Fix incorrect -rtos option values
Commit 9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13 started on documentation for the -rtos option, but some of the documented values were incorrect so we'll clean up the mess here. Many thanks to Freddie Chopin for spotting this! Change-Id: Iaa633bd40ff5f75dd6a69e74e79dafc1643ee21a Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://openocd.zylin.com/642 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 34d0884c..0c0b9519 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -3941,8 +3941,8 @@ The value should normally correspond to a static mapping for the
@code{-work-area-phys} address, set up by the current operating system.
@item @code{-rtos} @var{rtos_type} -- enable rtos support for target,
-@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{threadx}|
-@option{freertos}|@option{linux}.
+@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{ThreadX}|
+@option{FreeRTOS}|@option{linux}.
@end itemize
@end deffn