From 7995329f5cdc3900d0f71746341408a7d0974ddd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Dec 2020 14:39:43 +0100 Subject: rtems: Fix documentation in Update #3993. --- cpukit/include/rtems/rtems/part.h | 6 +++--- 1 file 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. * -- cgit v1.2.3