git: 1c26b3934a - main - handbook/cutting-edge: Fix phrase in how to track FreeBSD-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Apr 2022 18:55:25 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=1c26b3934ac8e09f94f9b797443a258dd26ce2b9 commit 1c26b3934ac8e09f94f9b797443a258dd26ce2b9 Author: Jonathan Vasquez <jon@xyinn.org> AuthorDate: 2022-04-08 13:28:49 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-04-15 18:51:23 +0000 handbook/cutting-edge: Fix phrase in how to track FreeBSD-STABLE Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-doc/pull/61 --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index 30f3247670..2dc1343ef9 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -603,7 +603,7 @@ To join these lists, go to {mailing-lists}, click on the list to subscribe to, a In order to track changes for the whole source tree, subscribe to {dev-commits-src-all}. . To install a new FreeBSD-STABLE system, install the most recent FreeBSD-STABLE release from the crossref:mirrors[mirrors,FreeBSD mirror sites] or use a monthly snapshot built from FreeBSD-STABLE. Refer to link:https://www.FreeBSD.org/snapshots/[www.freebsd.org/snapshots] for more information about snapshots. + -To compile or upgrade to an existing FreeBSD system to FreeBSD-STABLE, use `git` to check out the source for the desired branch. +To compile or upgrade an existing FreeBSD system to FreeBSD-STABLE, use `git` to check out the source for the desired branch. Branch names, such as `stable/9`, are listed at link:https://www.FreeBSD.org/releng/[www.freebsd.org/releng]. . Before compiling or upgrading to FreeBSD-STABLE , read [.filename]#/usr/src/Makefile# carefully and follow the instructions in <<makeworld>>. Read the {freebsd-stable} and [.filename]#/usr/src/UPDATING# to keep up-to-date on other bootstrapping procedures that sometimes become necessary on the road to the next release.