aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-07-16 23:42:38 +0000
committerJörg Mayer <jmayer@loplof.de>2004-07-16 23:42:38 +0000
commit42f554052432ff6bcc86d3125c8220de019aba60 (patch)
treebfa04f9044bc5585e1907cc8cdc629d2842b04bf
parentc27d80c9adce0ba21254a63ff644e45d982c87e5 (diff)
From Debian. Likely author: Frederic Peters <fpeters@debian.org>
* Updated omniorb URL (closes: #257512) run pod2man with --section=4 for ethereal-filter svn path=/trunk/; revision=11383
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/README.idl2eth2
-rw-r--r--idl2eth.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 28225f0299..8fe6267dea 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -53,6 +53,7 @@ ethereal-tmp.pod: $(srcdir)/ethereal.pod $(top_srcdir)/AUTHORS-SHORT
../ethereal-filter.4: ethereal-filter.pod ../config.h
$(POD2MAN) \
+ --section=4 \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
ethereal-filter.pod > ../ethereal-filter.4
diff --git a/doc/README.idl2eth b/doc/README.idl2eth
index 841c8416db..afb35e295f 100644
--- a/doc/README.idl2eth
+++ b/doc/README.idl2eth
@@ -51,7 +51,7 @@ need the following.
http://python.org/
2. omniidl from the the omniORB package must be available.
- http://www.uk.research.att.com/omniORB/omniORB.html
+ http://omniorb.sourceforge.net/
3 Of course you need ethereal installed to compile the
code an tweak it if required. idl2eth is part of the
diff --git a/idl2eth.sh b/idl2eth.sh
index 75b6c633d3..6b4a4a666f 100644
--- a/idl2eth.sh
+++ b/idl2eth.sh
@@ -21,7 +21,7 @@
# Ethereal is available at http://www.ethereal.com/
#
# Omniidl is part of the OmniOrb distribution, and is available at
-# http://www.uk.research.att.com/omniORB/omniORB.html
+# http://omniorb.sourceforge.net/
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by