Deleted Added
full compact
tftpd.8 (224537) tftpd.8 (233648)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. 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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. 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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/libexec/tftpd/tftpd.8 224537 2011-07-31 03:18:36Z rodrigc $
33.\" $FreeBSD: head/libexec/tftpd/tftpd.8 233648 2012-03-29 05:02:12Z eadler $
34.\"
35.Dd June 22, 2011
36.Dt TFTPD 8
37.Os
38.Sh NAME
39.Nm tftpd
40.Nd Internet Trivial File Transfer Protocol server
41.Sh SYNOPSIS

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

156.Ar value
157is not specified, then the debug level is increased by one
158for each instance of
159.Fl d
160which is specified.
161.Pp
162If
163.Ar value
34.\"
35.Dd June 22, 2011
36.Dt TFTPD 8
37.Os
38.Sh NAME
39.Nm tftpd
40.Nd Internet Trivial File Transfer Protocol server
41.Sh SYNOPSIS

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

156.Ar value
157is not specified, then the debug level is increased by one
158for each instance of
159.Fl d
160which is specified.
161.Pp
162If
163.Ar value
164is specified, then the debug level is set to
164is specified, then the debug level is set to
165.Ar value .
165.Ar value .
166The debug level is a bitmask implemented in
166The debug level is a bitmask implemented in
167.Pa src/libexec/tftpd/tftp-utils.h .
168Valid values are 0 (DEBUG_NONE), 1 (DEBUG_PACKETS), 2, (DEBUG_SIMPLE),
1694 (DEBUG_OPTIONS), and 8 (DEBUG_ACCESS). Multiple debug values can be combined
170in the bitmask by logically OR'ing the values. For example, specifying
171.Fl d
172.Ar 15
173will enable all the debug values.
174.It Fl l

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

257The non-standard
258.Cm rollover
259and
260.Cm blksize2
261TFTP options are mentioned here:
262.Rs
263.%T Extending TFTP
264.%U http://www.compuphase.com/tftp.htm
167.Pa src/libexec/tftpd/tftp-utils.h .
168Valid values are 0 (DEBUG_NONE), 1 (DEBUG_PACKETS), 2, (DEBUG_SIMPLE),
1694 (DEBUG_OPTIONS), and 8 (DEBUG_ACCESS). Multiple debug values can be combined
170in the bitmask by logically OR'ing the values. For example, specifying
171.Fl d
172.Ar 15
173will enable all the debug values.
174.It Fl l

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

257The non-standard
258.Cm rollover
259and
260.Cm blksize2
261TFTP options are mentioned here:
262.Rs
263.%T Extending TFTP
264.%U http://www.compuphase.com/tftp.htm
265.Re
265.Re
266.Sh HISTORY
267The
268.Nm
269utility appeared in
270.Bx 4.2 ;
271the
272.Fl s
273option was introduced in

--- 41 unchanged lines hidden ---
266.Sh HISTORY
267The
268.Nm
269utility appeared in
270.Bx 4.2 ;
271the
272.Fl s
273option was introduced in

--- 41 unchanged lines hidden ---