mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:33:33 +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
|
|
@ -144,7 +144,7 @@ static struct passwd *vms_getpwuid(uid_t uid)
|
|||
{
|
||||
struct passwd *my_passwd;
|
||||
|
||||
/* Hack needed to support 64 bit builds, decc_getpwnam is 32 bit only */
|
||||
/* Hack needed to support 64-bit builds, decc_getpwnam is 32-bit only */
|
||||
#ifdef __DECC
|
||||
# if __INITIAL_POINTER_SIZE
|
||||
__char_ptr32 unix_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue