From: Alejandro Colomar Date: Mon, 10 Aug 2026 12:48:43 +0000 (+0200) Subject: man/man3/strcmp.3: CAVEATS: Add section X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fman-pages.git man/man3/strcmp.3: CAVEATS: Add section Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/strcmp.3 b/man/man3/strcmp.3 index 3a301ab8e..927115be9 100644 --- a/man/man3/strcmp.3 +++ b/man/man3/strcmp.3 @@ -27,9 +27,6 @@ and as if by calling .BR memcmp (3). .P -The locale is not taken into account (for a locale-aware comparison, see -.BR strcoll (3)). -.P It is equivalent to .P .in +4n @@ -58,6 +55,9 @@ T} Thread safety MT-Safe C11, POSIX.1-2008. .SH HISTORY POSIX.1-2001, C89, SVr4, 4.3BSD. +.SH CAVEATS +The locale is not taken into account (for a locale-aware comparison, see +.BR strcoll (3)). .SH EXAMPLES The program below can be used to demonstrate the operation of .BR strcmp ().