git: 3cceb0106c - main - Remove unnecessary line break in the sha256sum command example

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Wed, 05 Oct 2022 15:19:32 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3cceb0106c6c81cbfa488ae9a365f23f6b047bd4

commit 3cceb0106c6c81cbfa488ae9a365f23f6b047bd4
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2022-10-05 15:18:28 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2022-10-05 15:18:28 +0000

    Remove unnecessary line break in the sha256sum command example
---
 documentation/content/en/books/handbook/bsdinstall/_index.adoc | 3 +--
 1 file changed, 1 insertion(+), 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.