git: 0b8d44e44da7 - stable/14 - tmpfs.5: Fix the use of Bl

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Fri, 22 Sep 2023 12:44:15 UTC
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0b8d44e44da763fa12d8cc776fbdc3a71dc774ca

commit 0b8d44e44da763fa12d8cc776fbdc3a71dc774ca
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-18 19:24:22 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-22 12:41:29 +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 a89be6885d3e..ac5ddbf759d3 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.