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