The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=ae0fd05a333b0ab9e6f020b07a0e483e6f85538a
commit ae0fd05a333b0ab9e6f020b07a0e483e6f85538a Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2026-05-15 10:11:29 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2026-05-15 10:13:20 +0000 p9fs.4: Cross-reference mount(8) MFC after: 3 days --- sbin/mount/mount.8 | 3 ++- share/man/man4/p9fs.4 | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 877001727a8f..b651fb53bf2c 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 28, 2025 +.Dd May 15, 2026 .Dt MOUNT 8 .Os .Sh NAME @@ -584,6 +584,7 @@ support for a particular file system might be provided either on a static .Xr ext2fs 4 , .Xr ffs 4 , .Xr mac 4 , +.Xr p9fs 4 , .Xr procfs 4 , .Xr tarfs 4 , .Xr tmpfs 4 , diff --git a/share/man/man4/p9fs.4 b/share/man/man4/p9fs.4 index a49053d461d4..c50720b6ebc8 100644 --- a/share/man/man4/p9fs.4 +++ b/share/man/man4/p9fs.4 @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 7, 2024 +.Dd May 15, 2026 .Dt P9FS 4 .Os .Sh NAME @@ -104,7 +104,8 @@ or .Pa /var/tmp have the expected semantics. .Sh SEE ALSO -.Xr fstab 5 +.Xr fstab 5 , +.Xr mount 8 .Sh HISTORY The 9P protocol first appeared in the Plan 9 operating system. More recently, the protocol has been widely used with virtual machines
