]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strxfrm.3: Remove NOTES section
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 7 Jul 2016 11:44:50 +0000 (13:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 7 Jul 2016 11:44:50 +0000 (13:44 +0200)
strxfrm() and strncpy() are not precisely equivalent in the
POSIX locale, so this NOTES section was not really correct.

See https://bugzilla.kernel.org/show_bug.cgi?id=104221

Reported-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strxfrm.3

index 468d20e432fb4bc4cae7ca94cee62a249b393300..cf035afeaa4b7564a5c89d95366206b6e746d6c5 100644 (file)
@@ -87,16 +87,6 @@ T}   Thread safety   MT-Safe locale
 .TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
-.SH NOTES
-In the
-.IR POSIX
-or
-.IR C
-locales
-.BR strxfrm ()
-is equivalent to
-copying the string with
-.BR strncpy (3).
 .SH SEE ALSO
 .BR bcmp (3),
 .BR memcmp (3),