Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 15:19:32 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 3cceb0106c - main - Remove unnecessary line break in the sha256sum command example
Message-ID:  <202210051519.295FJWib055306@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210051519.295FJWib055306>