XXX - confirmed that ms_required is comma-delimited
XXX - MODULE_CLASS_ANY shouldn't be returned, but potentially could be if a module were declared that way
This commit is contained in:
parent
d0ff1af4a8
commit
79487327f2
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: modctl.2,v 1.2 2009/10/26 05:57:36 dholland Exp $
|
||||
.\" $NetBSD: modctl.2,v 1.3 2009/10/26 20:40:00 jnemeth Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -124,9 +124,8 @@ contains the following elements, which are filled in by the kernel:
|
||||
.It Fa "char ms_name[MAXMODNAME]"
|
||||
The name of the module.
|
||||
.It Fa "char ms_required[MAXMODNAME * MAXMODDEPS]"
|
||||
The list of modules required by this module.
|
||||
.\" as a comma-delimited list of module names.
|
||||
.\" XXX can someone confirm this?
|
||||
The list of modules required by this module
|
||||
as a comma-delimited list of module names.
|
||||
.It Fa "modsrc_t ms_source"
|
||||
One of the following enumerated constants:
|
||||
.Bl -tag -compact -width "MODULE_SOURCE_FILESYS"
|
||||
|
Loading…
Reference in New Issue
Block a user