OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / strpbrk.3
index 7e3519d..c637f94 100644 (file)
@@ -27,7 +27,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:01:24 1993 by Rik Faith (faith@cs.unc.edu)
-.TH STRPBRK 3  2012-05-10 "" "Linux Programmer's Manual"
+.TH STRPBRK 3  2014-02-25 "" "Linux Programmer's Manual"
 .SH NAME
 strpbrk \- search a string for any of a set of bytes
 .SH SYNOPSIS
@@ -53,6 +53,11 @@ that matches one of the bytes in
 .IR accept ,
 or NULL
 if no such byte is found.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR strpbrk ()
+function is thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89, C99.
 .SH SEE ALSO
@@ -66,3 +71,11 @@ SVr4, 4.3BSD, C89, C99.
 .BR strstr (3),
 .BR strtok (3),
 .BR wcspbrk (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.