summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/rtems/part.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/part.h b/cpukit/include/rtems/rtems/part.h
index 5d62052f6e..b476825e01 100644
--- a/cpukit/include/rtems/rtems/part.h
+++ b/cpukit/include/rtems/rtems/part.h
@@ -247,9 +247,9 @@ rtems_status_code rtems_partition_create(
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*
- * @retval ::RTEMS_INVALID_ADDRESS The id parameter was NULL.
+ * @retval ::RTEMS_INVALID_ADDRESS The ``id`` parameter was NULL.
*
- * @retval ::RTEMS_INVALID_NAME The name parameter was 0.
+ * @retval ::RTEMS_INVALID_NAME The ``name`` parameter was 0.
*
* @retval ::RTEMS_INVALID_NAME There was no object with the specified name on
* the specified nodes.
@@ -270,7 +270,7 @@ rtems_status_code rtems_partition_ident(
*
* @brief Deletes the partition.
*
- * This directive deletes the partition specified by the id parameter. The
+ * This directive deletes the partition specified by the ``id`` parameter. The
* partition cannot be deleted if any of its buffers are still allocated. The
* PTCB for the deleted partition is reclaimed by RTEMS.
*