From 5e038268d1148282e5833fcb870c06edc4818339 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 15 Dec 2023 17:25:39 -0500 Subject: docs: man: Create virtual memory related manpages Signed-off-by: Ian Moffett --- sys/include/vm/dynalloc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/include/vm/dynalloc.h') diff --git a/sys/include/vm/dynalloc.h b/sys/include/vm/dynalloc.h index 8c51a55..f1a949d 100644 --- a/sys/include/vm/dynalloc.h +++ b/sys/include/vm/dynalloc.h @@ -27,6 +27,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * For documentation: See dynalloc(9) + */ + #ifndef _VM_DYNALLOC_H_ #define _VM_DYNALLOC_H_ -- cgit v1.2.3