Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 filesystem -> file system



details:   https://anonhg.NetBSD.org/src/rev/1ccb0d443fb1
branches:  trunk
changeset: 757163:1ccb0d443fb1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 17 06:44:25 2010 +0000

description:
filesystem -> file system

diffstat:

 share/man/man9/module.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 54d271e89a71 -r 1ccb0d443fb1 share/man/man9/module.9
--- a/share/man/man9/module.9   Tue Aug 17 04:09:07 2010 +0000
+++ b/share/man/man9/module.9   Tue Aug 17 06:44:25 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index