git: a516440afdd3 - stable/14 - msdosfs manuals: Improve visibility and linking

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Sun, 20 Apr 2025 00:44:58 UTC
The branch stable/14 has been updated by ziaee:

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

commit a516440afdd342fef9925680d890117d6d9024ed
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2024-12-18 18:06:41 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-04-20 00:44:27 +0000

    msdosfs manuals: Improve visibility and linking
    
    + add `(FAT)` to all descriptions to enable `apropos fat`
    + xref all msdosfs(4) utilities in base to msdosfs(4)
    + xref msdosfs(4) to all msdosfs(4) utilities
    + remove unrelated fsck_ffs(8) from fsck_msdos(8)
    
    MFC after:      3 days
    Reviewed by:    mhorne
    Approved by:    mhorne (mentor)
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1557
    
    (cherry picked from commit 93f4377caba08e4a47fb9f1878bf609bd4181564)
---
 sbin/fsck_msdosfs/fsck_msdosfs.8   | 5 ++---
 sbin/mount_msdosfs/mount_msdosfs.8 | 2 +-
 sbin/newfs_msdos/newfs_msdos.8     | 1 +
 share/man/man5/msdosfs.5           | 4 +++-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8
index 963818ea8bd7..6f2d6516d0e2 100644
--- a/sbin/fsck_msdosfs/fsck_msdosfs.8
+++ b/sbin/fsck_msdosfs/fsck_msdosfs.8
@@ -121,9 +121,8 @@ to assume
 as the answer to all operator questions.
 .El
 .Sh SEE ALSO
-.Xr fsck 8 ,
-.Xr fsck_ffs 8 ,
-.Xr mount_msdosfs 8
+.Xr msdosfs 4 ,
+.Xr fsck 8
 .Sh HISTORY
 The
 .Nm
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index 94532cafb543..eb9bc9799614 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -33,7 +33,7 @@
 .Os
 .Sh NAME
 .Nm mount_msdosfs
-.Nd mount an MS-DOS file system
+.Nd mount an MS-DOS (FAT) file system
 .Sh SYNOPSIS
 .Nm
 .Op Fl 9ls
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8
index efa69c058453..c3b50d6266ff 100644
--- a/sbin/newfs_msdos/newfs_msdos.8
+++ b/sbin/newfs_msdos/newfs_msdos.8
@@ -244,6 +244,7 @@ Create a 30MB image file, with the FAT partition starting
 newfs_msdos -C 30M -@63s ./somefile
 .Ed
 .Sh SEE ALSO
+.Xr msdosfs 4 ,
 .Xr gpart 8 ,
 .Xr newfs 8
 .Sh HISTORY
diff --git a/share/man/man5/msdosfs.5 b/share/man/man5/msdosfs.5
index 2856b4b5cc82..470f8861aa6a 100644
--- a/share/man/man5/msdosfs.5
+++ b/share/man/man5/msdosfs.5
@@ -6,7 +6,7 @@
 .Os
 .Sh NAME
 .Nm msdosfs
-.Nd MS-DOS file system
+.Nd MS-DOS (FAT) file system
 .Sh SYNOPSIS
 .Cd "options MSDOSFS"
 .Sh DESCRIPTION
@@ -65,8 +65,10 @@ may also be used to extract this information.
 .Sh SEE ALSO
 .Xr mount 2 ,
 .Xr unmount 2 ,
+.Xr fsck_msdosfs 8 ,
 .Xr mount 8 ,
 .Xr mount_msdosfs 8 ,
+.Xr newfs_msdos 8 ,
 .Xr umount 8
 .Sh AUTHORS
 This manual page was written by