diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 16:42:08 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 16:42:08 +0000 |
| commit | e4144c48dc74a532406ae3b8e491c04311517791 (patch) | |
| tree | 91b096717a1cdf53a79ccc1314b33285de9a11cf | |
| parent | 7ff78b50373d8c66c6d66c6c0914ae419a7c3c1c (diff) | |
handbook/filesystems: Correct three typos in this chapter
- s/volumne/volume/
| -rw-r--r-- | documentation/content/en/books/handbook/filesystems/_index.adoc | 6 |
1 files 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] |
