git: 7d8389eafa - main - Various fixes to the 13.0 installation doc.

John Baldwin jhb at FreeBSD.org
Mon Mar 15 23:57:25 UTC 2021


The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7d8389eafad3df9b918ae6c52ae7f72b8e07a5ca

commit 7d8389eafad3df9b918ae6c52ae7f72b8e07a5ca
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-15 23:55:09 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
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


More information about the dev-commits-doc-all mailing list