Deleted Added
full compact
lsvfs.1 (96704) lsvfs.1 (107788)
1.\" $FreeBSD: head/usr.bin/lsvfs/lsvfs.1 96704 2002-05-16 02:19:14Z trhodes $
1.\" $FreeBSD: head/usr.bin/lsvfs/lsvfs.1 107788 2002-12-12 17:26:04Z ru $
2.\" Garrett A. Wollman, September 1994
3.\" This file is in the public domain.
4.\"
5.Dd March 16, 1995
6.Dt LSVFS 1
7.Os
8.Sh NAME
9.Nm lsvfs
10.Nd list installed virtual filesystems
11.Sh SYNOPSIS
12.Nm
13.Op Ar vfsname Ar ...
14.Sh DESCRIPTION
15The
16.Nm
2.\" Garrett A. Wollman, September 1994
3.\" This file is in the public domain.
4.\"
5.Dd March 16, 1995
6.Dt LSVFS 1
7.Os
8.Sh NAME
9.Nm lsvfs
10.Nd list installed virtual filesystems
11.Sh SYNOPSIS
12.Nm
13.Op Ar vfsname Ar ...
14.Sh DESCRIPTION
15The
16.Nm
17command lists information about the currently loaded virtual filesystem
17command lists information about the currently loaded virtual file system
18modules. When
19.Ar vfsname
20arguments are given,
21.Nm
22lists information about the specified VFS modules. Otherwise,
23.Nm
24lists all currently loaded modules.
25The information is as follows:
26.Pp
27.Bl -tag -compact -width Filesystem
28.It Filesystem
18modules. When
19.Ar vfsname
20arguments are given,
21.Nm
22lists information about the specified VFS modules. Otherwise,
23.Nm
24lists all currently loaded modules.
25The information is as follows:
26.Pp
27.Bl -tag -compact -width Filesystem
28.It Filesystem
29the name of the filesystem, as would be used in the
29the name of the file system, as would be used in the
30.Ar type
31parameter to
32.Xr mount 2
33and the
34.Fl t
35option to
36.Xr mount 8
37.It Refs
38the number of references to this VFS; i.e., the number of currently
30.Ar type
31parameter to
32.Xr mount 2
33and the
34.Fl t
35option to
36.Xr mount 8
37.It Refs
38the number of references to this VFS; i.e., the number of currently
39mounted filesystems of this type
39mounted file systems of this type
40.It Flags
41flag bits.
42.El
43.Sh SEE ALSO
44.Xr mount 2 ,
45.Xr mount 8
46.Sh HISTORY
47A
48.Nm
49command appeared in
50.Fx 2.0 .
40.It Flags
41flag bits.
42.El
43.Sh SEE ALSO
44.Xr mount 2 ,
45.Xr mount 8
46.Sh HISTORY
47A
48.Nm
49command appeared in
50.Fx 2.0 .