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
This commit is contained in:
Alexander Ziaee 2024-12-18 13:06:41 -05:00
parent 983723943a
commit 93f4377cab
No known key found for this signature in database
GPG key ID: 0A8F850BCDEF4511
4 changed files with 7 additions and 5 deletions

View file

@ -125,9 +125,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

View file

@ -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

View file

@ -252,6 +252,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

View file

@ -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