Page MenuHomeFreeBSD

src.conf.5: Cross-reference uname(1) man page
ClosedPublic

Authored by temcbun_gmail.com on Jan 13 2026, 2:32 PM.
Referenced Files
Unknown Object (File)
Wed, Aug 19, 6:03 AM
Unknown Object (File)
Sun, Aug 16, 7:46 PM
Unknown Object (File)
Sun, Aug 16, 12:49 PM
Unknown Object (File)
Tue, Aug 11, 7:15 PM
Unknown Object (File)
Mon, Aug 10, 6:38 PM
Unknown Object (File)
Sun, Aug 9, 8:33 AM
Unknown Object (File)
Sun, Aug 9, 2:20 AM
Unknown Object (File)
Sat, Aug 8, 5:30 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70210
Build 67093: arc lint + arc unit

Event Timeline

I don't think this is the diff you intended to upload based on the commit message title. Also, please format patches with -U9999 so we can see the context

I don't think this is the diff you intended to upload based on the commit message title.

I'm not sure if I did everything correctly, but as far as I understood, src.conf(5) page is generated by tools/build/options/makeman and descriptions for WITH_ and WITHOUT_ options are taken from files in tools/build/options. The part of the man page that I wanted to change is WITHOUT_REPRODUCIBLE_BUILD option description (use .Xr for uname(1) there), so I edited the corresponding file tools/build/options/WITHOUT_REPRODUCIBLE_BUILD and regenerated the man page with tools/build/options/makeman script.

Also, please format patches with -U9999 so we can see the context

As I can see, this patch does have -U9999 (files in tools/build/options are short and src.conf.5 does have all the context available).

Ah, I misunderstood then, sorry. Over lunch I'll test this.

I still do (nonblocking, if anyone else is free) but I'm swamped at $dayjob and idk when I'll be able to get to it.

I still do (nonblocking, if anyone else is free) but I'm swamped at $dayjob and idk when I'll be able to get to it.

Sure, that's ok, thank you!

Pedantically the non-repro output is in both uname(1) and uname(3), but I think this is fine.

This revision is now accepted and ready to land.Jan 29 2026, 3:42 PM

Patch doesn't apply to main, please rebase

This revision now requires review to proceed.Jan 29 2026, 5:42 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 29 2026, 5:45 PM
This revision was automatically updated to reflect the committed changes.