aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2026-05-15 10:11:29 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2026-05-15 10:13:20 +0000
commitae0fd05a333b0ab9e6f020b07a0e483e6f85538a (patch)
tree3f89c794bec6cc1e7c70733806edf3a67ad36762
parente0c3d21e3b43c664fbec3b070612c17a72c39482 (diff)
p9fs.4: Cross-reference mount(8)
MFC after: 3 days
-rw-r--r--sbin/mount/mount.83
-rw-r--r--share/man/man4/p9fs.45
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