aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2014-12-10 14:14:16 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2014-12-10 14:14:16 +0000
commitbe3a49ee62b6af938565ef159b535aea59a92f16 (patch)
tree546110ab5c2bb898673bb9c5debe59c90d92f1a6 /sbin/mount
parentf229f35db70f9a4bfac12c49e91bd9dd56a4975e (diff)
downloadsrc-be3a49ee62b6af938565ef159b535aea59a92f16.tar.gz
src-be3a49ee62b6af938565ef159b535aea59a92f16.zip
Add fstyp(8). This utility, named after its SVR4 counterpart, detects
filesystems. It differs from file(1) in that it gives machine-parseable output, it outputs filesystem labels, doesn't get confused by other formats metadata, and runs in Capsicum sandbox. Differential Revision: https://reviews.freebsd.org/D1255 Relnotes: yes Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=275680
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 12c25add90e6..aa7acfd61031 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -28,7 +28,7 @@
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
.\" $FreeBSD$
.\"
-.Dd November 22, 2014
+.Dd December 3, 2014
.Dt MOUNT 8
.Os
.Sh NAME
@@ -549,6 +549,7 @@ support for a particular file system might be provided either on a static
.Xr fstab 5 ,
.Xr procfs 5 ,
.Xr automount 8 ,
+.Xr fstyp 8 ,
.Xr kldload 8 ,
.Xr mount_cd9660 8 ,
.Xr mount_msdosfs 8 ,