summaryrefslogtreecommitdiffstats
path: root/usr.bin/lsvfs/lsvfs.1
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-06-09 16:33:32 +0000
committerhrs <hrs@FreeBSD.org>2013-06-09 16:33:32 +0000
commit72d6b961fb06f093027d9d5ad030e9004c136357 (patch)
tree6a483a0c9cb158a78810b77e81f99081513e7d3e /usr.bin/lsvfs/lsvfs.1
parent685cb19de6ad1fcf74f8b7461efc326a6a68c10d (diff)
downloadFreeBSD-src-72d6b961fb06f093027d9d5ad030e9004c136357.zip
FreeBSD-src-72d6b961fb06f093027d9d5ad030e9004c136357.tar.gz
- Add file system type number (vfc_typenum) in the list. This is useful
for debugging when changing vfs.typenumhash configuration. - Refactor fmt_flags(). MFC after: 1 week
Diffstat (limited to 'usr.bin/lsvfs/lsvfs.1')
-rw-r--r--usr.bin/lsvfs/lsvfs.15
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1
index ed4b44e..5bdb64e 100644
--- a/usr.bin/lsvfs/lsvfs.1
+++ b/usr.bin/lsvfs/lsvfs.1
@@ -2,7 +2,7 @@
.\" Garrett A. Wollman, September 1994
.\" This file is in the public domain.
.\"
-.Dd March 16, 1995
+.Dd June 9, 2013
.Dt LSVFS 1
.Os
.Sh NAME
@@ -36,6 +36,8 @@ and the
.Fl t
option to
.Xr mount 8
+.It Num
+the filesystem type number.
.It Refs
the number of references to this VFS; i.e., the number of currently
mounted file systems of this type
@@ -44,6 +46,7 @@ flag bits.
.El
.Sh SEE ALSO
.Xr mount 2 ,
+.Xr getvfsbyname 3 ,
.Xr mount 8
.Sh HISTORY
A
OpenPOWER on IntegriCloud