FreeBSD upgrade documentation inconsistency?
From: https://www.freebsd.org/releases/15.1R/upgrading/
>FreeBSD 15.1-RELEASE Upgrading Instructions
>[...]
>The procedure for binary upgrades depends on the method used to manage the operating system. To determine this, run the following command:
>pkg which /usr/bin/uname
>If /usr/bin/uname was not installed by a package is shown, see Upgrading with Distribution Sets below.
>If a package name is shown, such as FreeBSD-runtime-15.0, see Upgrading with Base System Packages below.
Ok, sounds good:
# pkg which /usr/bin/uname
/usr/bin/uname was not found in the database
Oh great, that's not one of the options. Is the page wrong and I'm scenario 1, or some unknown scenario 3?
Upgrading is already nerve wracking enough when I trust the docs...
EDIT: "Not installed" and "Not found in the database" seem like they might be very different things, but apparently they are not in this case. The upgrade succeeded successfully.
EDIT 2: Bug 296419 filed.