summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/fgetwc.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man3/fgetwc.3
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/fgetwc.3')
-rw-r--r--upstream/debian-unstable/man3/fgetwc.311
1 files changed, 5 insertions, 6 deletions
diff --git a/upstream/debian-unstable/man3/fgetwc.3 b/upstream/debian-unstable/man3/fgetwc.3
index b66b0185..7a6d7c2d 100644
--- a/upstream/debian-unstable/man3/fgetwc.3
+++ b/upstream/debian-unstable/man3/fgetwc.3
@@ -11,7 +11,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 2023-07-20 "Linux man-pages 6.05.01"
+.TH fgetwc 3 2024-05-02 "Linux man-pages 6.8"
.SH NAME
fgetwc, getwc \- read a wide character from a FILE stream
.SH LIBRARY
@@ -21,7 +21,7 @@ Standard C library
.nf
.B #include <stdio.h>
.B #include <wchar.h>
-.PP
+.P
.BI "wint_t fgetwc(FILE *" stream );
.BI "wint_t getwc(FILE *" stream );
.fi
@@ -39,7 +39,7 @@ it returns
If a wide-character conversion error occurs, it sets
\fIerrno\fP to \fBEILSEQ\fP and returns
.BR WEOF .
-.PP
+.P
The
.BR getwc ()
function or macro functions identically to
@@ -47,7 +47,7 @@ function or macro functions identically to
It may be implemented as a macro, and may evaluate its argument
more than once.
There is no reason ever to use it.
-.PP
+.P
For nonlocking counterparts, see
.BR unlocked_stdio (3).
.SH RETURN VALUE
@@ -80,7 +80,6 @@ T{
.BR getwc ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY
@@ -92,7 +91,7 @@ depends on the
.B LC_CTYPE
category of the
current locale.
-.PP
+.P
In the absence of additional information passed to the
.BR fopen (3)
call, it is