OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / strcmp.3
index 684feae..a3277fe 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 2001-08-31, aeb
 .\"
-.TH STRCMP 3  2012-11-25 "" "Linux Programmer's Manual"
+.TH STRCMP 3  2014-01-20 "" "Linux Programmer's Manual"
 .SH NAME
 strcmp, strncmp \- compare two strings
 .SH SYNOPSIS
@@ -76,6 +76,13 @@ less than, equal to, or greater than zero if
 bytes thereof) is found, respectively, to be less than, to
 match, or be greater than
 .IR s2 .
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR strcmp ()
+and
+.BR strncmp ()
+functions are thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH SEE ALSO
@@ -88,3 +95,12 @@ SVr4, 4.3BSD, C89, C99.
 .BR strverscmp (3),
 .BR wcscmp (3),
 .BR wcsncmp (3)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.