The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=8a36a29d7ddc8f21c05ec988014ea1bfe33152ad
commit 8a36a29d7ddc8f21c05ec988014ea1bfe33152ad Author: Graham Perrin <[email protected]> AuthorDate: 2026-01-09 04:45:29 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-05 21:49:54 +0000 pkgbase.7: Show pkg upgrade to apply updates MFC after: 3 days Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-src/pull/1945 (cherry picked from commit d1f93ea2e1646f1a844f37a855a70de1b186dbd7) --- share/man/man7/freebsd-base.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/freebsd-base.7 b/share/man/man7/freebsd-base.7 index 9b2d60fffa67..be1cd8e35d42 100644 --- a/share/man/man7/freebsd-base.7 +++ b/share/man/man7/freebsd-base.7 @@ -178,7 +178,7 @@ pkg install FreeBSD-set-devel .Pp Apply available updates to the running system: .Bd -literal -offset indent -pkg update -r FreeBSD-base +pkg upgrade -r FreeBSD-base .Ed .Pp Install the development toolchain for FreeBSD/powerpc64le in an
