diff options
Diffstat (limited to 'debian/patches/05-manpage-p.patch')
-rw-r--r-- | debian/patches/05-manpage-p.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/05-manpage-p.patch b/debian/patches/05-manpage-p.patch new file mode 100644 index 0000000..49d990f --- /dev/null +++ b/debian/patches/05-manpage-p.patch @@ -0,0 +1,18 @@ +Author: Daniel Baumann <mail@daniel-baumann.ch> +Description: + Mentioning that -p with the tcptraceroute wrapper specifies the source port, + not the destination port (Closes: #448200). + +diff -Naurp traceroute.orig/traceroute/traceroute.8 traceroute/traceroute/traceroute.8 +--- traceroute.orig/traceroute/traceroute.8 2012-12-10 11:49:37.056140846 +0100 ++++ traceroute/traceroute/traceroute.8 2012-12-10 11:49:46.172143321 +0100 +@@ -216,7 +216,8 @@ For ICMP tracing, specifies the initial + by each probe too). + .br + For TCP and others specifies just the (constant) destination +-port to connect. ++port to connect. When using the tcptraceroute wrapper, ++\-p specifies the source port. + .TP + .BI \-t " tos" ", --tos=" tos + For IPv4, set the Type of Service (TOS) and Precedence value. Useful values |