summaryrefslogtreecommitdiffstats
path: root/spec/if/acfg/malloc-bsp-supports-sbrk.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 10:27:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:08:20 +0200
commit35d9ba4090066117a4c7f8bd6ea5a02256a39554 (patch)
tree388b286db03cc5963250732f756461f88cb6c64f /spec/if/acfg/malloc-bsp-supports-sbrk.yml
parentapplconfig: Improve interface mappings (diff)
downloadrtems-central-35d9ba4090066117a4c7f8bd6ea5a02256a39554.tar.bz2
spec: Improve references in appl config options
Diffstat (limited to 'spec/if/acfg/malloc-bsp-supports-sbrk.yml')
-rw-r--r--spec/if/acfg/malloc-bsp-supports-sbrk.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/if/acfg/malloc-bsp-supports-sbrk.yml b/spec/if/acfg/malloc-bsp-supports-sbrk.yml
index 4589d2fd..d27c00d5 100644
--- a/spec/if/acfg/malloc-bsp-supports-sbrk.yml
+++ b/spec/if/acfg/malloc-bsp-supports-sbrk.yml
@@ -10,9 +10,9 @@ description: |
* and ${disable-bsp-settings:/name} is undefined,
then not all memory is made available to the C Program Heap immediately at
- system initialization time. When ``malloc()`` or other standard memory
- allocation functions are unable to allocate memory, they will call the BSP
- supplied ``sbrk()`` function to obtain more memory.
+ system initialization time. When ${../c/malloc:/name} or other standard
+ memory allocation functions are unable to allocate memory, they will call the
+ BSP supplied ${../c/sbrk:/name} function to obtain more memory.
enabled-by: true
index-entries: []
interface-type: appl-config-option