file system, not filesystem.
This commit is contained in:
parent
601c22ea2d
commit
72faabe41b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: lkm.conf.5,v 1.6 2001/06/05 12:38:32 wiz Exp $
|
||||
.\" $NetBSD: lkm.conf.5,v 1.7 2002/10/02 11:15:18 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
@ -66,7 +66,7 @@ are some combination of the -d and -v options to
|
||||
.Pp
|
||||
The
|
||||
.Em entry
|
||||
is the C symbol to call to initialise the module, defaulting to
|
||||
is the C symbol to call to initialize the module, defaulting to
|
||||
.Fn xxxinit .
|
||||
.Pp
|
||||
The
|
||||
@ -88,17 +88,17 @@ the processing of the system startup script
|
||||
.It BEFORENET
|
||||
Before networking is started. This works only if the
|
||||
.Pa /usr
|
||||
filesystem can already be mounted at this time.
|
||||
file system can already be mounted at this time.
|
||||
.It BEFOREMOUNT
|
||||
Before all filesystems listed in
|
||||
Before all file systems listed in
|
||||
.Pa /etc/fstab
|
||||
are mounted (the
|
||||
.Pa /usr
|
||||
and
|
||||
.Pa /var
|
||||
filesystems are already present).
|
||||
file systems are already present).
|
||||
.It AFTERMOUNT
|
||||
After all filesystems are mounted.
|
||||
After all file systems are mounted.
|
||||
.El
|
||||
.Pp
|
||||
A "-" entry defaults to BEFORENET.
|
||||
|
Loading…
Reference in New Issue
Block a user