git: 1114f5f2d2 - main - handbook: fix typo
Guangyuan Yang <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/doc/commit/?id=1114f5f2d23fbc25373fe10de1a30680138042f3 commit 1114f5f2d23fbc25373fe10de1a30680138042f3 Author: Andreas Bjørnestad <[email protected]> AuthorDate: 2021-04-27 00:42:09 +0000 Commit: Guangyuan Yang <[email protected]> CommitDate: 2021-04-27 00:42:55 +0000 handbook: fix typo PR: 252706 --- documentation/content/en/books/handbook/disks/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"