Module Name: src
Committed By: pgoyette
Date: Thu Jul 22 01:38:45 UTC 2021
Modified Files:
src/share/man/man9: module.9
Log Message:
module_hold() returns void, not int
XXX module_hold() and module_rele() should probably not be exposed, since
XXX they really aren't MP-safe.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/module.9
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/module.9
diff -u src/share/man/man9/module.9:1.52 src/share/man/man9/module.9:1.53
--- src/share/man/man9/module.9:1.52 Sun Apr 7 22:32:10 2019
+++ src/share/man/man9/module.9 Thu Jul 22 01:38:45 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.52 2019/04/07 22:32:10 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.53 2021/07/22 01:38:45 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 8, 2019
+.Dd July 21, 2021
.Dt MODULE 9
.Os
.Sh NAME
@@ -61,7 +61,7 @@
.Fn module_unload "const char *name"
.Ft void
.Fn module_init_class "modclass_t class"
-.Ft int
+.Ft void
.Fn module_hold "module_t *module"
.Ft void
.Fn module_rele "module_t *module"