Page MenuHomeFreeBSD

uname.1: mention the order in which kernel and userland versions are printed
ClosedPublic

Authored by danfe on Aug 6 2020, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 4:59 PM
Unknown Object (File)
Mon, Nov 10, 11:00 PM
Unknown Object (File)
Thu, Nov 6, 11:25 PM
Unknown Object (File)
Oct 17 2025, 10:24 PM
Unknown Object (File)
Oct 16 2025, 9:27 PM
Unknown Object (File)
Oct 16 2025, 9:27 PM
Unknown Object (File)
Oct 16 2025, 9:27 PM
Unknown Object (File)
Oct 16 2025, 12:26 PM
Subscribers

Details

Summary

I often invoke uname -UK to collect concise information of my environment when e.g. filing bug reports and often forget which one is which. This is important when the two numbers do not match, as I often build and run kernels from different revisions while bisecting things, etc.

Also, users might assume that the order in which they are printed depends on the relative order the -K and -U flags passed to uname(1) on the command line, which is not true. Consider proposed change to the manual page.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

danfe requested review of this revision.Aug 6 2020, 7:46 AM
0mp added a subscriber: 0mp.

LGTM

Please remember to bump the date when committing.

This revision is now accepted and ready to land.Aug 6 2020, 6:47 PM