https://pubs.opengroup.org/onlinepubs/9799919799/functions/strlcat.html

Also spell "man page(s)" using two words (the term is like "ice cream").
---
 aclocal.m4      | 4 ++--
 test/aclocal.m4 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index e5797800c..2ed8ac204 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2300,10 +2300,10 @@ dnl functions versus the total of incorrect uses.  
Samples of a few thousand
 dnl instances are meaningless compared to the hundreds of millions of lines of
 dnl existing C code.
 dnl
-dnl strlcat/strlcpy are (as of 2012) non-standard, and are available on some
+dnl strlcat/strlcpy are standard as of POSIX.1-2024, and are available on some
 dnl platforms, in implementations of varying quality.  Likewise, snprintf is
 dnl standard - but evolved through phases, and older implementations are likely
-dnl to yield surprising results, as documented in manpages on various systems.
+dnl to yield surprising results, as documented in man pages on various systems.
 AC_DEFUN([CF_ENABLE_STRING_HACKS],
 [
 AC_MSG_CHECKING(if you want to work around bogus compiler/loader warnings)
diff --git a/test/aclocal.m4 b/test/aclocal.m4
index 6c609e131..83392c2bf 100644
--- a/test/aclocal.m4
+++ b/test/aclocal.m4
@@ -1421,10 +1421,10 @@ dnl functions versus the total of incorrect uses.  
Samples of a few thousand
 dnl instances are meaningless compared to the hundreds of millions of lines of
 dnl existing C code.
 dnl
-dnl strlcat/strlcpy are (as of 2012) non-standard, and are available on some
+dnl strlcat/strlcpy are standard as of POSIX.1-2024, and are available on some
 dnl platforms, in implementations of varying quality.  Likewise, snprintf is
 dnl standard - but evolved through phases, and older implementations are likely
-dnl to yield surprising results, as documented in manpages on various systems.
+dnl to yield surprising results, as documented in man pages on various systems.
 AC_DEFUN([CF_ENABLE_STRING_HACKS],
 [
 AC_MSG_CHECKING(if you want to work around bogus compiler/loader warnings)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to