git: 3dae890e19 - main - handbook/filesystems: Fix exfat and ntfs pkg names

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 18 Feb 2026 18:24:08 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3dae890e19ebaee59d7fbdae357b4edc9eed2cee

commit 3dae890e19ebaee59d7fbdae357b4edc9eed2cee
Author:     Jason Lenthe <lenthe@comcast.net>
AuthorDate: 2026-02-18 18:01:20 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-18 18:22:43 +0000

    handbook/filesystems: Fix exfat and ntfs pkg names
    
    Reviewed by:    ziaee
    Closes:         https://github.com/freebsd/freebsd-doc/pull/609
---
 documentation/content/en/books/handbook/filesystems/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/filesystems/_index.adoc b/documentation/content/en/books/handbook/filesystems/_index.adoc
index fd82a7c863..e57f640207 100644
--- a/documentation/content/en/books/handbook/filesystems/_index.adoc
+++ b/documentation/content/en/books/handbook/filesystems/_index.adoc
@@ -131,7 +131,7 @@ Install the exFAT package:
 
 [source,shell]
 ....
-# pkg install exfat
+# pkg install fusefs-exfat
 ....
 
 Before using a FUSE file system, load the man:fusefs[5] kernel module:
@@ -168,7 +168,7 @@ Install the NTFS package:
 
 [source,shell]
 ....
-# pkg install ntfs
+# pkg install fusefs-ntfs
 ....
 
 Before using a FUSE file system, load the man:fusefs[5] kernel module: