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 12:41:29 +0000
commit0b8d44e44da763fa12d8cc776fbdc3a71dc774ca (patch)
tree87fb47a90417d1fa5949aacfd02cd8cc0c4d3fb6
parentbd7273bc7ff54704031f59ad4e3de40e60e6eb72 (diff)
downloadsrc-0b8d44e44da763fa12d8cc776fbdc3a71dc774ca.tar.gz
src-0b8d44e44da763fa12d8cc776fbdc3a71dc774ca.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 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.