git: b86dbf79e715 - stable/13 - tmpfs.5: Fix the use of Bl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 15:07:47 UTC
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=b86dbf79e715f3e0cd20fb1623d1c66956a79763 commit b86dbf79e715f3e0cd20fb1623d1c66956a79763 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2023-09-18 19:24:22 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2023-09-22 15:07:28 +0000 tmpfs.5: Fix the use of Bl MFC after: 3 days (cherry picked from commit adbc93c4cc862b6fc6e7992f6e8c78745d0d36eb) --- share/man/man5/tmpfs.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index 6bd20b563b31..e19c898aa85b 100644 --- a/share/man/man5/tmpfs.5 +++ b/share/man/man5/tmpfs.5 @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 21, 2022 +.Dd September 18, 2023 .Dt TMPFS 5 .Os .Sh NAME @@ -108,7 +108,7 @@ The following options are available when mounting .Nm file systems: -.Bl -tag -width "It Cm maxfilesize" +.Bl -tag -width "maxfilesize" .It Cm gid Specifies the group ID of the root inode of the file system. Defaults to the mount point's GID.