Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys XXX - confirmed that ms_required is comma-delim...
details: https://anonhg.NetBSD.org/src/rev/ff759f673640
branches: trunk
changeset: 748543:ff759f673640
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Mon Oct 26 20:40:00 2009 +0000
description:
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
diffstat:
lib/libc/sys/modctl.2 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (21 lines):
diff -r 233152427c6e -r ff759f673640 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2 Mon Oct 26 19:55:11 2009 +0000
+++ b/lib/libc/sys/modctl.2 Mon Oct 26 20:40:00 2009 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index