aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-12-12 14:37:27 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-12-12 14:37:27 -0800
commitdf877df45244dd3bcad78f8991d877ef1ec2cde9 (patch)
tree17eda291a8d83ee4d682e0ea239d633c9861a828
parent899b7d500be12d17aaea1e9dcfdbc6577e42b7f5 (diff)
downloadtftp-hpa-df877df45244dd3bcad78f8991d877ef1ec2cde9.tar.gz
Documentation updates.
-rw-r--r--CHANGES5
-rw-r--r--tftp/tftp.1.in9
2 files changed, 12 insertions, 2 deletions
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