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, Aug 29, 6:54 AM
Unknown Object (File)
Wed, Aug 26, 4:44 PM
Unknown Object (File)
Wed, Aug 26, 2:54 PM
Unknown Object (File)
Tue, Aug 25, 4:57 PM
Unknown Object (File)
Tue, Aug 25, 4:30 AM
Unknown Object (File)
Mon, Aug 24, 9:58 AM
Unknown Object (File)
Mon, Aug 24, 7:15 AM
Unknown Object (File)
Sun, Aug 23, 9:02 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