OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / mbsinit.3
index 04e3ce6..7b9b996 100644 (file)
@@ -13,7 +13,7 @@
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH MBSINIT 3  2000-11-20 "GNU" "Linux Programmer's Manual"
+.TH MBSINIT 3  2014-03-18 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mbsinit \- test for initial shift state
 .SH SYNOPSIS
@@ -79,8 +79,13 @@ returns nonzero if
 .I *ps
 is an initial state, or if
 .I ps
-is a NULL pointer.
-Otherwise it returns 0.
+is NULL.
+Otherwise, it returns 0.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR mbsinit ()
+function is thread-safe.
 .SH CONFORMING TO
 C99.
 .SH NOTES
@@ -91,5 +96,17 @@ depends on the
 category of the
 current locale.
 .SH SEE ALSO
+.BR mbrlen (3),
+.BR mbrtowc (3),
+.BR wcrtomb (3),
 .BR mbsrtowcs (3),
 .BR wcsrtombs (3)
+.SH COLOPHON
+This page is part of release 3.79 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/.