Module Name:    src
Committed By:   jnemeth
Date:           Mon Oct 26 20:40:00 UTC 2009

Modified Files:
        src/lib/libc/sys: modctl.2

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/modctl.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/modctl.2
diff -u src/lib/libc/sys/modctl.2:1.2 src/lib/libc/sys/modctl.2:1.3
--- src/lib/libc/sys/modctl.2:1.2	Mon Oct 26 05:57:36 2009
+++ src/lib/libc/sys/modctl.2	Mon Oct 26 20:40:00 2009
@@ -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 @@
 .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"

Reply via email to