1 --- fgetwln.3.orig 2009-10-29 11:41:29.000000000 -0700
2 +++ fgetwln.3 2009-10-29 11:44:37.000000000 -0700
10 .Nd get a line of wide characters from a stream
16 .Fn fgetwln "FILE * restrict stream" "size_t * restrict len"
19 +.Fn fgetwln_l "FILE * restrict stream" "size_t * restrict len" "locale_t loc"
23 @@ -58,6 +62,14 @@ points.
24 (Note, however, that if the line is the last
25 in a file that does not end in a newline,
26 the returned text will not contain a newline.)
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
36 Upon successful completion a pointer is returned;
37 this pointer becomes invalid after the next
38 @@ -113,4 +125,5 @@ or