From b2bd87bb01a97b5b025614a6bfccb8e109c201cd Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 18 Sep 2023 23:58:08 +0200 Subject: [PATCH] tmpfs.5: Document option export This is a no-op option supported for the sake of NFS. MFC after: 7 days --- share/man/man5/tmpfs.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index bf07f06de02..c01aefd8550 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.