Date: Wed, 20 Mar 2024 00:52:13 GMT From: Colin Percival <cperciva@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f89cf47e71 - main - release archetype: Fix freebsd-update example Message-ID: <202403200052.42K0qD1i047150@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/doc/commit/?id=f89cf47e7128acb1002e9774f237742e30a27cbe commit f89cf47e7128acb1002e9774f237742e30a27cbe Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-03-17 22:33:24 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-03-20 00:51:52 +0000 release archetype: Fix freebsd-update example We need localRel to be expanded here. --- website/archetypes/release/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/archetypes/release/installation.adoc b/website/archetypes/release/installation.adoc index ba719f5de0..aa8fbf487c 100644 --- a/website/archetypes/release/installation.adoc +++ b/website/archetypes/release/installation.adoc @@ -53,7 +53,7 @@ Systems running 11.4-RELEASE or 12.2-RELEASE can upgrade as follows: Now the man:freebsd-update[8] utility can fetch bits belonging to {releaseCurrent}. During this process man:freebsd-update[8] will ask for help in merging configuration files. -[.screen] +[.screen,subs="verbatim,attributes"] ---- # freebsd-update upgrade -r {localRel}-RELEASE # freebsd-update install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403200052.42K0qD1i047150>