summaryrefslogtreecommitdiffstats
path: root/c_user/partition_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:41:28 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit25d55d49c3f52a12a52def776104e0c9c721e680 (patch)
tree659abcd9eefe270c58fe9f7027fe192f08d95b20 /c_user/partition_manager.rst
parentFix double quotes. (diff)
downloadrtems-docs-25d55d49c3f52a12a52def776104e0c9c721e680.tar.bz2
Change code to code-block.
Diffstat (limited to 'c_user/partition_manager.rst')
-rw-r--r--c_user/partition_manager.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/c_user/partition_manager.rst b/c_user/partition_manager.rst
index 0e08ab8..a0e02d9 100644
--- a/c_user/partition_manager.rst
+++ b/c_user/partition_manager.rst
@@ -137,7 +137,7 @@ PARTITION_CREATE - Create a partition
.. index:: rtems_partition_create
-.. code:: c
+.. code-block:: c
rtems_status_code rtems_partition_create(
rtems_name name,
@@ -232,7 +232,7 @@ PARTITION_IDENT - Get ID of a partition
.. index:: rtems_partition_ident
-.. code:: c
+.. code-block:: c
rtems_status_code rtems_partition_ident(
rtems_name name,
@@ -286,7 +286,7 @@ PARTITION_DELETE - Delete a partition
.. index:: rtems_partition_delete
-.. code:: c
+.. code-block:: c
rtems_status_code rtems_partition_delete(
rtems_id id
@@ -337,7 +337,7 @@ PARTITION_GET_BUFFER - Get buffer from a partition
.. index:: rtems_partition_get_buffer
-.. code:: c
+.. code-block:: c
rtems_status_code rtems_partition_get_buffer(
rtems_id id,
@@ -385,7 +385,7 @@ PARTITION_RETURN_BUFFER - Return buffer to a partition
.. index:: rtems_partition_return_buffer
-.. code:: c
+.. code-block:: c
rtems_status_code rtems_partition_return_buffer(
rtems_id id,