~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl-errors.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: libcurl-errors.3,v 1.22 2006-04-26 13:00:45 bagder Exp $
 
3
.\" $Id: libcurl-errors.3,v 1.23 2006-06-24 21:49:40 bagder Exp $
4
4
.\"
5
5
.TH libcurl-errors 3 "9 Feb 2005" "libcurl 7.13.1" "libcurl errors"
6
6
.SH NAME
226
226
This can only be returned if libcurl bugs. Please report it to us!
227
227
.IP "CURLM_BAD_SOCKET (5)"
228
228
The passed-in socket is not a valid one that libcurl already knows about.
229
 
(Added in 7.16.0)
 
229
(Added in 7.15.4)
230
230
.SH "CURLSHcode"
231
231
The "share" interface will return a CURLSHcode to indicate when an error has
232
232
occurred.  Also consider \fIcurl_share_strerror(3)\fP.