]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcstoimax.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / wcstoimax.3
index 4c06a63fb8fbc6b3dcc9b6983dee9453f9d1163f..73819a973d9e9277062fe546ad8a524bee1a12af 100644 (file)
@@ -31,10 +31,10 @@ wcstoimax, wcstoumax \- convert wide-character string to integer
 .sp
 .BI "intmax_t wcstoimax(const wchar_t *" nptr ", wchar_t **" endptr ", int " base );
 .br
-.BI "uintmax_t wcstoumax(const wchar_t *" nptr ", wchar_t **" endptr ", int " base ); 
+.BI "uintmax_t wcstoumax(const wchar_t *" nptr ", wchar_t **" endptr ", int " base );
 .fi
 .SH DESCRIPTION
-These functions are just like 
+These functions are just like
 .BR wcstol ()
 and
 .BR wcstoul (),