aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Bjørnestad <panden@gmail.com>2021-04-27 00:42:09 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-04-27 00:42:55 +0000
commit1114f5f2d23fbc25373fe10de1a30680138042f3 (patch)
treef66e0dddf13c96a5b597d34a1ff2b24fa15f7ddf
parent863b9e26bfe6022ff4cbdbe3d81e27c1561870e0 (diff)
downloaddoc-1114f5f2d23fbc25373fe10de1a30680138042f3.tar.gz
doc-1114f5f2d23fbc25373fe10de1a30680138042f3.zip
handbook: fix typo
PR: 252706
-rw-r--r--documentation/content/en/books/handbook/disks/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index 9d04b6ebc6..4f22ff2772 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -644,7 +644,7 @@ Once an ISO has been burned to a CD, it can be mounted by specifying the file sy
# mount -t cd9660 /dev/cd0 /mnt
....
-Since `mount` assumes that a file system is of type `ufs`, a `Incorrect super block` error will occur if `-t cd9660` is not included when mounting a data CD.
+Since `mount` assumes that a file system is of type `ufs`, an `Incorrect super block` error will occur if `-t cd9660` is not included when mounting a data CD.
While any data CD can be mounted this way, disks with certain ISO 9660 extensions might behave oddly. For example, Joliet disks store all filenames in two-byte Unicode characters. If some non-English characters show up as question marks, specify the local charset with `-C`. For more information, refer to man:mount_cd9660[8].