OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / fgetwc.3
index 81cc4d1..82321be 100644 (file)
@@ -15,7 +15,7 @@
 .\"   ISO/IEC 9899:1999
 .\"
 .\" Modified Tue Oct 16 23:18:40 BST 2001 by John Levon <moz@compsoc.man.ac.uk>
-.TH FGETWC 3  1999-07-25 "GNU" "Linux Programmer's Manual"
+.TH FGETWC 3  2013-04-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fgetwc, getwc \- read a wide character from a FILE stream
 .SH SYNOPSIS
@@ -58,6 +58,9 @@ The
 function returns the next wide-character
 from the stream, or
 .BR WEOF .
+In the event of an error,
+.I errno
+is set to indicate the cause.
 .SH ERRORS
 Apart from the usual ones, there is
 .TP
@@ -86,3 +89,12 @@ from the stream and then convert it to a wide character.
 .BR fputwc (3),
 .BR ungetwc (3),
 .BR unlocked_stdio (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/.