]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/strcmp.3: CAVEATS: Add section master
authorAlejandro Colomar <alx@kernel.org>
Mon, 10 Aug 2026 12:48:43 +0000 (14:48 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 10 Aug 2026 12:48:43 +0000 (14:48 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/strcmp.3

index 3a301ab8eaa9d6612df97888dfb845b3356eb4ab..927115be940daae66889b687ea433de5f911816b 100644 (file)
@@ -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 ().