summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-23 13:50:01 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-23 13:50:01 +0000
commitd222928a6eb04cac2daa344b0b131de4809e6153 (patch)
tree336e0e98192110565c2f0c8b109fe329a64968da /man
parentb97405a190129b4354e9cb295978e33dd43d21f7 (diff)
many fixes
git-svn-id: file:///home/lennart/svn/public/ifmetric/trunk@8 b1ab5a0b-19c4-0310-9d9a-ef184d715f50
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rw-r--r--man/ifmetric.8.xml.in8
2 files changed, 3 insertions, 7 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 26be22c..8523d68 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,6 +25,6 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)
ifmetric.8: ifmetric.8.xml.in Makefile
- sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
+ sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
endif
diff --git a/man/ifmetric.8.xml.in b/man/ifmetric.8.xml.in
index 050cb4d..f0aa960 100644
--- a/man/ifmetric.8.xml.in
+++ b/man/ifmetric.8.xml.in
@@ -52,16 +52,12 @@
</section>
<section name="Author">
- <p>ifmetric was written by Lennart Poettering
- &lt;@PACKAGE_BUGREPORT@&gt;. ifmetric is available
- at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/ifmetric/"/>
- </p>
+ <p>ifmetric was written by Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;. ifmetric is available at <url href="@PACKAGE_URL@"/></p>
</section>
<section name="See also">
<p>
- <manref name="route" section="8"/>, iproute2
+ <manref name="route" section="8"/>, <manref name="ip" section="8"/> (iproute2)
</p>
</section>