git: 5773d056fb4a - releng/15.0 - manpages: Use canonical names for Linux filesystems

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Mon, 20 Oct 2025 17:48:25 UTC
The branch releng/15.0 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=5773d056fb4ac151d2897fa3051e8c5243aa79f8

commit 5773d056fb4ac151d2897fa3051e8c5243aa79f8
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-10-17 09:24:12 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-20 17:48:13 +0000

    manpages: Use canonical names for Linux filesystems
    
    The manpages of linprocfs(5) and linsysfs(5) document incomplete names without
    "fs" suffix. Make them identical to other filesystems.
    
    Approved by:    re (cperciva)
    PR:             283079
    MFC after:      3 days
    Reviewed by:    ziaee, markj
    Differential Revision:  https://reviews.freebsd.org/D53155
    
    (cherry picked from commit 88b9ca860ef332d4d32e97e0f8a166f12cffc8e3)
    (cherry picked from commit 6ec0fbd8ff11c7180e52e9c30a071da8f532fd47)
---
 share/man/man4/linprocfs.4 | 4 ++--
 share/man/man4/linsysfs.4  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man4/linprocfs.4 b/share/man/man4/linprocfs.4
index 53940d7c02b0..dcd1c642b409 100644
--- a/share/man/man4/linprocfs.4
+++ b/share/man/man4/linprocfs.4
@@ -9,7 +9,7 @@
 .Nd Linux process file system
 .Sh SYNOPSIS
 .Bd -literal
-linproc		/compat/linux/proc	linprocfs	rw 0 0
+linprocfs		/compat/linux/proc	linprocfs	rw 0 0
 .Ed
 .Sh DESCRIPTION
 The Linux process file system, or
@@ -138,7 +138,7 @@ To mount a
 file system on
 .Pa /compat/linux/proc :
 .Pp
-.Dl "mount -t linprocfs linproc /compat/linux/proc"
+.Dl "mount -t linprocfs linprocfs /compat/linux/proc"
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
diff --git a/share/man/man4/linsysfs.4 b/share/man/man4/linsysfs.4
index 12729a814085..045e1af89173 100644
--- a/share/man/man4/linsysfs.4
+++ b/share/man/man4/linsysfs.4
@@ -9,7 +9,7 @@
 .Nd Linux kernel objects file system
 .Sh SYNOPSIS
 .Bd -literal
-linsys		/compat/linux/sys	linsysfs	rw 0 0
+linsysfs		/compat/linux/sys	linsysfs	rw 0 0
 .Ed
 .Sh DESCRIPTION
 The
@@ -66,7 +66,7 @@ The PCI device hierarchy node.
 .Sh EXAMPLES
 The most common usage follows:
 .Pp
-.Dl "mount -t linsysfs linsys /compat/linux/sys"
+.Dl "mount -t linsysfs linsysfs /compat/linux/sys"
 .Pp
 where
 .Pa /compat/linux/sys