aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-09-18 19:24:22 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-09-22 15:07:28 +0000
commitb86dbf79e715f3e0cd20fb1623d1c66956a79763 (patch)
tree6855d245261fb42e93aadffe9d021dee0fcf2a5b
parent615b54d59b93d5bd67d82552b022388701ab5700 (diff)
downloadsrc-b86dbf79e715f3e0cd20fb1623d1c66956a79763.tar.gz
src-b86dbf79e715f3e0cd20fb1623d1c66956a79763.zip
tmpfs.5: Fix the use of Bl
MFC after: 3 days (cherry picked from commit adbc93c4cc862b6fc6e7992f6e8c78745d0d36eb)
-rw-r--r--share/man/man5/tmpfs.54
1 files 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.