git: e4144c48dc - main - handbook/filesystems: Correct three typos in this chapter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 16:42:50 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/doc/commit/?id=e4144c48dc74a532406ae3b8e491c04311517791
commit e4144c48dc74a532406ae3b8e491c04311517791
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-27 16:42:08 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-27 16:42:08 +0000
handbook/filesystems: Correct three typos in this chapter
- s/volumne/volume/
---
documentation/content/en/books/handbook/filesystems/_index.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/content/en/books/handbook/filesystems/_index.adoc b/documentation/content/en/books/handbook/filesystems/_index.adoc
index 85652391bc..fd82a7c863 100644
--- a/documentation/content/en/books/handbook/filesystems/_index.adoc
+++ b/documentation/content/en/books/handbook/filesystems/_index.adoc
@@ -148,7 +148,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the exFAT volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the exFAT volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]
@@ -185,7 +185,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the NTFS volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the NTFS volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]
@@ -227,7 +227,7 @@ Use man:sysrc[8] to load the module at startup:
# sysrc kld_list+=fusefs
....
-Mount the HFS/HFS+ volumne by specifying its FreeBSD partition name and an existing mount point.
+Mount the HFS/HFS+ volume by specifying its FreeBSD partition name and an existing mount point.
This example mounts [.filename]#/dev/ada0s1# on [.filename]#/mnt#:
[source,shell]