Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 11 09:53:55 UTC 2018

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
kern.module.verbose is a boolean, not an integer.  We had it right in the
text following the table, but the table itself was wrong.

Thanks to martin@ for pointing this out.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/share/man/man7/sysctl.7

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/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.120 src/share/man/man7/sysctl.7:1.121
--- src/share/man/man7/sysctl.7:1.120	Thu Dec 28 23:16:57 2017
+++ src/share/man/man7/sysctl.7	Thu Jan 11 09:53:55 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.120 2017/12/28 23:16:57 wiz Exp $
+.\"	$NetBSD: sysctl.7,v 1.121 2018/01/11 09:53:55 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -786,7 +786,7 @@ The third level names for the settings a
 .It Sy Third level name Ta Sy Type Ta Sy Changeable
 .It kern.module.autoload	integer	yes
 .It kern.module.autotime	integer	yes
-.It kern.module.verbose	integer	yes
+.It kern.module.verbose	boolean	yes
 .El
 .Pp
 The variables are as follows:

Reply via email to