summaryrefslogtreecommitdiffstats
path: root/doc/user/init.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:56 +0000
commit8babe99254592361fc886431488289ea058e55cc (patch)
treeec8137b73b4a4592026cefe8f2fa7b4483190732 /doc/user/init.t
parent2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-8babe99254592361fc886431488289ea058e55cc.tar.bz2
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return exit/shutdown status back to boot_card().
Diffstat (limited to 'doc/user/init.t')
-rw-r--r--doc/user/init.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/init.t b/doc/user/init.t
index ee23fb0f58..c5987632dd 100644
--- a/doc/user/init.t
+++ b/doc/user/init.t
@@ -349,7 +349,7 @@ the first context switch.
@ifset is-C
@findex rtems_initialize_start_multitasking
@example
-void rtems_initialize_start_multitasking(void);
+uint32_t rtems_initialize_start_multitasking(void);
@end example
@end ifset
@@ -361,7 +361,8 @@ NOT SUPPORTED FROM Ada BINDING
@subheading DIRECTIVE STATUS CODES:
-NONE
+This directive returns the status code passed in to the
+@code{@value{DIRPREFIX}shutdown_executive}.
@subheading DESCRIPTION: