diff options
Diffstat (limited to 'debian/patches/04-manpage-lft.patch')
-rw-r--r-- | debian/patches/04-manpage-lft.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/patches/04-manpage-lft.patch b/debian/patches/04-manpage-lft.patch new file mode 100644 index 0000000..60eb8db --- /dev/null +++ b/debian/patches/04-manpage-lft.patch @@ -0,0 +1,38 @@ +Author: Daniel Baumann <mail@daniel-baumann.ch> +Description: Mentioning lft in traceroute manpage (Closes: #554891, #555028). + +diff -Naurp traceroute.orig/traceroute/traceroute.8 traceroute/traceroute/traceroute.8 +--- traceroute.orig/traceroute/traceroute.8 2010-07-12 20:08:53.495867879 +0200 ++++ traceroute/traceroute/traceroute.8 2010-07-12 20:18:56.510883917 +0200 +@@ -29,6 +29,12 @@ traceroute \- print the route packets tr + .br + .BR traceroute6 + .RI " [" options ] ++.br ++.BR tcptraceroute ++.RI " [" options ] ++.br ++.BR lft ++.RI " [" options ] + .ad + .SH DESCRIPTION + .I traceroute +@@ -41,6 +47,18 @@ along the path to the host. + is equivalent to + .I traceroute + .B \-6 ++.P ++.I tcptraceroute ++is equivalent to ++.I traceroute ++.B \-T ++.P ++.I lft ++, the Layer Four Traceroute, performs a TCP traceroute, like ++.I traceroute ++.B \-T ++, but attempts to provide compatibility with the original ++such implementation, also called "lft". + .PP + The only required parameter is the name or IP address of the + destination |