diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2020-02-22 14:06:05 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2020-02-22 14:06:05 +0000 |
| commit | caef9b6eeec0f65adb33c15b152b74ec8b69a19b (patch) | |
| tree | 2e1152aad1c4fb992f89e5f8706c31c3b5e62100 /lib | |
| parent | 61d53693e6105dbc374dcd55aa66cd1035a29893 (diff) | |
Remove vestigial remnant of an earlier modification to the module
implementation. There currently is no such thing as a module's
"alias".
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/modctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/modctl.2 b/lib/libc/sys/modctl.2 index 98988cca012..ac19c9fdd25 100644 --- a/lib/libc/sys/modctl.2 +++ b/lib/libc/sys/modctl.2 @@ -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 |
