Slightly restructure vfs level documentation.
This commit is contained in:
parent
28b2719313
commit
fa3aa43ab2
@ -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,15 +131,17 @@ for more information.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user