diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-15 23:56:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-15 23:56:28 +0200 |
commit | 5a136398ed3d764024f6fa9e3e81d2a8d2285e6a (patch) | |
tree | 7a28426a3b2384de0f77f8907c3bde299c8fca7f /docs | |
parent | 7166d91a0346c4188e51e442896cd209ef924bca (diff) |
curl_easy_getinfo.3: fix superfluous space
... and changed "oriented" to "related"
Closes #378
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index d48ca04c9..82708bb60 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -34,7 +34,7 @@ third argument \fBMUST\fP be a pointer to a long, a pointer to a char *, a pointer to a struct curl_slist * or a pointer to a double (as this documentation describes further down). The data pointed-to will be filled in accordingly and can be relied upon only if the function returns CURLE_OK. Use -this function AFTER a performed transfer if you want to get transfer- oriented +this function AFTER a performed transfer if you want to get transfer related data. You should not free the memory returned by this function unless it is |