aboutsummaryrefslogtreecommitdiff
path: root/sys/include/vm/vm.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2023-12-15 17:25:39 -0500
committerIan Moffett <ian@osmora.org>2023-12-15 17:25:39 -0500
commit5e038268d1148282e5833fcb870c06edc4818339 (patch)
treef97b1902a54167aafb28081899bc355d76625e50 /sys/include/vm/vm.h
parent6af0951300a6b40339e7e77d552da9c1549e9c72 (diff)
docs: man: Create virtual memory related manpages
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/vm/vm.h')
-rw-r--r--sys/include/vm/vm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h
index 2b4ccad..2d2af28 100644
--- a/sys/include/vm/vm.h
+++ b/sys/include/vm/vm.h
@@ -27,6 +27,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * For documentation: See vm(9)
+ */
+
#ifndef _VM_H_
#define _VM_H_