Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 kern.module.verbose is a boolean, not an inte...



details:   https://anonhg.NetBSD.org/src/rev/e03984964e1d
branches:  trunk
changeset: 828950:e03984964e1d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 11 09:53:55 2018 +0000

description:
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.

diffstat:

 share/man/man7/sysctl.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9f70466adbd9 -r e03984964e1d share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Jan 11 09:18:16 2018 +0000
+++ b/share/man/man7/sysctl.7   Thu Jan 11 09:53:55 2018 +0000
@@ -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 @@
 .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:



Home | Main Index | Thread Index | Old Index