Module Name:    src
Committed By:   elad
Date:           Sun Oct  4 22:57:47 UTC 2009

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Slightly restructure vfs level documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man7/sysctl.7

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/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.25 src/share/man/man7/sysctl.7:1.26
--- src/share/man/man7/sysctl.7:1.25	Fri Oct  2 20:31:19 2009
+++ src/share/man/man7/sysctl.7	Sun Oct  4 22:57:46 2009
@@ -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.

Reply via email to