Module Name: src
Committed By: pgoyette
Date: Mon May 28 22:25:12 UTC 2018
Modified Files:
src/share/man/man9: Makefile
Log Message:
Add man-page links for new module_* accessor functions
To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 src/share/man/man9/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.422 src/share/man/man9/Makefile:1.423
--- src/share/man/man9/Makefile:1.422 Mon May 28 00:18:06 2018
+++ src/share/man/man9/Makefile Mon May 28 22:25:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.422 2018/05/28 00:18:06 nat Exp $
+# $NetBSD: Makefile,v 1.423 2018/05/28 22:25:12 pgoyette Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -524,9 +524,12 @@ MLINKS+=module.9 module_autoload.9 \
module.9 module_hold.9 \
module.9 module_init.9 \
module.9 module_init_class.9 \
+ module.9 module_kernel.9 \
module.9 module_load.9 \
module.9 module_load_vfs_init.9 \
+ module.9 module_name.9 \
module.9 module_rele.9 \
+ module.9 module_source.9 \
module.9 module_start_unload_thread.9 \
module.9 module_unload.9
MLINKS+=mstohz.9 hztoms.9