summaryrefslogtreecommitdiffstats
path: root/c-user/partition_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
committerChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
commit33849946ff6022c26722ec71248fd76aa55de4ef (patch)
treef082f683008e92f0894d8ac36bc4c83d4860bd37 /c-user/partition_manager.rst
parentUse '.. toctree::' and not '.. include::' in the User Manual. (diff)
downloadrtems-docs-33849946ff6022c26722ec71248fd76aa55de4ef.tar.bz2
Clean up sphinx warnings.
- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
Diffstat (limited to 'c-user/partition_manager.rst')
-rw-r--r--c-user/partition_manager.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/c-user/partition_manager.rst b/c-user/partition_manager.rst
index 9edf09f..68761da 100644
--- a/c-user/partition_manager.rst
+++ b/c-user/partition_manager.rst
@@ -135,10 +135,11 @@ sequence, related constants, usage, and status codes.
\clearpage
-.. _rtems_partition_create:
.. index:: create a partition
.. index:: rtems_partition_create
+.. _rtems_partition_create:
+
PARTITION_CREATE - Create a partition
-------------------------------------
@@ -229,11 +230,12 @@ NOTES:
\clearpage
-.. _rtems_partition_ident:
.. index:: get ID of a partition
.. index:: obtain ID of a partition
.. index:: rtems_partition_ident
+.. _rtems_partition_ident:
+
PARTITION_IDENT - Get ID of a partition
---------------------------------------
@@ -283,10 +285,11 @@ NOTES:
\clearpage
-.. _rtems_partition_delete:
.. index:: delete a partition
.. index:: rtems_partition_delete
+.. _rtems_partition_delete:
+
PARTITION_DELETE - Delete a partition
-------------------------------------
@@ -332,11 +335,12 @@ NOTES:
\clearpage
-.. _rtems_partition_get_buffer:
.. index:: get buffer from partition
.. index:: obtain buffer from partition
.. index:: rtems_partition_get_buffer
+.. _rtems_partition_get_buffer:
+
PARTITION_GET_BUFFER - Get buffer from a partition
--------------------------------------------------
@@ -380,10 +384,11 @@ NOTES:
\clearpage
-.. _rtems_partition_return_buffer:
.. index:: return buffer to partitition
.. index:: rtems_partition_return_buffer
+.. _rtems_partition_return_buffer:
+
PARTITION_RETURN_BUFFER - Return buffer to a partition
------------------------------------------------------