mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +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
|
|
@ -33,7 +33,7 @@ struct connectdata;
|
|||
/*
|
||||
* The longest possible hexadecimal number we support in a chunked transfer.
|
||||
* Neither RFC2616 nor the later HTTP specs define a maximum chunk size.
|
||||
* For 64 bit curl_off_t we support 16 digits. For 32 bit, 8 digits.
|
||||
* For 64-bit curl_off_t we support 16 digits. For 32-bit, 8 digits.
|
||||
*/
|
||||
#define CHUNK_MAXNUM_LEN (SIZEOF_CURL_OFF_T * 2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue