minor consistency work

This commit is contained in:
lukem 2000-11-08 01:37:52 +00:00
parent 7c1334922b
commit a042616e94
1 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: lkm.conf.5,v 1.4 1999/03/17 20:19:46 garbled Exp $
.\" $NetBSD: lkm.conf.5,v 1.5 2000/11/08 01:37:52 lukem Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd December 30, 1996
.Dd November 8, 2000
.Dt LKM.CONF 5
.Os
.Sh NAME
@ -46,10 +46,7 @@ is processed by
at system boot time, if it exists.
.Pp
Each line of the file is of the form
.Pp
.Bd -unfilled -offset indent -compact
path options entry postinstall output when
.Ed
.Dl path options entry postinstall output when
.Pp
Except for the
.Em path ,
@ -105,9 +102,10 @@ filesystems are already present).
.Pp
A "-" entry defaults to BEFORENET.
.Sh FILES
.Pa /etc/lkm.conf ,
.Pa /etc/rc ,
.Pa /etc/rc.d/lkm ,
.Pa /etc/rc.lkm
.Pa /etc/lkm.conf
.Pa /etc/rc
.Sh SEE ALSO
.Xr modload 8 ,
.Xr lkm 4