Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 file system, not filesystem.



details:   https://anonhg.NetBSD.org/src/rev/b3d347aae6c7
branches:  trunk
changeset: 537551:b3d347aae6c7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 11:15:18 2002 +0000

description:
file system, not filesystem.

diffstat:

 share/man/man5/lkm.conf.5 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r a703a836fb24 -r b3d347aae6c7 share/man/man5/lkm.conf.5
--- a/share/man/man5/lkm.conf.5 Wed Oct 02 11:15:06 2002 +0000
+++ b/share/man/man5/lkm.conf.5 Wed Oct 02 11:15:18 2002 +0000
@@ -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 @@
 .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 @@
 .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.



Home | Main Index | Thread Index | Old Index