handbook/filesystems: Adjust manual page links

PR:	295025
This commit is contained in:
Alexander Ziaee
2026-05-05 11:24:02 -04:00
parent cebbfbce50
commit ab9366ab1f
@@ -85,7 +85,7 @@ This section demonstrates how to load support for and how to mount the supported
=== Extended File System (EXT) === Extended File System (EXT)
Kernel support for Extended File System (EXT) file systems has been available since FreeBSD 2.2. Kernel support for Extended File System (EXT) file systems has been available since FreeBSD 2.2.
The man:ext2fs[5] driver allows the FreeBSD kernel to both read and write to ext2, ext3, and ext4 file systems. The man:ext2fs[4] driver allows the FreeBSD kernel to both read and write to ext2, ext3, and ext4 file systems.
[WARNING] [WARNING]
==== ====
@@ -134,7 +134,7 @@ Install the exFAT package:
# pkg install fusefs-exfat # pkg install fusefs-exfat
.... ....
Before using a FUSE file system, load the man:fusefs[5] kernel module: Before using a FUSE file system, load the man:fusefs[4] kernel module:
[source,shell] [source,shell]
.... ....
@@ -171,7 +171,7 @@ Install the NTFS package:
# pkg install fusefs-ntfs # pkg install fusefs-ntfs
.... ....
Before using a FUSE file system, load the man:fusefs[5] kernel module: Before using a FUSE file system, load the man:fusefs[4] kernel module:
[source,shell] [source,shell]
.... ....
@@ -213,7 +213,7 @@ Install the HFS/HFS+ package:
# pkg install fusefs-hfsfuse # pkg install fusefs-hfsfuse
.... ....
Before using a FUSE file system, load the man:fusefs[5] kernel module: Before using a FUSE file system, load the man:fusefs[4] kernel module:
[source,shell] [source,shell]
.... ....