The branch main has been updated by 0mp:

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

commit adbc93c4cc862b6fc6e7992f6e8c78745d0d36eb
Author:     Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2023-09-18 19:24:22 +0000
Commit:     Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2023-09-18 21:59:10 +0000

    tmpfs.5: Fix the use of Bl
    
    MFC after:      3 days
---
 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.

Reply via email to