summaryrefslogtreecommitdiff
path: root/man3/wcstoimax.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-03 15:32:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-03 15:32:52 +0000
commitb9f027105cbfd10bf8657111936e86fbbe825b25 (patch)
treec2841e8465ecb74e207ce0c7efcc0a54cbbbdc5e /man3/wcstoimax.3
parent521bf584054c04a5b99209af4619d191934bfc6a (diff)
ffix
Diffstat (limited to 'man3/wcstoimax.3')
-rw-r--r--man3/wcstoimax.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3
index b01ef4c2b..4c06a63fb 100644
--- a/man3/wcstoimax.3
+++ b/man3/wcstoimax.3
@@ -29,9 +29,9 @@ wcstoimax, wcstoumax \- convert wide-character string to integer
.br
.B #include <inttypes.h>
.sp
-.BI "intmax_t wcstoimax (const wchar_t *" nptr ", wchar_t **" endptr ", int " base );
+.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