diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/wcstoimax.3 | |
parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/wcstoimax.3')
-rw-r--r-- | man3/wcstoimax.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3 index 2bb1cd49..1ba0bc50 100644 --- a/man3/wcstoimax.3 +++ b/man3/wcstoimax.3 @@ -35,9 +35,9 @@ wcstoimax, wcstoumax \- convert wide-character string to integer .fi .SH DESCRIPTION These functions are just like -.B wcstol() +.BR wcstol () and -.BR wcstoul() , +.BR wcstoul (), except that they return a value of type .B intmax_t and |