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)
Fri, Oct 25, 2:28 AM
Unknown Object (File)
Oct 3 2024, 1:50 AM
Unknown Object (File)
Oct 3 2024, 1:50 AM
Unknown Object (File)
Oct 3 2024, 1:49 AM
Unknown Object (File)
Oct 1 2024, 7:54 PM
Unknown Object (File)
Oct 1 2024, 1:42 PM
Unknown Object (File)
Sep 30 2024, 11:26 PM
Unknown Object (File)
Sep 30 2024, 12:45 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