Deleted Added
full compact
fetch.3 (124963) fetch.3 (131504)
1.\" Copyright (c) 1998 Dag-Erling Co�dan Sm�rgrav
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998 Dag-Erling Co�dan Sm�rgrav
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libfetch/fetch.3 124963 2004-01-25 11:39:42Z des $
25.\" $FreeBSD: head/lib/libfetch/fetch.3 131504 2004-07-02 23:52:20Z ru $
26.\"
27.Dd July 1, 1998
28.Dt FETCH 3
29.Os
30.Sh NAME
31.Nm fetchMakeURL ,
32.Nm fetchParseURL ,
33.Nm fetchFreeURL ,

--- 403 unchanged lines hidden (view full) ---

437File is not available
438.It Bq Er FETCH_UNKNOWN
439Unknown error
440.It Bq Er FETCH_URL
441Invalid URL
442.El
443.Pp
444The accompanying error message includes a protocol-specific error code
26.\"
27.Dd July 1, 1998
28.Dt FETCH 3
29.Os
30.Sh NAME
31.Nm fetchMakeURL ,
32.Nm fetchParseURL ,
33.Nm fetchFreeURL ,

--- 403 unchanged lines hidden (view full) ---

437File is not available
438.It Bq Er FETCH_UNKNOWN
439Unknown error
440.It Bq Er FETCH_URL
441Invalid URL
442.El
443.Pp
444The accompanying error message includes a protocol-specific error code
445and message, e.g. "File is not available (404 Not Found)"
445and message, e.g.\& "File is not available (404 Not Found)"
446.Sh ENVIRONMENT
447.Bl -tag -width ".Ev FETCH_BIND_ADDRESS"
448.It Ev FETCH_BIND_ADDRESS
449Specifies a hostname or IP address to which sockets used for outgoing
450connections will be bound.
451.It Ev FTP_LOGIN
452Default FTP login if none was provided in the URL.
453.It Ev FTP_PASSIVE_MODE

--- 214 unchanged lines hidden ---
446.Sh ENVIRONMENT
447.Bl -tag -width ".Ev FETCH_BIND_ADDRESS"
448.It Ev FETCH_BIND_ADDRESS
449Specifies a hostname or IP address to which sockets used for outgoing
450connections will be bound.
451.It Ev FTP_LOGIN
452Default FTP login if none was provided in the URL.
453.It Ev FTP_PASSIVE_MODE

--- 214 unchanged lines hidden ---