Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Make explicit note that MODULE_CLASS_ANY shou...



details:   https://anonhg.NetBSD.org/src/rev/6946710212c3
branches:  trunk
changeset: 455625:6946710212c3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Apr 07 22:32:10 2019 +0000

description:
Make explicit note that MODULE_CLASS_ANY should note be used as the
class of a MODULE().  MODULE_CLASS_ANY is intended only to indicate
a "wildcard" match when (auto)loading modules.

diffstat:

 share/man/man9/module.9 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 72fb34d1b701 -r 6946710212c3 share/man/man9/module.9
--- a/share/man/man9/module.9   Sun Apr 07 22:31:54 2019 +0000
+++ b/share/man/man9/module.9   Sun Apr 07 22:32:10 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.51 2019/01/27 17:44:02 wiz Exp $
+.\"    $NetBSD: module.9,v 1.52 2019/04/07 22:32:10 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 September 8, 2018
+.Dd April 8, 2019
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -131,7 +131,10 @@
 structure.
 The
 .Fa class
-argument identifies the class of module, and must be one of the following:
+argument identifies the class of module, and must be one of the following
+(note that
+.Dv MODULE_CLASS_ANY
+should not be used here):
 .Bl -tag -width MODULE_CLASS_SECMODEL -offset indent
 .It Dv MODULE_CLASS_VFS
 The module provide a virtual file system - see



Home | Main Index | Thread Index | Old Index