Module Name:    src
Committed By:   wiz
Date:           Tue Aug 17 06:44:25 UTC 2010

Modified Files:
        src/share/man/man9: module.9

Log Message:
filesystem -> file system


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/module.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/module.9
diff -u src/share/man/man9/module.9:1.15 src/share/man/man9/module.9:1.16
--- src/share/man/man9/module.9:1.15	Tue Aug 17 04:09:07 2010
+++ src/share/man/man9/module.9	Tue Aug 17 06:44:25 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.15 2010/08/17 04:09:07 jnemeth Exp $
+.\"	$NetBSD: module.9,v 1.16 2010/08/17 06:44:25 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -317,7 +317,7 @@
 .Ar name
 within a module.
 The miniroot module uses this routine to find the address and size of the
-embedded filesystem image.
+embedded file system image.
 This routine can only examine the linker data for the module that is
 currently being initialized;  it cannot examine data for any other module.
 .It Fn module_init "void"
@@ -385,7 +385,7 @@
 The routines for linking the module are in
 .Pa sys/kern/subr_kobj.c .
 .Pp
-The routines for reading a module from the filesystem are in
+The routines for reading a module from the file system are in
 .Pa sys/kern/subr_kobj_vfs.c .
 .Pp
 The header file

Reply via email to