Page MenuHomeFreeBSD

website: improve hardware-notes-processor.rb
ClosedPublic

Authored by vladlen on May 27 2026, 6:53 AM.
Tags
Referenced Files
Unknown Object (File)
Sun, Jul 19, 12:53 PM
Unknown Object (File)
Sat, Jul 18, 8:01 PM
Unknown Object (File)
Fri, Jul 17, 11:02 AM
Unknown Object (File)
Wed, Jul 8, 3:31 PM
Unknown Object (File)
Fri, Jul 3, 7:17 AM
Unknown Object (File)
Sun, Jun 28, 11:12 PM
Unknown Object (File)
Jun 15 2026, 2:39 AM
Unknown Object (File)
Jun 14 2026, 4:25 PM
Subscribers
None

Details

Summary
  1. Revert the part of the patch https://reviews.freebsd.org/D57133

remove warnings from the hardware.adoc text - following the comment
https://reviews.freebsd.org/D57257#inline-339310

  1. Add the code to replace FreeBSD version in hardware.adoc header

from sys/conf/newvers.sh to avoid additional manual work.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vladlen created this revision.

Looks good to me. I assume you've tested it?

And thanks for the version-number fix too. I have some sed for this but since we're running a script on the file anyway it makes sense to do it here.

This revision is now accepted and ready to land.May 27 2026, 4:47 PM

Looks good to me. I assume you've tested it?

Yes, I have tested it. It works with releng, stable and main branches.