diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 12:07:25 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 12:07:25 +0000 |
| commit | b5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch) | |
| tree | 3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libfetch/fetch.3 | |
| parent | 4622ab764ab8a3550702e2699d502d3ddd177c1e (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.3')
| -rw-r--r-- | lib/libfetch/fetch.3 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index afc64bc1f198..b663232bd418 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -191,7 +191,7 @@ structure pointed to by the .Fa us argument. .Pp -The +The .Fa flags argument is a string of characters which specify transfer options. The @@ -368,7 +368,7 @@ unable to allocate memory, or the URL is syntactically incorrect, .Fn fetchParseURL returns a NULL pointer. .Pp -The +The .Fn fetchStat functions return 0 on success and -1 on failure. .Pp @@ -379,39 +379,39 @@ The following error codes are defined in .Aq Pa fetch.h : .Bl -tag -width 18n .It Bq Er FETCH_ABORT -Operation aborted +Operation aborted .It Bq Er FETCH_AUTH -Authentication failed +Authentication failed .It Bq Er FETCH_DOWN -Service unavailable +Service unavailable .It Bq Er FETCH_EXISTS -File exists +File exists .It Bq Er FETCH_FULL -File system full +File system full .It Bq Er FETCH_INFO -Informational response +Informational response .It Bq Er FETCH_MEMORY -Insufficient memory +Insufficient memory .It Bq Er FETCH_MOVED -File has moved +File has moved .It Bq Er FETCH_NETWORK -Network error +Network error .It Bq Er FETCH_OK -No error +No error .It Bq Er FETCH_PROTO -Protocol error +Protocol error .It Bq Er FETCH_RESOLV -Resolver error +Resolver error .It Bq Er FETCH_SERVER -Server error +Server error .It Bq Er FETCH_TEMP -Temporary error +Temporary error .It Bq Er FETCH_TIMEOUT -Operation timed out +Operation timed out .It Bq Er FETCH_UNAVAIL -File is not available +File is not available .It Bq Er FETCH_UNKNOWN -Unknown error +Unknown error .It Bq Er FETCH_URL Invalid URL .El |
