Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 21:59:57 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1d225179fd5d - main - tmpfs.5: Document option union
Message-ID:  <202309182159.38ILxvX0045840@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=1d225179fd5d7eb932486a94abb8b76be7e44241

commit 1d225179fd5d7eb932486a94abb8b76be7e44241
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 20:29:09 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309182159.38ILxvX0045840>