]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mbrtowc.3
Removed trailing white space at end of lines
[thirdparty/man-pages.git] / man3 / mbrtowc.3
index b1affb94224ac6988738f48dba1cab9a63c8738c..077ce25aae31566cee754082b9e20dde9f295a73 100644 (file)
@@ -26,7 +26,7 @@ mbrtowc \- convert a multibyte sequence to a wide character
 .fi
 .SH DESCRIPTION
 The main case for this function is when
-.IR s 
+.IR s
 is not NULL and
 .I pwc
 is
@@ -53,7 +53,7 @@ state
 to the initial state and returns 0.
 .PP
 If the
-.IR n 
+.IR n
 bytes starting at
 .I s
 do not contain a complete multibyte
@@ -85,7 +85,7 @@ the effects on
 are undefined.
 .PP
 A different case is when
-.IR s 
+.IR s
 is not NULL but
 .I pwc
 is NULL.
@@ -99,7 +99,7 @@ A third case is when
 .I s
 is NULL.
 In this case,
-.IR pwc 
+.IR pwc
 and
 .I n
 are
@@ -134,12 +134,12 @@ state known only to the
 .BR mbrtowc ()
 function is used instead.
 Otherwise,
-.IR *ps 
+.IR *ps
 must be a valid
 .I mbstate_t
 object.
 An
-.IR mbstate_t 
+.IR mbstate_t
 object
 .I a
 can be initialized to the initial state
@@ -166,7 +166,7 @@ to
 if an invalid multibyte sequence was
 encountered.
 It returns
-.I "(size_t)\ \-2" 
+.I "(size_t)\ \-2"
 if it couldn't parse a complete multibyte
 character, meaning that
 .I n