Changeset 7995329 in rtems


Ignore:
Timestamp:
12/01/20 13:39:43 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
b48b1808
Parents:
6c8c774
git-author:
Sebastian Huber <sebastian.huber@…> (12/01/20 13:39:43)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/01/20 13:42:16)
Message:

rtems: Fix documentation in <rtems/rtems/part.h>

Update #3993.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/rtems/part.h

    r6c8c774 r7995329  
    248248 * @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
    249249 *
    250  * @retval ::RTEMS_INVALID_ADDRESS The id parameter was NULL.
    251  *
    252  * @retval ::RTEMS_INVALID_NAME The name parameter was 0.
     250 * @retval ::RTEMS_INVALID_ADDRESS The ``id`` parameter was NULL.
     251 *
     252 * @retval ::RTEMS_INVALID_NAME The ``name`` parameter was 0.
    253253 *
    254254 * @retval ::RTEMS_INVALID_NAME There was no object with the specified name on
     
    271271 * @brief Deletes the partition.
    272272 *
    273  * This directive deletes the partition specified by the id parameter.  The
     273 * This directive deletes the partition specified by the ``id`` parameter.  The
    274274 * partition cannot be deleted if any of its buffers are still allocated.  The
    275275 * PTCB for the deleted partition is reclaimed by RTEMS.
Note: See TracChangeset for help on using the changeset viewer.