aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-02-05 03:19:02 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-02-05 03:19:02 +0000
commitee14723019c065b1fee2a8d63027b2f701dc2297 (patch)
tree6c94a5d04f3aec2d76aa9adadf708922d2e46cb2
parentb3074c682f920e17bcab6e968b11b1d5b993a274 (diff)
handbook/cutting-edge: Fix a typo
We should not check the running version of the kernel when chrooting, because chroot uses the booted kernel. Reported by: ykla <yklaxds@gmail.com> Closes: https://github.com/freebsd/freebsd-doc/pull/574
-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 2f813b3419..9acd35bfed 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -1325,7 +1325,7 @@ Ignore the mismatch and continue? [y/N]:
Check and confirm that.
-To check if that was successful, chroot into the mountpoint of the boot environment and run `freebsd-version -kru`.
+To check if that was successful, chroot into the mountpoint of the boot environment and run `freebsd-version -ku`.
[source,shell]
....