Module Name:    src
Committed By:   pgoyette
Date:           Sat Feb 22 14:06:05 UTC 2020

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

Log Message:
Remove vestigial remnant of an earlier modification to the module
implementation.  There currently is no such thing as a module's
"alias".


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/lib/libc/sys/modctl.2:1.18
--- src/lib/libc/sys/modctl.2:1.17	Fri Dec  6 21:45:14 2019
+++ src/lib/libc/sys/modctl.2	Sat Feb 22 14:06:05 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: modctl.2,v 1.17 2019/12/06 21:45:14 pgoyette Exp $
+.\"	$NetBSD: modctl.2,v 1.18 2020/02/22 14:06:05 pgoyette Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 5, 2019
+.Dd February 22, 2020
 .Dt MODCTL 2
 .Os
 .Sh NAME
@@ -77,7 +77,7 @@ pointing to a suitable block of memory.
 The kernel will fill this block with
 .Bl -bullet 
 .It
-a count of the number of modules loaded (including aliases),
+a count of the number of modules loaded,
 .It
 an array of
 .Em modstat_t

Reply via email to