Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Slightly restructure vfs level documentation.



details:   https://anonhg.NetBSD.org/src/rev/087e47dc14fe
branches:  trunk
changeset: 747896:087e47dc14fe
user:      elad <elad%NetBSD.org@localhost>
date:      Sun Oct 04 22:57:46 2009 +0000

description:
Slightly restructure vfs level documentation.

diffstat:

 share/man/man7/sysctl.7 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (49 lines):

diff -r 0aca1d062016 -r 087e47dc14fe share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Sun Oct 04 22:24:15 2009 +0000
+++ b/share/man/man7/sysctl.7   Sun Oct 04 22:57:46 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.25 2009/10/02 20:31:19 elad Exp $
+.\"    $NetBSD: sysctl.7,v 1.26 2009/10/04 22:57:46 elad Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\"
-.Dd October 2, 2009
+.Dd October 4, 2009
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -131,18 +131,20 @@
 A distinguished second level name,
 .Li vfs.generic ( VFS_GENERIC ) ,
 is used to get general information about all filesystems.
-One of its third level identifiers is
-.Li vfs.generic.maxtypenum ( VFS_MAXTYPENUM )
-that gives the highest valid filesystem type number.
-Its other third level identifier is
-.Li vfs.generic.conf ( VFS_CONF )
-that returns configuration information about the filesystem
-type given as a fourth level identifier.
-The remaining second level identifiers are the
-filesystem type number returned by a
+It has the following third level identifiers:
+.Bl -tag -width compact
+.It vfs.generic.maxtypenum ( VFS_MAXTYPENUM )
+The highest valid filesystem type number.
+.It vfs.generic.conf ( VFS_CONF )
+Returns configuration information about the file-system type given as a fourth
+level identifier.
+.El
+.Pp
+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 .
+.Li vfs.generic.conf.
 The third level identifiers available for each filesystem
 are given in the header file that defines the mount
 argument structure for that filesystem.



Home | Main Index | Thread Index | Old Index