> [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291359#c2
Thanks for having reported it, Collin. Let me update our internal documentation: 2025-12-03 Bruno Haible <[email protected]> doc: Update regarding FreeBSD 15.0/x86_64. * doc/posix-functions/stpncpy.texi: Reference the FreeBSD bug. * doc/posix-functions/strncpy.texi: Likewise. diff --git a/doc/posix-functions/stpncpy.texi b/doc/posix-functions/stpncpy.texi index 0dcafefd9e..a361102c5c 100644 --- a/doc/posix-functions/stpncpy.texi +++ b/doc/posix-functions/stpncpy.texi @@ -22,6 +22,7 @@ @item This function looks are more bytes of the source string than allowed on some platforms: +@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291359 FreeBSD 15.0/x86_64. @end itemize diff --git a/doc/posix-functions/strncpy.texi b/doc/posix-functions/strncpy.texi index 6ccb28b25e..60e47196e0 100644 --- a/doc/posix-functions/strncpy.texi +++ b/doc/posix-functions/strncpy.texi @@ -21,6 +21,7 @@ @item This function looks are more bytes of the source string than allowed on some platforms: +@c https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291359 FreeBSD 15.0/x86_64. @end itemize
