git: e94476a117ab - stable/14 - mount.8: Mention tarfs(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 13:17:04 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e94476a117abd30c37432299319fee57ed7dafac commit e94476a117abd30c37432299319fee57ed7dafac Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-10-04 15:42:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-10-11 13:16:39 +0000 mount.8: Mention tarfs(5) Reviewed by: markj MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/856 (cherry picked from commit 4b38c532efb9845898d63546da57d843b3b1c1a6) --- 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 ,