summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libfetch
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/fetch.338
1 files changed, 19 insertions, 19 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 7699a9a..f37735b 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
@@ -393,7 +393,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
@@ -404,39 +404,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
OpenPOWER on IntegriCloud