Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Add man-page links for new module_* accessor ...



details:   https://anonhg.NetBSD.org/src/rev/987994bdd7be
branches:  trunk
changeset: 323031:987994bdd7be
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon May 28 22:25:12 2018 +0000

description:
Add man-page links for new module_* accessor functions

diffstat:

 share/man/man9/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 56a1eb64de4a -r 987994bdd7be share/man/man9/Makefile
--- a/share/man/man9/Makefile   Mon May 28 22:22:54 2018 +0000
+++ b/share/man/man9/Makefile   Mon May 28 22:25:12 2018 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index