From owner-dev-commits-doc-all@freebsd.org Mon Mar 15 23:57:25 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 36DE656BD27 for ; Mon, 15 Mar 2021 23:57:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DztdK15t2z4dFc; Mon, 15 Mar 2021 23:57:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 18A01197DA; Mon, 15 Mar 2021 23:57:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 12FNvOEc059423; Mon, 15 Mar 2021 23:57:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 12FNvOHY059422; Mon, 15 Mar 2021 23:57:24 GMT (envelope-from git) Date: Mon, 15 Mar 2021 23:57:24 GMT Message-Id: <202103152357.12FNvOHY059422@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: John Baldwin Subject: git: 7d8389eafa - main - Various fixes to the 13.0 installation doc. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d8389eafad3df9b918ae6c52ae7f72b8e07a5ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 23:57:25 -0000 The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/doc/commit/?id=7d8389eafad3df9b918ae6c52ae7f72b8e07a5ca commit 7d8389eafad3df9b918ae6c52ae7f72b8e07a5ca Author: John Baldwin AuthorDate: 2021-03-15 23:55:09 +0000 Commit: John Baldwin CommitDate: 2021-03-15 23:57:17 +0000 Various fixes to the 13.0 installation doc. - Remove spurious quotes around the release name and number. - Replace SVN with Git. - Fix a freebsd-update example to expand the localRel attribute. Reviewed by: gjb Differential Revision: https://reviews.freebsd.org/D29242 --- website/content/en/releases/13.0R/installation.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/en/releases/13.0R/installation.adoc b/website/content/en/releases/13.0R/installation.adoc index be3ebd8fd5..a154a9076f 100644 --- a/website/content/en/releases/13.0R/installation.adoc +++ b/website/content/en/releases/13.0R/installation.adoc @@ -3,8 +3,8 @@ title: "FreeBSD 13.0-RELEASE Installation Instructions" sidenav: download --- -:releaseCurrent: "13.0-RELEASE" -:localRel: "13.0" +:releaseCurrent: 13.0-RELEASE +:localRel: 13.0 = FreeBSD {localRel}-RELEASE Installation Instructions @@ -34,7 +34,7 @@ If you are upgrading from a previous release of FreeBSD, please read upgrading s The procedure for doing a source code based update is described in Updating FreeBSD from Source. -For SVN use the releng/{localRel} branch which will be where any upcoming Security Advisories or Errata Notices will be applied. +For Git use the releng/{localRel} branch which will be where any upcoming Security Advisories or Errata Notices will be applied. [[upgrade-binary]] == Upgrading Using "FreeBSD Update" @@ -49,7 +49,7 @@ The {{< manpage "freebsd-update" "8">}} utility supports binary upgrades of i386 Now the {{< manpage "freebsd-update" "8">}} utility can fetch bits belonging to {releaseCurrent}. During this process {{< manpage "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