kill reference to getvfsbyname(3) - it's no longer present on NetBSD

This commit is contained in:
jdolecek 2000-03-29 14:30:27 +00:00
parent 71398b0ad8
commit 342890eff7
1 changed files with 2 additions and 4 deletions

View File

@ -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
.\" 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.
Its other third level identifier is VFS_CONF that
returns configuration information about the filesystem
type given as a fourth level identifier (see
.Xr getvfsbyname 3
as an example of its use).
type given as a fourth level identifier.
The remaining second level identifiers are the
filesystem type number returned by a
.Xr statfs 2