Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/find Use "sysctl vfs.generic.fstypes" to determine t...
details: https://anonhg.NetBSD.org/src/rev/05a845795d88
branches: trunk
changeset: 565735:05a845795d88
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Apr 19 00:18:46 2004 +0000
description:
Use "sysctl vfs.generic.fstypes" to determine the list of available fstypes.
diffstat:
usr.bin/find/find.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f8ef032f44bf -r 05a845795d88 usr.bin/find/find.1
--- a/usr.bin/find/find.1 Mon Apr 19 00:15:55 2004 +0000
+++ b/usr.bin/find/find.1 Mon Apr 19 00:18:46 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: find.1,v 1.49 2004/03/31 01:46:22 wiz Exp $
+.\" $NetBSD: find.1,v 1.50 2004/04/19 00:18:46 lukem Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)find.1 8.7 (Berkeley) 5/9/95
.\"
-.Dd March 30, 2004
+.Dd April 19, 2004
.Dt FIND 1
.Os
.Sh NAME
@@ -267,7 +267,7 @@
command can be used to find out the types of filesystems
that are available on the system:
.Bd -literal -offset indent
-sysctl vfs
+sysctl vfs.generic.fstypes
.Pp
.Ed
In addition, there are two pseudo-types,
Home |
Main Index |
Thread Index |
Old Index