summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-08-13 14:33:03 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-08-13 14:33:03 +0000
commit9f4c0e5c8f9c87fcc9898e9e48b8a6025921dd12 (patch)
tree8b3dbf6dc26faf710bd33557e07474c44b98ab76 /lib/libc
parent48aea4da66366d16a506da0708ae029e9190615b (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 f6d6200bddbc..844c1fec0e32 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