The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=1d225179fd5d7eb932486a94abb8b76be7e44241
commit 1d225179fd5d7eb932486a94abb8b76be7e44241 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2023-09-18 20:29:09 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2023-09-18 21:59:10 +0000 tmpfs.5: Document option union As noted in 59169d915600333b7d9187097f157865ba642256, tmpfs(5) supports the union option just fine. MFC after: 7 days --- share/man/man5/tmpfs.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index 8fff1c15815d..bf07f06de026 100644 --- a/share/man/man5/tmpfs.5 +++ b/share/man/man5/tmpfs.5 @@ -154,6 +154,9 @@ main memory and swap space) will be used. .It Cm uid Set the user ID of the root inode of the file system. The default is the mount point's UID. +.It Cm union +Refer to +.Xr mount 8 . .El .Sh EXAMPLES Mount a
