Changeset 284e8d0 in rtems-docs
- Timestamp:
- Dec 1, 2020, 1:43:11 PM (7 weeks ago)
- Branches:
- master
- Children:
- 29e6caa
- Parents:
- 4b03ff7
- git-author:
- Sebastian Huber <sebastian.huber@…> (12/01/20 13:43:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (12/01/20 13:44:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/partition/directives.rst
r4b03ff7 r284e8d0 234 234 235 235 :c:macro:`RTEMS_INVALID_ADDRESS` 236 The id parameter was `NULL <https://en.cppreference.com/w/c/types/NULL>`_. 236 The ``id`` parameter was `NULL 237 <https://en.cppreference.com/w/c/types/NULL>`_. 237 238 238 239 :c:macro:`RTEMS_INVALID_NAME` 239 The nameparameter was 0.240 The ``name`` parameter was 0. 240 241 241 242 :c:macro:`RTEMS_INVALID_NAME` … … 292 293 .. rubric:: DESCRIPTION: 293 294 294 This directive deletes the partition specified by the idparameter. The295 This directive deletes the partition specified by the ``id`` parameter. The 295 296 partition cannot be deleted if any of its buffers are still allocated. The 296 297 :term:`PTCB` for the deleted partition is reclaimed by RTEMS.
Note: See TracChangeset
for help on using the changeset viewer.