git: ab9366ab1f - main - handbook/filesystems: Adjust manual page links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 May 2026 15:26:13 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ab9366ab1fe50ec566b26a0149ccfac060a4ee6d
commit ab9366ab1fe50ec566b26a0149ccfac060a4ee6d
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-05-05 15:18:30 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-05-05 15:24:02 +0000
handbook/filesystems: Adjust manual page links
PR: 295025
---
documentation/content/en/books/handbook/filesystems/_index.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/documentation/content/en/books/handbook/filesystems/_index.adoc b/documentation/content/en/books/handbook/filesystems/_index.adoc
index e57f640207..c78f04bb73 100644
--- a/documentation/content/en/books/handbook/filesystems/_index.adoc
+++ b/documentation/content/en/books/handbook/filesystems/_index.adoc
@@ -85,7 +85,7 @@ This section demonstrates how to load support for and how to mount the supported
=== Extended File System (EXT)
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]
====
@@ -134,7 +134,7 @@ Install the exFAT package:
# 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]
....
@@ -171,7 +171,7 @@ Install the NTFS package:
# 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]
....
@@ -213,7 +213,7 @@ Install the HFS/HFS+ package:
# 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]
....