aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/include/vm/dynalloc.h4
-rw-r--r--sys/include/vm/vm.h4
2 files changed, 8 insertions, 0 deletions
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_
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_