~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_easy_getinfo.3

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
.IP CURLINFO_OS_ERRNO
163
163
Pass a pointer to a long to receive the errno variable from a connect failure.
164
164
Note that the value is only set on failure, it is not reset upon a
165
 
successfull operation.  (Added in 7.12.2)
 
165
successful operation.  (Added in 7.12.2)
166
166
.IP CURLINFO_NUM_CONNECTS
167
167
Pass a pointer to a long to receive how many new connections libcurl had to
168
168
create to achieve the previous transfer (only the successful connects are