Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 file system consistency.
details: https://anonhg.NetBSD.org/src/rev/851efbc370d0
branches: trunk
changeset: 761039:851efbc370d0
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jan 19 08:34:19 2011 +0000
description:
file system consistency.
diffstat:
share/man/man7/sysctl.7 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r 1b30e8209f27 -r 851efbc370d0 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7 Wed Jan 19 07:55:12 2011 +0000
+++ b/share/man/man7/sysctl.7 Wed Jan 19 08:34:19 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.56 2011/01/19 02:25:17 uwe Exp $
+.\" $NetBSD: sysctl.7,v 1.57 2011/01/19 08:34:19 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -133,13 +133,13 @@
.Ss The vfs.* subtree
A distinguished second level name,
.Li vfs.generic ( VFS_GENERIC ) ,
-is used to get general information about all filesystems.
+is used to get general information about all file systems.
It has the following third level identifiers:
.Bl -tag -width "123456"
.It Li vfs.generic.maxtypenum ( VFS_MAXTYPENUM )
-The highest valid filesystem type number.
+The highest valid file system type number.
.It Li vfs.generic.conf ( VFS_CONF )
-Returns configuration information about the file-system type given as a fourth
+Returns configuration information about the file system type given as a fourth
level identifier.
.El
.Pp
@@ -158,15 +158,15 @@
and the time it took to commit as seconds.nanoseconds.
.El
.Pp
-The remaining second level identifiers are the file-system names, identified
+The remaining second level identifiers are the file system names, identified
by the type number returned by a
.Xr statvfs 2
call or from
.Li vfs.generic.conf .
.Pp
-The third level identifiers available for each filesystem
+The third level identifiers available for each file system
are given in the header file that defines the mount
-argument structure for that filesystem.
+argument structure for that file system.
.Ss The hw.* subtree
The string and integer information available for the
.Li hw
@@ -1058,7 +1058,7 @@
.No tableN
node.
Under each node there will be three variables, indicating the mount
-point, the file-system type, and the number of entries.
+point, the file system type, and the number of entries.
.It Li kern.veriexec.strict
Controls the strict level of Veriexec.
See
Home |
Main Index |
Thread Index |
Old Index