From 2adc20f82b95ef09dfb6e34f958c16530ff83cbf Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 10 Aug 2026 14:48:43 +0200 Subject: [PATCH] man/man3/strcmp.3: CAVEATS: Add section Signed-off-by: Alejandro Colomar --- man/man3/strcmp.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (). -- 2.47.3