mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
docs: spelling nits
- MingW -> MinGW (Minimalist GNU for Windows) - f.e. -> e.g. - some whitespace and punctuation. Reviewed-by: Daniel Stenberg Closes #9622
This commit is contained in:
parent
55becae8f5
commit
7313ffebfe
11 changed files with 20 additions and 20 deletions
|
|
@ -24,14 +24,14 @@
|
|||
|
||||
###########################################################################
|
||||
#
|
||||
## Makefile for building curl.exe with MingW (GCC-3.2 or later or LLVM/Clang)
|
||||
## Makefile for building curl.exe with MinGW (GCC-3.2 or later or LLVM/Clang)
|
||||
## and optionally OpenSSL (1.0.2a), libssh2 (1.5), zlib (1.2.8), librtmp (2.4),
|
||||
## brotli (1.0.1), zstd (1.4.5)
|
||||
##
|
||||
## Usage: mingw32-make -f Makefile.m32 CFG=-feature1[-feature2][-feature3][...]
|
||||
## Example: mingw32-make -f Makefile.m32 CFG=-zlib-ssl-sspi-winidn
|
||||
##
|
||||
## Hint: you can also set environment vars to control the build, f.e.:
|
||||
## Hint: you can also set environment vars to control the build, e.g.:
|
||||
## set ZLIB_PATH=c:/zlib-1.2.8
|
||||
## set ZLIB=1
|
||||
#
|
||||
|
|
|
|||
|
|
@ -273,11 +273,11 @@ static CURLcode pre_transfer(struct GlobalConfig *global,
|
|||
/* VMS Note:
|
||||
*
|
||||
* Reading binary from files can be a problem... Only FIXED, VAR
|
||||
* etc WITHOUT implied CC will work Others need a \n appended to a
|
||||
* line
|
||||
* etc WITHOUT implied CC will work. Others need a \n appended to
|
||||
* a line
|
||||
*
|
||||
* - Stat gives a size but this is UNRELIABLE in VMS As a f.e. a
|
||||
* fixed file with implied CC needs to have a byte added for every
|
||||
* - Stat gives a size but this is UNRELIABLE in VMS. E.g.
|
||||
* a fixed file with implied CC needs to have a byte added for every
|
||||
* record processed, this can be derived from Filesize & recordsize
|
||||
* for VARiable record files the records need to be counted! for
|
||||
* every record add 1 for linefeed and subtract 2 for the record
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue