Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106099227
D27544.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
847 B
Referenced Files
None
Subscribers
None
D27544.diff
View Options
diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1
--- 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 June 9, 2013
+.Dd December 28, 2020
.Dt LSVFS 1
.Os
.Sh NAME
@@ -44,6 +44,22 @@
.It Flags
flag bits.
.El
+.Sh EXAMPLES
+Show information about the
+.Ql ufs
+and
+.Xr devfs 5
+filesystems and check the number of mounts for the former:
+.Bd -literal -offset indent
+$ lsvfs ufs devfs
+Filesystem Num Refs Flags
+-------------------------------- ---------- ----- ---------------
+ufs 0x00000035 2
+devfs 0x00000071 1 synthetic, jail
+
+$ mount -t ufs | wc -l
+ 2
+.Ed
.Sh SEE ALSO
.Xr mount 2 ,
.Xr getvfsbyname 3 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 9:33 AM (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603382
Default Alt Text
D27544.diff (847 B)
Attached To
Mode
D27544: lsvfs(1): Add EXAMPLES section
Attached
Detach File
Event Timeline
Log In to Comment