aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Han Chen <hypery11@gmail.com>2026-05-22 20:12:50 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-05-22 20:12:50 +0000
commit8e4adae3e94708191cbf8d564bbbf5e698797679 (patch)
treef657df09b70c5617887b8cabc8f25acc53396d75
parent5b1bd24ab2e4ade199f6298ea210215fb19c2510 (diff)
handbook/cutting-edge: Update outdated version
-rw-r--r--documentation/content/en/books/handbook/cutting-edge/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 9acd35bfed..118a0b8237 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -818,7 +818,7 @@ A new checkout of the source is required.
|`stable/_X_`
|
-The Release version plus all additional development on that branch. _STABLE_ refers to the Applications Binary Interface (ABI) not changing, so software compiled for earlier versions still runs. For example, software compiled to run on FreeBSD 10.1 will still run on FreeBSD 10-STABLE compiled later.
+The Release version plus all additional development on that branch. _STABLE_ refers to the Applications Binary Interface (ABI) not changing, so software compiled for earlier versions still runs. For example, software compiled to run on FreeBSD {rel-legacy} will still run on FreeBSD {rel-legacy-major}-STABLE compiled later.
STABLE branches occasionally have bugs or incompatibilities which might affect users, although these are typically fixed quickly.