git: ee14723019 - main - handbook/cutting-edge: Fix a typo
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=ee14723019c065b1fee2a8d63027b2f701dc2297 commit ee14723019c065b1fee2a8d63027b2f701dc2297 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-05 03:19:02 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-05 03:19:02 +0000 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 <[email protected]> Closes: https://github.com/freebsd/freebsd-doc/pull/574 --- 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 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] ....