diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2025-12-29 21:34:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2025-12-29 21:34:22 +0000 |
| commit | 8e951583936980909d34a6104ace781541fb62b1 (patch) | |
| tree | f5449fc718aefa8fa4f7625103b0cb6cefd17a91 | |
| parent | 660416fd1943bf9e69895f910902e305e195b860 (diff) | |
Fix typo in tools/build/options/WITH_REPRODUCIBLE_PATHS
Fixes: faeaa25f5624
| -rw-r--r-- | share/man/man5/src.conf.5 | 8 | ||||
| -rw-r--r-- | 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. |
