aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/books/handbook/bsdinstall/_index.adoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
index 752fdb69e1..3ef5d00f2e 100644
--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc
+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
@@ -235,8 +235,7 @@ Verifying the _checksum_ in FreeBSD can be done automatically using man:sha256su
[source,shell]
....
-% sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64
-FreeBSD-13.1-RELEASE-amd64-dvd1.iso
+% sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64 FreeBSD-13.1-RELEASE-amd64-dvd1.iso
FreeBSD-13.1-RELEASE-amd64-dvd1.iso: OK
....
The checksums must match exactly.