aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-08-20 11:54:12 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-08-20 11:54:12 +0000
commit0a5996443b61861d6658ac216699b6717f05930d (patch)
treedb27d07a19c3e1a5f25c26d8a47a0a88fc3250ae
parenta6ecbf2b35856e312d1e826b206142b9f930a760 (diff)
downloadsrc-0a5996443b61861d6658ac216699b6717f05930d.tar.gz
src-0a5996443b61861d6658ac216699b6717f05930d.zip
src.conf.5: Fix spelling typo
Sponsored by: AFRL, DARPA
-rw-r--r--share/man/man5/src.conf.54
-rw-r--r--tools/build/options/WITH_UNDEFINED_VERSION2
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.