Remove vestigial remnant of an earlier modification to the module
implementation. There currently is no such thing as a module's "alias".
This commit is contained in:
parent
c992f78e6a
commit
79e45209ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue