Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Also add new entries in the .Nm list, and upd...



details:   https://anonhg.NetBSD.org/src/rev/2849432b5c80
branches:  trunk
changeset: 319550:2849432b5c80
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 03 01:52:47 2018 +0000

description:
Also add new entries in the .Nm list, and update Makefile to actually
build the MLINKS

diffstat:

 share/man/man9/Makefile |  6 ++++--
 share/man/man9/module.9 |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 94cfb62da61d -r 2849432b5c80 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Sun Jun 03 01:50:28 2018 +0000
+++ b/share/man/man9/Makefile   Sun Jun 03 01:52:47 2018 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.423 2018/05/28 22:25:12 pgoyette Exp $
+#       $NetBSD: Makefile,v 1.424 2018/06/03 01:52:47 pgoyette Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -531,7 +531,9 @@
        module.9 module_rele.9 \
        module.9 module_source.9 \
        module.9 module_start_unload_thread.9 \
-       module.9 module_unload.9
+       module.9 module_unload.9 \
+       module.9 module_register_callbacks.9 \
+       module.9 module_unregister_callbacks.9
 MLINKS+=mstohz.9 hztoms.9
 MLINKS+=mutex.9 mutex_init.9 mutex.9 mutex_destroy.9 mutex.9 mutex_enter.9 \
        mutex.9 mutex_exit.9 mutex.9 mutex_tryenter.9 mutex.9 mutex_owned.9 \
diff -r 94cfb62da61d -r 2849432b5c80 share/man/man9/module.9
--- a/share/man/man9/module.9   Sun Jun 03 01:50:28 2018 +0000
+++ b/share/man/man9/module.9   Sun Jun 03 01:52:47 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.44 2018/06/03 01:50:28 pgoyette Exp $
+.\"    $NetBSD: module.9,v 1.45 2018/06/03 01:52:47 pgoyette Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -41,7 +41,9 @@
 .Nm module_find_section ,
 .Nm module_kernel ,
 .Nm module_name ,
-.Nm module_source
+.Nm module_source ,
+.Nm module_register_callbacks ,
+.Nm module_unregister_callbacks
 .Nd kernel module loader
 .Sh SYNOPSIS
 .In sys/module.h



Home | Main Index | Thread Index | Old Index