summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/signal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/signal.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/rtems/include/rtems/rtems/signal.h
index 54359ccfaa..6e242544a3 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/rtems/include/rtems/rtems/signal.h
@@ -41,7 +41,9 @@
extern "C" {
#endif
/**
- * @brief _Signal_Manager_initialization
+ * @brief Signal Manager Initialization
+ *
+ * Signal Manager
*
* This routine performs the initialization necessary for this manager.
*/
@@ -54,11 +56,11 @@ void _Signal_Manager_initialization( void );
* is used to establish asr_handler as the Asynchronous Signal Routine
* (RTEMS_ASR) for the calling task. The asr_handler will execute with a
* mode of mode_set.
- *
+ *
* @param[in] asr_handler is the address of asynchronous signal routine (asr)
* ( NULL indicates asr is invalid )
* @param[in] mode_set is the mode value for asr
- *
+ *
* @return RTEMS_SUCCESSFUL
*/
rtems_status_code rtems_signal_catch(
@@ -71,10 +73,10 @@ rtems_status_code rtems_signal_catch(
*
* This routine implements the rtems_signal_send directive. This directive
* sends the signal_set to the task specified by ID.
- *
+ *
* @param[in] id is the thread thread id
* @param[in] signal_set is the signal set
- *
+ *
* @return RTEMS_SUCCESSFUL if successful or error code if unsuccessful
*/
rtems_status_code rtems_signal_send(