diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 0c13fe8be798..5e2d86bf3286 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -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