summaryrefslogtreecommitdiffstats
path: root/doc/user/fatal.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/fatal.t')
-rw-r--r--doc/user/fatal.t12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/user/fatal.t b/doc/user/fatal.t
index 4f15684195..36b75c59f5 100644
--- a/doc/user/fatal.t
+++ b/doc/user/fatal.t
@@ -30,8 +30,6 @@ manager is:
@item @code{fatal_error_occurred} - Invoke the fatal error handler
@end itemize
-
-
@ifinfo
@node Fatal Error Manager Background, Fatal Error Manager Operations, Fatal Error Manager Introduction, Fatal Error Manager
@end ifinfo
@@ -148,11 +146,21 @@ constants, usage, and status codes.
@subheading CALLING SEQUENCE:
+@ifset is-C
@example
void volatile rtems_fatal_error_occurred(
rtems_unsigned32 the_error
);
@end example
+@end ifset
+
+@ifset is-Ada
+@example
+procedure Fatal_Error_Occurred (
+ The_Error : in RTEMS.Unsigned32
+);
+@end example
+@end ifset
@subheading DIRECTIVE STATUS CODES