Page MenuHomeFreeBSD

uname(1): Clarify the -r option
ClosedPublic

Authored by gbe on Sep 10 2022, 12:21 PM.
Tags
None
Referenced Files
F164791453: D36516.diff
Tue, Aug 4, 1:57 AM
Unknown Object (File)
Wed, Jul 22, 4:40 AM
Unknown Object (File)
Tue, Jul 21, 11:46 AM
Unknown Object (File)
Sun, Jul 19, 6:51 PM
Unknown Object (File)
Sat, Jul 18, 9:03 AM
Unknown Object (File)
Jul 4 2026, 2:39 PM
Unknown Object (File)
Jun 17 2026, 11:10 AM
Unknown Object (File)
Jun 10 2026, 5:04 AM

Details

Summary

It is some times hard to understand the difference between
kernel version and userland version. So clarify the -r option
of uname(1) in terms of a printed kernel version.

While here, add some cross references:

  • cross reference freebsd-version(1) in uname(1)
  • cross reference freebsd-version(1) and uname(1) in freebsd-update(8)

PR: 265594
Reported by: rwatson
MFC after: 1 week

Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47374
Build 44261: arc lint + arc unit

Event Timeline

gbe requested review of this revision.Sep 10 2022, 12:21 PM
usr.bin/uname/uname.1
85–89

Why not just s/operating system/the kernel/ in the prior sentence and not insert the first of these two sentences?

  • Condense the description of the -r flag
gbe marked an inline comment as done.Sep 14 2022, 8:01 AM
This revision is now accepted and ready to land.Sep 16 2022, 11:18 AM
This revision was automatically updated to reflect the committed changes.