summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-17 09:52:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-17 09:54:07 +0200
commit582f2a1308182becb9b4a1fad5ff3eccf8fa21f8 (patch)
treead8c11bfa522f360678427bf80be915e1a2743e9
parent525fb7e16a4a6ab1853468c11f8ebb043c752b59 (diff)
downloadcurl-582f2a1308182becb9b4a1fad5ff3eccf8fa21f8.tar.gz
CURLOPT_SSH_COMPRESSION.3: enable with 1L
(leaves other values reserved for the future)
-rw-r--r--docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 b/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
index 193320512..5445cb0d2 100644
--- a/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
+++ b/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3
@@ -28,12 +28,12 @@ CURLOPT_SSH_COMPRESSION \- enables automatic decompression of HTTP downloads
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_COMPRESSION, long enable);
.SH DESCRIPTION
-Pass a long as parameter to enable or disable.
+Pass a long as parameter set to 1L to enable or 0L to disable.
-Enables built-in SSH compression.
-This is a request, not an order; the server may or may not do it.
+Enables built-in SSH compression. This is a request, not an order; the server
+may or may not do it.
.SH DEFAULT
-
+0, disabled
.SH PROTOCOLS
All SSH based protocols: SCP, SFTP
.SH EXAMPLE