git: 3623575a8613 - releng/13.2 - src.conf: regen man page for settings on release branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 16:09:52 UTC
The branch releng/13.2 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=3623575a8613ce4faf40e3f29e926272309e6498
commit 3623575a8613ce4faf40e3f29e926272309e6498
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-01 16:09:06 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-01 16:09:06 +0000
src.conf: regen man page for settings on release branch
Approved by: re (cperciva)
Sponsored by: The FreeBSD Foundation
---
share/man/man5/src.conf.5 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index d7bb2f063fcc..2dea23711981 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd February 28, 2023
+.Dd March 1, 2023
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1425,10 +1425,10 @@ by proxy.
.It Va WITHOUT_RBOOTD
Do not build or install
.Xr rbootd 8 .
-.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 .