mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
docs: misc language polish
- CURLINFO_FILETIME*: improve language - add '32bit' and '64bit' as bad words, use 32-bit and 64-bit - mksymbolsmanpage.pl: avoid "will" Closes #14070
This commit is contained in:
parent
ecd654e12e
commit
816ac2a866
22 changed files with 65 additions and 63 deletions
|
|
@ -2667,7 +2667,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
|||
/*
|
||||
* Use this scope id when using IPv6
|
||||
* We always get longs when passed plain numericals so we should check
|
||||
* that the value fits into an unsigned 32 bit integer.
|
||||
* that the value fits into an unsigned 32-bit integer.
|
||||
*/
|
||||
uarg = va_arg(param, unsigned long);
|
||||
#if SIZEOF_LONG > 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue