diff --git a/CHANGES b/CHANGES index 1c1986b..98b0fe3 100644 --- a/CHANGES +++ b/CHANGES @@ -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: Allow the client to specify a range of local port numbers, just like the server can. diff --git a/tftp/tftp.1.in b/tftp/tftp.1.in index c591a2e..41606fe 100644 --- a/tftp/tftp.1.in +++ b/tftp/tftp.1.in @@ -31,7 +31,7 @@ .\" 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 .B tftp \- 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. .TP .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 \fB\-m\fP \fImode\fP Set the default transfer mode to \fImode\fP. This is usually used with \-c. .TP +\fB\-R\fP \fIport:port\fP +Force the originating port number to be in the specified range of port +numbers. +.TP .B \-v Default to verbose mode. .TP