curl_easy_setopt.3: proto updates + cleanups
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jun 2012 17:59:48 +0000 (19:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jun 2012 18:03:13 +0000 (20:03 +0200)
commitb511486fcd5f1344eccb126c16e05c485abc3abd
tree2e6e9c0d44b204d6d3ffe5f6655510810e31ec4e
parent3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc
curl_easy_setopt.3: proto updates + cleanups

- For all *FUNCTION options, they now all show the complete prototype in
  the description. Previously some of them would just refer to a
  typedef'ed function pointer in the curl.h header.

- I made the phrasing of that "Pass a pointer to a function that matches
  the following prototype" the same for all *FUNCTION option descriptions.

- I removed some uses of 'should'. I think I sometimes over-use this
  word as in many places I actually mean MUST or otherwise more specific
  and not-so-optional synonyms.
docs/libcurl/curl_easy_setopt.3