Hi,

the attached patch fixes this problem. Note that Build-Deps should
be augmented by "sed".


-- 
mail: [EMAIL PROTECTED]         http://adi.thur.de      PGP: v2-key via 
keyserver

Q:Kann mir jemand helfen? A: Du benutzt NT, Dir kann Keiner mehr helfen.
diff -u -r iputils-20020927/README iputils-bug185156/README
--- iputils-20020927/README     2005-10-16 18:02:53.000000000 +0200
+++ iputils-bug185156/README    2005-10-16 18:05:00.000000000 +0200
@@ -126,7 +126,7 @@
 
 * tracepath/tracepath6
 
-Usage: tracepath <destination>[<port>]
+Usage: tracepath [-n] <destination>[/<port>]
 
 It traces path to <destination> discovering MTU along this path.
 It uses UDP port <port> or some random port.
diff -u -r iputils-20020927/doc/Makefile iputils-bug185156/doc/Makefile
--- iputils-20020927/doc/Makefile       2002-02-23 01:17:57.000000000 +0100
+++ iputils-bug185156/doc/Makefile      2005-10-16 18:35:11.000000000 +0200
@@ -6,7 +6,7 @@
 
 html: $(HTMLFILES) iputils.html
 
-man: $(MANFILES)
+man: $(MANFILES) fix_sgml2man
 
 # docbook scripts are incredibly dirty in the sense that they leak
 # lots of some strange temporary junk directories and files.
@@ -33,6 +33,9 @@
        @set -e; cd tmp.db2man; nsgmls ../$< | sgmlspl ../docbook2man-spec.pl ; 
mv $@ ..
        @-rm -rf tmp.db2man
 
+fix_sgml2man:
+       @sed -i -e 's/\[ \\fB-n\\fR\]  \\fB\\fIdestination\\fB\\fR \[ 
\\fB\/\\fIport\\fB\\fR\]/\[\\fB-n\\fR\]  
\\fB\\fIdestination\\fB\\fR\[\\fB\/\\fIport\\fB\\fR\]/g' tracepath.8
+
 clean:
        @rm -rf $(MANFILES) $(HTMLFILES) iputils.html tmp.db2html tmp.db2man
 
diff -u -r iputils-20020927/doc/tracepath.8 iputils-bug185156/doc/tracepath.8
--- iputils-20020927/doc/tracepath.8    2002-09-27 19:12:53.000000000 +0200
+++ iputils-bug185156/doc/tracepath.8   2005-10-16 18:06:50.000000000 +0200
@@ -8,7 +8,7 @@
 tracepath, tracepath6 \- traces path to a network host discovering MTU along 
this path
 .SH SYNOPSIS
 
-\fBtracepath\fR \fB\fIdestination\fB\fR [ \fB\fIport\fB\fR] 
+\fBtracepath\fR [\fB\fI-n\fB\fR] \fB\fIdestination\fB\fR [\fB\fI/port\fB\fR] 
 
 .SH "DESCRIPTION"
 .PP

Reply via email to