Module Name: src
Committed By: rin
Date: Sat May 7 04:35:20 UTC 2022
Modified Files:
src/share/man/man4: options.4
Log Message:
Document MODULAR_DEFAULT_VERBOSE. Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.521 -r1.522 src/share/man/man4/options.4
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/man4/options.4
diff -u src/share/man/man4/options.4:1.521 src/share/man/man4/options.4:1.522
--- src/share/man/man4/options.4:1.521 Tue Nov 16 05:16:47 2021
+++ src/share/man/man4/options.4 Sat May 7 04:35:20 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.521 2021/11/16 05:16:47 msaitoh Exp $
+.\" $NetBSD: options.4,v 1.522 2022/05/07 04:35:20 rin Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd November 16, 2021
+.Dd May 7, 2022
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -1291,6 +1291,12 @@ This sets the default value of the
.Em kern.module.autoload
.Xr sysctl 3
variable which may be changed at run time.
+.It Cd options MODULAR_DEFAULT_VERBOSE
+Enables verbose debug messages of kernel modules by default.
+This sets the default value of the
+.Em kern.module.verbose
+.Xr sysctl 3
+variable which may be changed at run time.
.It Cd options VND_COMPRESSION
Enables the
.Xr vnd 4