diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd January 12, 2026 +.Dd January 13, 2026 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1608,7 +1608,9 @@ 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 +from the kernel, boot loaders, and +.Xr uname 1 +output, so that builds produce bit-for-bit identical output. .It Va WITH_REPRODUCIBLE_PATHS Modify the paths encoded in binary artifacts to be standard path diff --git a/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD b/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD --- a/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD +++ b/tools/build/options/WITHOUT_REPRODUCIBLE_BUILD @@ -1,3 +1,5 @@ Include build metadata (such as the build time, user, and host) -in the kernel, boot loaders, and uname output. +in the kernel, boot loaders, and +.Xr uname 1 +output. Successive builds will not be bit-for-bit identical. diff --git a/tools/build/options/WITH_REPRODUCIBLE_BUILD b/tools/build/options/WITH_REPRODUCIBLE_BUILD --- a/tools/build/options/WITH_REPRODUCIBLE_BUILD +++ b/tools/build/options/WITH_REPRODUCIBLE_BUILD @@ -1,3 +1,5 @@ Exclude build metadata (such as the build time, user, or host) -from the kernel, boot loaders, and uname output, so that builds produce +from the kernel, boot loaders, and +.Xr uname 1 +output, so that builds produce bit-for-bit identical output.