From 722375d20a699e935437100be3f87c2fbe710886 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Fri, 29 Jul 2022 11:45:41 +0200 Subject: docs: corrected style --- mem/docs/framer.9.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mem/docs/framer.9.scd') 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 -- cgit v1.2.3