git: 0a5996443b61 - main - src.conf.5: Fix spelling typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Aug 2024 11:54:49 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=0a5996443b61861d6658ac216699b6717f05930d
commit 0a5996443b61861d6658ac216699b6717f05930d
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-08-20 11:54:12 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-20 11:54:12 +0000
src.conf.5: Fix spelling typo
Sponsored by: AFRL, DARPA
---
share/man/man5/src.conf.5 | 4 ++--
tools/build/options/WITH_UNDEFINED_VERSION | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 200ce8211e17..afdf3ee51619 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 August 6, 2024
+.Dd August 20, 2024
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1759,7 +1759,7 @@ and related programs.
.It Va WITH_UNDEFINED_VERSION
Link libraries with --undefined-version which permits version maps to
contain symbols that are not present in the library.
-If this is necessicary to build a particular configuration, a bug is
+If this is necessary to build a particular configuration, a bug is
present and the configuration should be reported.
.It Va WITHOUT_UNIFIED_OBJDIR
Use the historical object directory format for
diff --git a/tools/build/options/WITH_UNDEFINED_VERSION b/tools/build/options/WITH_UNDEFINED_VERSION
index 71b048349a6f..99f687d37bcf 100644
--- a/tools/build/options/WITH_UNDEFINED_VERSION
+++ b/tools/build/options/WITH_UNDEFINED_VERSION
@@ -1,4 +1,4 @@
Link libraries with --undefined-version which permits version maps to
contain symbols that are not present in the library.
-If this is necessicary to build a particular configuration, a bug is
+If this is necessary to build a particular configuration, a bug is
present and the configuration should be reported.