- I went over the curl_easy_setopt man page and replaced most references to
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2008 20:53:04 +0000 (20:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Jul 2008 20:53:04 +0000 (20:53 +0000)
commit7d0eabaa808474fc083723a2fc6932f9d1e0de4e
tree7df2527fc8eb57ee251628e3868b0405a6cf76d8
parente7f5d12cb6a5dc057e96eedc1f2e2ad87d22260f
- I went over the curl_easy_setopt man page and replaced most references to
  non-zero with the fixed value of 1. We should strive at making options
  support '1' for enabling them mentioned explicitly, as that then will allow
  us for to extend them in the future without breaking older programs.
CHANGES
docs/libcurl/curl_easy_setopt.3