summaryrefslogtreecommitdiffstats
path: root/doc/user/stackchk.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 07:33:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-09 07:33:46 +0000
commite9233c57f6897dd95f904f459e337cfef278bd48 (patch)
tree431783507aa49b26d25accd62729fc910a12ebaf /doc/user/stackchk.t
parent2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e9233c57f6897dd95f904f459e337cfef278bd48.tar.bz2
Convert to "bool".
Diffstat (limited to 'doc/user/stackchk.t')
-rw-r--r--doc/user/stackchk.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/stackchk.t b/doc/user/stackchk.t
index 69dca92135..9ac6cf2bdf 100644
--- a/doc/user/stackchk.t
+++ b/doc/user/stackchk.t
@@ -167,7 +167,7 @@ and status codes.
@ifset is-C
@example
-boolean rtems_stack_checker_is_blown( void );
+bool rtems_stack_checker_is_blown( void );
@end example
@end ifset