Deleted Added
full compact
fetch.3 (109701) fetch.3 (111816)
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 109701 2003-01-22 18:27:25Z des $
25.\" $FreeBSD: head/lib/libfetch/fetch.3 111816 2003-03-03 12:35:03Z des $
26.\"
27.Dd July 1, 1998
28.Dt FETCH 3
29.Os
30.Sh NAME
31.Nm fetchMakeURL ,
32.Nm fetchParseURL ,
33.Nm fetchFreeURL ,

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

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)"
446.Sh ENVIRONMENT
26.\"
27.Dd July 1, 1998
28.Dt FETCH 3
29.Os
30.Sh NAME
31.Nm fetchMakeURL ,
32.Nm fetchParseURL ,
33.Nm fetchFreeURL ,

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

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)"
446.Sh ENVIRONMENT
447.Bl -tag -width FTP_PASSIVE_MODE
447.Bl -tag -width 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.
448.It Ev FTP_LOGIN
449Default FTP login if none was provided in the URL.
450.It Ev FTP_PASSIVE_MODE
451If set to anything but
452.Ql no ,
453forces the FTP code to use passive mode.
454.It Ev FTP_PASSWORD
455Default FTP password if the remote server requests one and none was

--- 187 unchanged lines hidden ---
451.It Ev FTP_LOGIN
452Default FTP login if none was provided in the URL.
453.It Ev FTP_PASSIVE_MODE
454If set to anything but
455.Ql no ,
456forces the FTP code to use passive mode.
457.It Ev FTP_PASSWORD
458Default FTP password if the remote server requests one and none was

--- 187 unchanged lines hidden ---