The branch main has been updated by dim:

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

commit 8e951583936980909d34a6104ace781541fb62b1
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2025-12-29 21:34:22 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2025-12-29 21:34:22 +0000

    Fix typo in tools/build/options/WITH_REPRODUCIBLE_PATHS
    
    Fixes:          faeaa25f5624
---
 share/man/man5/src.conf.5                   | 8 ++++----
 tools/build/options/WITH_REPRODUCIBLE_PATHS | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index a047dfb528fd..f028a3d1aac4 100644
--- 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 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
diff --git a/tools/build/options/WITH_REPRODUCIBLE_PATHS 
b/tools/build/options/WITH_REPRODUCIBLE_PATHS
index e71ebff204d7..88d4a0870976 100644
--- a/tools/build/options/WITH_REPRODUCIBLE_PATHS
+++ b/tools/build/options/WITH_REPRODUCIBLE_PATHS
@@ -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.

Reply via email to