summaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_SET.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_SET.9')
-rw-r--r--share/man/man9/VFS_SET.99
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man9/VFS_SET.9 b/share/man/man9/VFS_SET.9
index 656b72879978..f30f4312459e 100644
--- a/share/man/man9/VFS_SET.9
+++ b/share/man/man9/VFS_SET.9
@@ -57,7 +57,7 @@ as the event handler.
Possible values for the
.Fa flags
argument are:
-.Bl -hang -width ".Dv VFCF_SYNTHETIC"
+.Bl -hang -width ".Dv VFCF_DELEGADMIN"
.It Dv VFCF_STATIC
File system should be statically available in the kernel.
.It Dv VFCF_NETWORK
@@ -71,10 +71,15 @@ Loopback file system layer.
.It Dv VFCF_UNICODE
File names are stored as Unicode.
.It Dv VFCF_JAIL
-can be mounted from within a jail if
+Can be mounted from within a jail if
.Va security.jail.mount_allowed
sysctl is set to
.Dv 1 .
+.It Dv VFCF_DELEGADMIN
+Supports delegated administration if
+.Va vfs.usermount
+sysctl is set to
+.Dv 1 .
.El
.Sh PSEUDOCODE
.Bd -literal