kill reference to getvfsbyname(3) - it's no longer present on NetBSD
This commit is contained in:
parent
71398b0ad8
commit
342890eff7
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sysctl.3,v 1.52 2000/02/27 06:13:35 itojun Exp $
|
.\" $NetBSD: sysctl.3,v 1.53 2000/03/29 14:30:27 jdolecek Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -189,9 +189,7 @@ One of its third level identifiers is VFS_MAXTYPENUM
|
||||||
that gives the highest valid filesystem type number.
|
that gives the highest valid filesystem type number.
|
||||||
Its other third level identifier is VFS_CONF that
|
Its other third level identifier is VFS_CONF that
|
||||||
returns configuration information about the filesystem
|
returns configuration information about the filesystem
|
||||||
type given as a fourth level identifier (see
|
type given as a fourth level identifier.
|
||||||
.Xr getvfsbyname 3
|
|
||||||
as an example of its use).
|
|
||||||
The remaining second level identifiers are the
|
The remaining second level identifiers are the
|
||||||
filesystem type number returned by a
|
filesystem type number returned by a
|
||||||
.Xr statfs 2
|
.Xr statfs 2
|
||||||
|
|
Loading…
Reference in New Issue