Fix typo in tools/build/options/WITH_REPRODUCIBLE_PATHS

Fixes:		faeaa25f56
This commit is contained in:
Dimitry Andric
2025-12-29 22:34:22 +01:00
parent 660416fd19
commit 8e95158393
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.Dd December 28, 2025
.Dd December 29, 2025
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1593,9 +1593,9 @@ bit-for-bit identical output.
.It Va WITH_REPRODUCIBLE_PATHS
Modify the paths encoded in binary artifacts to be standard path
Normaly, the actual path is encoded in the binary. However, this makes the build
differ depending on the path it was built from. With this option enabled, the
paths recorded are /usr/src, regardless of the actual path. With this option
Normally, the actual path is encoded in the binary. However, this makes the
build differ depending on the path it was built from. With this option enabled,
the paths recorded are /usr/src, regardless of the actual path. With this option
disabled, the actual paths are recorded.
.It Va WITHOUT_RESCUE
Do not build
+3 -3
View File
@@ -1,6 +1,6 @@
Modify the paths encoded in binary artifacts to be standard path
Normaly, the actual path is encoded in the binary. However, this makes the build
differ depending on the path it was built from. With this option enabled, the
paths recorded are /usr/src, regardless of the actual path. With this option
Normally, the actual path is encoded in the binary. However, this makes the
build differ depending on the path it was built from. With this option enabled,
the paths recorded are /usr/src, regardless of the actual path. With this option
disabled, the actual paths are recorded.