Module Name:    src
Committed By:   martin
Date:           Tue Feb 25 08:51:28 UTC 2025

Modified Files:
        src/share/man/man9: module.9

Log Message:
PR 59102: fix signature of module callback function.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/share/man/man9/module.9:1.55
--- src/share/man/man9/module.9:1.54	Fri Aug 12 15:43:38 2022
+++ src/share/man/man9/module.9	Tue Feb 25 08:51:27 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.54 2022/08/12 15:43:38 riastradh Exp $
+.\"	$NetBSD: module.9,v 1.55 2025/02/25 08:51:27 martin Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -182,7 +182,7 @@ macro creates a reference to the module'
 function.
 This function is defined as:
 .Bl -tag -width modcmd -offset indent
-.It Ft modcmd_t
+.It Ft int
 .Fn xxx_modcmd "modcmd_t cmd" "void *data"
 .El
 .Pp

Reply via email to