summaryrefslogtreecommitdiffstats
path: root/doc/user/stackchk.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
commit4ffbc495141dedadf3d0a9b0748c4176fd0acde0 (patch)
treec9a339022218fd5985125755c62cfdceec3067de /doc/user/stackchk.t
parentadded documentation to libi2c (diff)
downloadrtems-4ffbc495141dedadf3d0a9b0748c4176fd0acde0.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
Diffstat (limited to 'doc/user/stackchk.t')
-rw-r--r--doc/user/stackchk.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/stackchk.t b/doc/user/stackchk.t
index 64e529de9e..d88773b5db 100644
--- a/doc/user/stackchk.t
+++ b/doc/user/stackchk.t
@@ -173,7 +173,7 @@ boolean rtems_stack_checker_is_blown( void );
@ifset is-Ada
@example
-An Ada interface is not currently available.
+function Stack_Checker_Is_Blown return RTEMS.Boolean;
@end example
@end ifset
@@ -207,7 +207,7 @@ void rtems_stack_checker_report_usage( void );
@ifset is-Ada
@example
-An Ada interface is not currently available.
+procedure Stack_Checker_Report_Usage;
@end example
@end ifset