summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-08 22:55:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-08 23:59:09 +0200
commitc9d17b8b4579eba8ca8aff4a3d62a42070b856c8 (patch)
treee0acb9dceb5486e00dde3ccd4fc0eeb54ada211b /docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
parent71f9a8fa6f52723c0492c61ded070386706e99c6 (diff)
downloadcurl-c9d17b8b4579eba8ca8aff4a3d62a42070b856c8.tar.gz
opts docs: unify phrasing in NAME headerbagder/opts-manpages-name
- 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
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_BUFFERSIZE.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_BUFFERSIZE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 b/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
index c76d23269..0274f4c70 100644
--- a/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
+++ b/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3
@@ -22,7 +22,7 @@
.\"
.TH CURLOPT_BUFFERSIZE 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
-CURLOPT_BUFFERSIZE \- set preferred receive buffer size
+CURLOPT_BUFFERSIZE \- receive buffer size
.SH SYNOPSIS
#include <curl/curl.h>