Documentation updates.

This commit is contained in:
H. Peter Anvin 2006-12-12 14:37:27 -08:00
parent 899b7d500b
commit df877df452
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Changes in 0.45:
Add -l (literal) option to the client, to override the special
treatment of the colon (:) character as a hostname separator.
Changes in 0.44: Changes in 0.44:
Allow the client to specify a range of local port numbers, Allow the client to specify a range of local port numbers,
just like the server can. just like the server can.

View file

@ -31,7 +31,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\"----------------------------------------------------------------------- */ .\"----------------------------------------------------------------------- */
.TH TFTP 1 "2 February 2003" "tftp-hpa @@VERSION@@" "User's Manual" .TH TFTP 1 "12 December 2006" "tftp-hpa @@VERSION@@" "User's Manual"
.SH NAME .SH NAME
.B tftp .B tftp
\- IPv4 Trivial File Transfer Protocol client \- IPv4 Trivial File Transfer Protocol client
@ -61,11 +61,16 @@ Execute \fIcommand\fP as if it had been entered on the tftp prompt.
Must be specified last on the command line. Must be specified last on the command line.
.TP .TP
.B \-l .B \-l
Default to literal mode. Used to avoid special processing of ':' in a file name. Default to literal mode. Used to avoid special processing of ':' in a
file name.
.TP .TP
\fB\-m\fP \fImode\fP \fB\-m\fP \fImode\fP
Set the default transfer mode to \fImode\fP. This is usually used with \-c. Set the default transfer mode to \fImode\fP. This is usually used with \-c.
.TP .TP
\fB\-R\fP \fIport:port\fP
Force the originating port number to be in the specified range of port
numbers.
.TP
.B \-v .B \-v
Default to verbose mode. Default to verbose mode.
.TP .TP