The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
11 lines
327 B
Makefile
11 lines
327 B
Makefile
Long: no-keepalive
|
|
Help: Disable TCP keepalive on the connection
|
|
Category: connection
|
|
Example: --no-keepalive $URL
|
|
---
|
|
Disables the use of keepalive messages on the TCP connection. curl otherwise
|
|
enables them by default.
|
|
|
|
Note that this is the negated option name documented. You can thus use
|
|
--keepalive to enforce keepalive.
|