Blame SOURCES/tftp-doc.patch

ecbeaa
--- tftp-hpa-5.2/tftp/main.c	2013-04-19 09:34:09.737410319 +0200
ecbeaa
+++ tftp-hpa-5.2/tftp/main.c	2013-04-19 09:42:53.559946374 +0200
ecbeaa
@@ -195,9 +195,11 @@
ecbeaa
 {
ecbeaa
     fprintf(stderr,
ecbeaa
 #ifdef HAVE_IPV6
ecbeaa
-            "Usage: %s [-4][-6][-v][-l][-m mode] [host [port]] [-c command]\n",
ecbeaa
+            "Usage: %s [-4][-6][-v][-V][-l][-m mode] [-R port:port] "
ecbeaa
+			"[host [port]] [-c command]\n",
ecbeaa
 #else
ecbeaa
-            "Usage: %s [-v][-l][-m mode] [host [port]] [-c command]\n",
ecbeaa
+            "Usage: %s [-v][-V][-l][-m mode] [-R port:port] "
ecbeaa
+			"[host [port]] [-c command]\n",
ecbeaa
 #endif
ecbeaa
             program);
ecbeaa
     exit(errcode);
ecbeaa
--- tftp-hpa-5.2/tftpd/tftpd.8.in	2012-11-20 09:43:46.000000000 +0100
ecbeaa
+++ tftp-hpa-5.2/tftpd/tftpd.8.in	2013-04-19 09:44:37.399057279 +0200
ecbeaa
@@ -155,7 +155,7 @@
ecbeaa
 .B utimeout
ecbeaa
 option is negotiated.  The default is 1000000 (1 second.)
ecbeaa
 .TP
ecbeaa
-\fB\-\-mapfile\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
ecbeaa
+\fB\-\-map\-file\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
ecbeaa
 Specify the use of filename remapping.  The
ecbeaa
 .I remap-file
ecbeaa
 is a file containing the remapping rules.  See the section on filename