summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-08-13 14:33:03 +0000
committerroam <roam@FreeBSD.org>2004-08-13 14:33:03 +0000
commit6a48c2ea9858a3240d150aae6600382cee276219 (patch)
tree8b3dbf6dc26faf710bd33557e07474c44b98ab76 /lib
parent98087389a385e4cef94e91359d6d3900f168d1a4 (diff)
downloadFreeBSD-src-6a48c2ea9858a3240d150aae6600382cee276219.zip
FreeBSD-src-6a48c2ea9858a3240d150aae6600382cee276219.tar.gz
Document the MNT_SNAPSHOT mount flag with a cross-reference
to mksnap_ffs(8). PR: 70402 Submitted by: James Raftery <james@now.ie>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mount.28
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index f6d6200..844c1fe 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -32,7 +32,7 @@
.\" @(#)mount.2 8.3 (Berkeley) 5/24/95
.\" $FreeBSD$
.\"
-.Dd March 16, 2004
+.Dd August 13, 2004
.Dt MOUNT 2
.Os
.Sh NAME
@@ -133,6 +133,11 @@ Disable update of file access times.
.It Dv MNT_NODEV
Do not interpret special files on the file system.
This flag is set automatically when the caller is not the super-user.
+.It Dv MNT_SNAPSHOT
+Create a snapshot of the file system.
+This is currently only supported on UFS2 file systems, see
+.Xr mksnap_ffs 8
+for more information.
.It Dv MNT_SUIDDIR
Directories with the SUID bit set chown new files to their own owner.
This flag requires the SUIDDIR option to have been compiled into the kernel
@@ -358,6 +363,7 @@ mount can also fail if the maximum number of file systems are currently
mounted.
.Sh SEE ALSO
.Xr lsvfs 1 ,
+.Xr mksnap_ffs 8 ,
.Xr mount 8 ,
.Xr umount 8
.Sh BUGS
OpenPOWER on IntegriCloud