aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-09-18 21:58:08 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-09-18 21:59:10 +0000
commitb2bd87bb01a97b5b025614a6bfccb8e109c201cd (patch)
treec3f5b55dea2f10cf729f2be10ccbefc0185be806
parent1d225179fd5d7eb932486a94abb8b76be7e44241 (diff)
downloadsrc-b2bd87bb01a97b5b025614a6bfccb8e109c201cd.tar.gz
src-b2bd87bb01a97b5b025614a6bfccb8e109c201cd.zip
tmpfs.5: Document option export
This is a no-op option supported for the sake of NFS. MFC after: 7 days
-rw-r--r--share/man/man5/tmpfs.56
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index bf07f06de026..c01aefd8550a 100644
--- a/share/man/man5/tmpfs.5
+++ b/share/man/man5/tmpfs.5
@@ -112,6 +112,12 @@ file systems:
.It Cm easize
Set the maximum memory size used by extended attributes in bytes.
The default is 16 megabytes.
+.It Cm export
+Accept the
+.Cm export
+option for compatibility with
+.Xr nfsv4 4 .
+This option does nothing.
.It Cm gid
Set the group ID of the root inode of the file system.
The default is the mount point's GID.