summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/message_manager.rst4
-rw-r--r--c-user/rtems_data_types.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/c-user/message_manager.rst b/c-user/message_manager.rst
index c6b1343..b1af878 100644
--- a/c-user/message_manager.rst
+++ b/c-user/message_manager.rst
@@ -433,9 +433,9 @@ CALLING SEQUENCE:
.. code-block:: c
rtems_status_code rtems_message_queue_send(
- rtems_id id,
+ rtems_id id,
const void *buffer,
- size_t size
+ size_t size
);
DIRECTIVE STATUS CODES:
diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst
index 756ea96..b277110 100644
--- a/c-user/rtems_data_types.rst
+++ b/c-user/rtems_data_types.rst
@@ -254,9 +254,9 @@ alphabetical order:
``rtems_single``
This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
-.. index:: rtems_status_codes
+.. index:: rtems_status_code
-``rtems_status_codes``
+``rtems_status_code``
The return type for most RTEMS services. This is an enumerated type of
approximately twenty-five values. In general, when a service returns a
particular status code, it indicates that a very specific error condition has