summaryrefslogtreecommitdiff
path: root/mem/docs/framer.9.scd
diff options
context:
space:
mode:
Diffstat (limited to 'mem/docs/framer.9.scd')
-rw-r--r--mem/docs/framer.9.scd8
1 files changed, 4 insertions, 4 deletions
diff --git a/mem/docs/framer.9.scd b/mem/docs/framer.9.scd
index 1bc3670..a315a5b 100644
--- a/mem/docs/framer.9.scd
+++ b/mem/docs/framer.9.scd
@@ -26,9 +26,9 @@ void mem_framer_free(MemAllocator *self, void *ptr);
A *MemFramer* can be installed in a particular region of usable memory to manage it using *mem_framer_install()*. It accepts the following arguments:
- _addr_ The address at which the *MemFramer* will be installed
- _end_ The address marking the end of the region of usable memory that has to be managed
- _blksz_ The size of each individual frame
+ - _addr_ The address at which the *MemFramer* will be installed
+ - _end_ The address marking the end of the region of usable memory that has to be managed
+ - _blksz_ The size of each individual frame
## Allocating
@@ -46,4 +46,4 @@ The *MemFramer* allocator and its related functions are defined in _mem/framer.c
# SEE ALSO
-memallocator(9) \ No newline at end of file
+mem_allocator(9) \ No newline at end of file