]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mbtowc.3
user_namespaces.7: Minor rewordings of recently added text
[thirdparty/man-pages.git] / man3 / mbtowc.3
index 15886ec084d8fdae7b9a83bc409be127a1b24996..9e470c1b9621aa75c04a04f5f16877eaa54d3884 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH MBTOWC 3  2015-03-02 "GNU" "Linux Programmer's Manual"
+.TH MBTOWC 3  2019-03-06 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mbtowc \- convert a multibyte sequence to a wide character
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
-.sp
+.PP
 .BI "int mbtowc(wchar_t *" pwc ", const char *" s ", size_t " n );
 .fi
 .SH DESCRIPTION
@@ -43,7 +43,7 @@ It updates an internal shift state known only to the
 function.
 If
 .I s
-does not point to a null byte (\(aq\\0\(aq), it returns the number
+does not point to a null byte (\(aq\e0\(aq), it returns the number
 of bytes that were consumed from
 .IR s ,
 otherwise it returns 0.
@@ -142,5 +142,5 @@ a better interface to the same functionality.
 .BR mblen (3),
 .BR mbrtowc (3),
 .BR mbstowcs (3),
-.BR wctomb (3),
-.BR wcstombs (3)
+.BR wcstombs (3),
+.BR wctomb (3)