Deleted Added
full compact
fetch.1 (253805) fetch.1 (261234)
1.\"-
1.\"-
2.\" Copyright (c) 2000-2013 Dag-Erling Sm��rgrav
2.\" Copyright (c) 2000-2014 Dag-Erling Sm��rgrav
3.\" Copyright (c) 2013 Michael Gmelin <freebsd@grem.de>
4.\" All rights reserved.
5.\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used
6.\" by permission.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:

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

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
3.\" Copyright (c) 2013 Michael Gmelin <freebsd@grem.de>
4.\" All rights reserved.
5.\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used
6.\" by permission.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:

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

23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/usr.bin/fetch/fetch.1 253805 2013-07-30 13:07:55Z des $
31.\" $FreeBSD: head/usr.bin/fetch/fetch.1 261234 2014-01-28 14:32:04Z des $
32.\"
32.\"
33.Dd July 30, 2013
33.Dd January 28, 2014
34.Dt FETCH 1
35.Os
36.Sh NAME
37.Nm fetch
38.Nd retrieve a file by Uniform Resource Locator
39.Sh SYNOPSIS
40.Nm
41.Op Fl 146AadFlMmnPpqRrsUv

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

113error when the requested object does not exist.
114.It Fl a , -retry
115Automatically retry the transfer upon soft failures.
116.It Fl -allow-sslv2
117[SSL]
118Allow SSL version 2 when negotiating the connection.
119.It Fl B Ar bytes , Fl -buffer-size= Ns Ar bytes
120Specify the read buffer size in bytes.
34.Dt FETCH 1
35.Os
36.Sh NAME
37.Nm fetch
38.Nd retrieve a file by Uniform Resource Locator
39.Sh SYNOPSIS
40.Nm
41.Op Fl 146AadFlMmnPpqRrsUv

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

113error when the requested object does not exist.
114.It Fl a , -retry
115Automatically retry the transfer upon soft failures.
116.It Fl -allow-sslv2
117[SSL]
118Allow SSL version 2 when negotiating the connection.
119.It Fl B Ar bytes , Fl -buffer-size= Ns Ar bytes
120Specify the read buffer size in bytes.
121The default is 4096 bytes.
121The default is 16,384 bytes.
122Attempts to set a buffer size lower than this will be silently
123ignored.
124The number of reads actually performed is reported at verbosity level
125two or higher (see the
126.Fl v
127flag).
128.It Fl -bind-address= Ns Ar host
129Specifies a hostname or IP address to which sockets used for outgoing

--- 288 unchanged lines hidden ---
122Attempts to set a buffer size lower than this will be silently
123ignored.
124The number of reads actually performed is reported at verbosity level
125two or higher (see the
126.Fl v
127flag).
128.It Fl -bind-address= Ns Ar host
129Specifies a hostname or IP address to which sockets used for outgoing

--- 288 unchanged lines hidden ---