Sort sections, remove trailing whitespace.
This commit is contained in:
parent
e04e55946a
commit
efa04f9763
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: module.9,v 1.13 2010/08/14 17:06:58 pgoyette Exp $
|
||||
.\" $NetBSD: module.9,v 1.14 2010/08/14 17:49:12 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -386,6 +386,12 @@ The header file
|
|||
describes the public interface.
|
||||
.Sh SEE ALSO
|
||||
.Xr modctl 2
|
||||
.Sh HISTORY
|
||||
The kernel module subsystem first appeared in
|
||||
.Nx 5.0 .
|
||||
It replaces the
|
||||
.Dq Tn LKM
|
||||
subsystem from earlier releases.
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The
|
||||
|
@ -394,9 +400,3 @@ system was written by
|
|||
.An Andrew Doran Aq ad@NetBSD.org .
|
||||
This manual page was written by
|
||||
.An Paul Goyette Aq pgoyette@NetBSD.org .
|
||||
.Sh HISTORY
|
||||
The kernel module subsystem first appeared in
|
||||
.Nx 5.0 .
|
||||
It replaces the
|
||||
.Dq Tn LKM
|
||||
subsystem from earlier releases.
|
||||
|
|
Loading…
Reference in New Issue