diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-08 22:55:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-09 09:55:24 +0200 |
commit | 1fbd822b645563fa0f9422609c432743f012cd11 (patch) | |
tree | eb21ab01559e20a5aa4ebc05d2bb434680a1b0ec /docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 | |
parent | fe7b64228d553274f780ebc98a05a9ae266df828 (diff) | |
download | curl-1fbd822b645563fa0f9422609c432743f012cd11.tar.gz |
opts docs: unify phrasing in NAME header
- avoid writing "set ..." or "enable/disable ..." or "specify ..."
*All* options for curl_easy_setopt() are about setting or enabling
things and most of the existing options didn't use that way of
description.
- start with lowercase letter, unless abbreviation. For consistency.
- Some additional touch-ups
Closes #7688
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 index 936719af2..8d7cbd838 100644 --- a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 +++ b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -22,7 +22,7 @@ .\" .TH CURLOPT_ACCEPT_ENCODING 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options" .SH NAME -CURLOPT_ACCEPT_ENCODING \- enables automatic decompression of HTTP downloads +CURLOPT_ACCEPT_ENCODING \- automatic decompression of HTTP downloads .SH SYNOPSIS #include <curl/curl.h> |