OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man3 / wcsnlen.3
index 9f6829f..6a125c9 100644 (file)
@@ -10,7 +10,7 @@
 .\"   Dinkumware C library reference http://www.dinkumware.com/
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"
-.TH WCSNLEN 3  2011-09-21 "GNU" "Linux Programmer's Manual"
+.TH WCSNLEN 3  2011-10-01 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcsnlen \- determine the length of a fixed-size wide-character string
 .SH SYNOPSIS
@@ -46,7 +46,8 @@ of the
 .BR strnlen (3)
 function.
 It returns the number of wide-characters in the string pointed to by
-\fIs\fP, not including the terminating L\(aq\\0\(aq character, but at most
+\fIs\fP, not including the terminating null wide character (L\(aq\\0\(aq),
+but at most
 \fImaxlen\fP
 wide characters (note: this parameter is not a byte count).
 In doing this,
@@ -57,14 +58,14 @@ wide characters at \fIs\fP and never beyond \fIs+maxlen\fP.
 The
 .BR wcsnlen ()
 function returns \fIwcslen(s)\fP, if that is less than
-\fImaxlen\fP, or \fImaxlen\fP if there is no L\(aq\\0\(aq character among the
+\fImaxlen\fP, or \fImaxlen\fP if there is no null wide character among the
 first \fImaxlen\fP wide characters pointed to by \fIs\fP.
 .SH VERSIONS
 The
 .BR wcsnlen ()
 function is provided in glibc since version 2.1.
 .SH "CONFORMING TO"
-This function is a GNU extension.
+POSIX.1-2008.
 .SH "SEE ALSO"
 .BR strnlen (3),
 .BR wcslen (3)