Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove vestigial remnant of an earlier modifica...



details:   https://anonhg.NetBSD.org/src/rev/b2a27813e422
branches:  trunk
changeset: 745073:b2a27813e422
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Feb 22 14:06:05 2020 +0000

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

diffstat:

 lib/libc/sys/modctl.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 78b42f146d41 -r b2a27813e422 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2     Sat Feb 22 13:41:40 2020 +0000
+++ b/lib/libc/sys/modctl.2     Sat Feb 22 14:06:05 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index