Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Split "filesystem", and remove superfluous Pp.



details:   https://anonhg.NetBSD.org/src/rev/d829bd99e2d2
branches:  trunk
changeset: 759565:d829bd99e2d2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Dec 12 22:11:02 2010 +0000

description:
Split "filesystem", and remove superfluous Pp.

diffstat:

 share/man/man4/module.4 |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 1c2829ce9560 -r d829bd99e2d2 share/man/man4/module.4
--- a/share/man/man4/module.4   Sun Dec 12 20:22:48 2010 +0000
+++ b/share/man/man4/module.4   Sun Dec 12 22:11:02 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.4,v 1.1 2010/12/12 19:29:01 pgoyette Exp $
+.\" $NetBSD: module.4,v 1.2 2010/12/12 22:11:02 wiz Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 Additionally, the kernel may automatically load software modules as
 needed to perform requested operations.
 For example, an xyzfs module can be loaded automatically when an
-attempt is made to mount an xyzfs filesystem.
+attempt is made to mount an xyzfs file system.
 Modules can also depend on other modules, and dependant modules are
 automatically loaded.
 When a module is no longer needed, it can be automatically unloaded.
@@ -106,7 +106,6 @@
 Alternate system security models may loaded using the
 .Nm
 facility.
-.Pp
 .Sh NOTES
 .Ss Security considerations
 Kernel modules can do anything with kernel structures.
@@ -135,8 +134,8 @@
 in future versions of the
 .Nx
 operating system.)
-.Ss Missing filesystem modules may prevent the system from booting
-If you attempt to boot the operating system from a filesystem for
+.Ss Missing file system modules may prevent the system from booting
+If you attempt to boot the operating system from a file system for
 which the module is not built into the kernel, the boot may fail
 with the message
 .Dq "Cannot mount root, error 79" .
@@ -150,7 +149,7 @@
 to load the modules, is a common reason for a
 .Dv MODULAR
 kernel's failure to boot, you might want to maintain a non-MODULAR
-kernel in the root filesystem for recovery purposes.
+kernel in the root file system for recovery purposes.
 .Sh SEE ALSO
 .Xr modctl 2 ,
 .Xr modload 8 ,



Home | Main Index | Thread Index | Old Index