The branch stable/15 has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f9d8f808b23fb9f4ee257e0ed78ddc4fa6882967

commit f9d8f808b23fb9f4ee257e0ed78ddc4fa6882967
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-09-08 14:57:17 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2025-09-17 01:01:05 +0000

    src.conf.5: Regen
---
 share/man/man5/src.conf.5 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index d251bf0cd9e7..648249148817 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1548,10 +1548,10 @@ Do not apply the Relocation Read-Only (RELRO) 
vulnerability mitigation.
 See also the
 .Va BIND_NOW
 option.
-.It Va WITH_REPRODUCIBLE_BUILD
-Exclude build metadata (such as the build time, user, or host)
-from the kernel, boot loaders, and uname output, so that builds produce
-bit-for-bit identical output.
+.It Va WITHOUT_REPRODUCIBLE_BUILD
+Include build metadata (such as the build time, user, and host)
+in the kernel, boot loaders, and uname output.
+Successive builds will not be bit-for-bit identical.
 .It Va WITHOUT_RESCUE
 Do not build
 .Xr rescue 8 .

Reply via email to