git: 4b38c532efb9 - main - mount.8: Mention tarfs(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 15:54:14 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=4b38c532efb9845898d63546da57d843b3b1c1a6
commit 4b38c532efb9845898d63546da57d843b3b1c1a6
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-10-04 15:42:40 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-10-04 15:52:40 +0000
mount.8: Mention tarfs(5)
Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/856
---
sbin/mount/mount.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 5632ad678ffb..91e697bdc3b8 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -27,7 +27,7 @@
.\"
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
.\"
-.Dd March 17, 2022
+.Dd October 4, 2023
.Dt MOUNT 8
.Os
.Sh NAME
@@ -569,6 +569,7 @@ support for a particular file system might be provided either on a static
.Xr ext2fs 5 ,
.Xr fstab 5 ,
.Xr procfs 5 ,
+.Xr tarfs 5 ,
.Xr tmpfs 5 ,
.Xr automount 8 ,
.Xr fstyp 8 ,