Skip to content

Commit

Permalink
curl_easy_getinfo.3: fix superfluous space
Browse files Browse the repository at this point in the history
... and changed "oriented" to "related"

Closes #378
  • Loading branch information
bagder committed Aug 15, 2015
1 parent 7166d91 commit 5a13639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/curl_easy_getinfo.3
Expand Up @@ -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
Expand Down

0 comments on commit 5a13639

Please sign in to comment.