Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 18:24:08 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Cc:        Jason Lenthe <lenthe@comcast.net>
Subject:   git: 3dae890e19 - main - handbook/filesystems: Fix exfat and ntfs pkg names
Message-ID:  <699603c8.3ff12.2b6ec666@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699603c8.3ff12.2b6ec666>