Solved neofetch shows different patch level

Hello. When I ran neofetch, in the OS information there is 13.2-RELEASE-p5 but when i ran uname -a there is 13.2-RELEASE-p4. I did a reboot after freebsd-update fetch install
 
freebsd-version(1)

Some updates only patch the userland and don't affect the kernel. Thus the kernel isn't updated and would still show the (baked in at compile time) version.
 
Thanks, I got it now.
Code:
# freebsd-version -k (kernel patch level)
13.2-RELEASE-p4
# freebsd-version -u (userland patch level)
13.2-RELEASE-p5
 
Back
Top