| Summary: | Cease recommending 'freebsd-update fetch install' | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
| Component: | Books & Articles | Assignee: | Alexander Ziaee <ziaee> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | dnpowers, ziaee |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/freebsd/freebsd-doc/blob/22313159f103d297235c222c53b0ad06c069650e/documentation/content/en/books/handbook/virtualization/_index.adoc?plain=1#L738-L739 | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258918 | ||
|
Description
Graham Perrin
2026-03-01 02:22:26 UTC
Examples of correct usage include doc 1fcf388d7d2f and <https://www.freebsd.org/releases/15.0R/installation/#upgrade-binary>. ---- Also, a possible bug report for the src tree: <https://man.freebsd.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-current#COMMANDS> "any one" (not more than one), is that consistent with the synopsis? <https://man.freebsd.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-current#SYNOPSIS> ends with: > command ... This is true. Thanks graham. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=80003f7fe77af1313aa7ece6836f05da49db25f6 commit 80003f7fe77af1313aa7ece6836f05da49db25f6 Author: Kit Dallege <xaum.io@gmail.com> AuthorDate: 2026-03-27 02:00:37 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-03-27 02:31:46 +0000 handbook/virtualization: Fix freebsd-update syntax Split freebsd-update fetch and install into two subcommands. If running an EoL FreeBSD, running the two in one command can fail to perform the install. This matches what was done elsewhere in the tree. PR: 293517 Reported by: Graham Perrin Signed-off-by: Kit Dallege <xaum.io@gmail.com> Closes: https://github.com/freebsd/freebsd-doc/pull/632 documentation/content/en/books/handbook/virtualization/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) |