summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-01 14:39:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-01 14:42:16 +0100
commit7995329f5cdc3900d0f71746341408a7d0974ddd (patch)
tree0b58160288cb782a4f2c371ab45ae18fb1ece445
parentrtems: Remove empty and unused rtclock.c (diff)
downloadrtems-7995329f5cdc3900d0f71746341408a7d0974ddd.tar.bz2
rtems: Fix documentation in <rtems/rtems/part.h>
Update #3993.
-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.
*