OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / wcpncpy.3
index 910dd6f..f0ef335 100644 (file)
@@ -12,7 +12,7 @@
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.TH WCPNCPY 3 2011-10-01 "GNU" "Linux Programmer's Manual"
+.TH WCPNCPY 3 2013-12-16 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcpncpy \- copy a fixed-size string of wide characters,
 returning a pointer to its end
@@ -71,7 +71,7 @@ by
 are filled with L\(aq\\0\(aq characters.
 If the length
 .IR wcslen(src)
-is greater or equal
+is greater than or equal
 to
 .IR n ,
 the string pointed to by
@@ -90,6 +90,11 @@ characters at
 .BR wcpncpy ()
 returns a pointer to the last wide character written, that is,
 .IR dest + n \-1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR wcpncpy ()
+function is thread-safe.
 .SH CONFORMING TO
 POSIX.1-2008.
 .SH SEE ALSO