aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2022-10-05 15:18:28 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2022-10-05 15:18:28 +0000
commit3cceb0106c6c81cbfa488ae9a365f23f6b047bd4 (patch)
treeb3f56e400c25e14099de5d37bff331d7c9342f2d
parenta21f100e426e39bfe752cb7e8eb97ff27a73e741 (diff)
downloaddoc-3cceb0106c.tar.gz
doc-3cceb0106c.zip
Remove unnecessary line break in the sha256sum command example
-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.