From db22500e842ed26b56865cd7c06fc28d4551ff35 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Jul 2020 12:45:00 +0200 Subject: c-user: Improve refs and formatting in appl config The formatting is generated through references within the specification. Update #3994. --- c-user/config/bdbuf.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'c-user/config/bdbuf.rst') diff --git a/c-user/config/bdbuf.rst b/c-user/config/bdbuf.rst index 79459bf..e71186a 100644 --- a/c-user/config/bdbuf.rst +++ b/c-user/config/bdbuf.rst @@ -84,7 +84,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the minimum size of a buffer @@ -111,7 +111,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``SIZE_MAX``. + and less than or equal to `SIZE_MAX `_. DESCRIPTION: The value of this configuration option defines the size of the cache memory @@ -138,7 +138,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the maximum blocks per @@ -167,7 +167,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the maximum blocks per write @@ -216,7 +216,7 @@ OPTION TYPE: This configuration option is an integer define. DEFAULT VALUE: - The default value is ``RTEMS_MINIMUM_STACK_SIZE``. + The default value is :c:macro:`RTEMS_MINIMUM_STACK_SIZE`. VALUE CONSTRAINTS: The value of this configuration option shall satisfy all of the following @@ -230,7 +230,7 @@ VALUE CONSTRAINTS: * It shall be small enough so that the task stack space calculation carried out by ```` does not - overflow an integer of type ``uintptr_t``. + overflow an integer of type `uintptr_t `_. DESCRIPTION: The value of this configuration option defines the task stack size of the @@ -257,7 +257,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the swapout task maximum block @@ -284,7 +284,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the swapout task swap period @@ -337,7 +337,7 @@ DEFAULT VALUE: VALUE CONSTRAINTS: The value of this configuration option shall be greater than or equal to 0 - and less than or equal to ``UINT32_MAX``. + and less than or equal to `UINT32_MAX `_. DESCRIPTION: The value of this configuration option defines the swapout worker task count. -- cgit v1.2.3