Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2026 04:39:47 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 605cabd0d4 - main - handbook/bsdinstall: Fix example block attributes
Message-ID:  <6a41f713.3b690.1b619df4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=605cabd0d4ac4f37b8ecc5bae45714b229248e76

commit 605cabd0d4ac4f37b8ecc5bae45714b229248e76
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-29 04:02:00 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-29 04:02:00 +0000

    handbook/bsdinstall: Fix example block attributes
    
    This allows the example block to always show the latest release.
    
    Fixes: a2f2b294050c ("handbook/bsdinstall: Use latest release macro")
---
 documentation/content/en/books/handbook/bsdinstall/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/bsdinstall/_index.adoc b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
index d7de1c4f82..de90517cde 100644
--- a/documentation/content/en/books/handbook/bsdinstall/_index.adoc
+++ b/documentation/content/en/books/handbook/bsdinstall/_index.adoc
@@ -190,7 +190,7 @@ Other operating systems have similar programs.
 
 Verifying the _checksum_ in FreeBSD can be done automatically using man:sha256sum[1] (and man:sha512sum[1]) by executing:
 
-[source,shell]
+[source,shell,subs=attributes]
 ....
 % sha256sum -c CHECKSUM.SHA256-FreeBSD-{rel-latest}-RELEASE-amd64 --ignore-missing
 FreeBSD-{rel-latest}-RELEASE-amd64-dvd1.iso: OK
@@ -226,7 +226,7 @@ Be *very careful* that the correct device is used as this command will destroy t
 
 . The command-line utility is available on BSD, Linux(R), and Mac OS(R) systems. To burn the image using `dd`, insert the USB stick and determine its device name. Then, specify the name of the downloaded installation file and the device name for the USB stick. This example burns the amd64 installation image to the first USB device on an existing FreeBSD system.
 +
-[source,shell]
+[source,shell,subs=attributes]
 ....
 # dd if=FreeBSD-{rel-latest}-RELEASE-amd64-memstick.img of=/dev/da0 bs=1M conv=sync
 ....


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a41f713.3b690.1b619df4>