From e0fbf5ca9599cb7599731fe48573e97d05fa38da Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Tue, 26 Jul 2022 14:06:40 +0200 Subject: mem/vmap: add basic virtual memory management abstraction --- mem/docs/allocator.9.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mem/docs/allocator.9.scd') diff --git a/mem/docs/allocator.9.scd b/mem/docs/allocator.9.scd index df708a7..c70156a 100644 --- a/mem/docs/allocator.9.scd +++ b/mem/docs/allocator.9.scd @@ -1,4 +1,4 @@ -MEMALLOCATOR(9) +MEM_ALLOCATOR(9) # NAME @@ -65,4 +65,4 @@ The MemAllocator interface and its dispatching functions are implemented in _mem # SEE ALSO -memframer(9) \ No newline at end of file +mem_framer(9) \ No newline at end of file -- cgit v1.2.3