aboutsummaryrefslogtreecommitdiffstats
path: root/make-faq
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 19:12:15 +0000
commiteb71f7fb96f883b748536eecde9f6f49eedbcfee (patch)
treee686fde4e5609ee0ed12778fccbded159b386785 /make-faq
parent2fd928645b5aa69feb967d00f8604b98ed0dc237 (diff)
Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
Diffstat (limited to 'make-faq')
-rwxr-xr-xmake-faq6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-faq b/make-faq
index a1407ff8f0..8ff0396573 100755
--- a/make-faq
+++ b/make-faq
@@ -3,7 +3,7 @@
# $Id$
#
# Make-faq - Creates a plain text version of the Wireshark FAQ
-# from http://www.ethereal.com/faq.html
+# from http://www.wireshark.org/faq.html
rm -f FAQ
cat >FAQ <<EOF
@@ -11,7 +11,7 @@ cat >FAQ <<EOF
The Wireshark FAQ
Note: This is just an ASCII snapshot of the faq and may not be up to
- date. Please go to http://www.ethereal.com/faq.html for the up
+ date. Please go to http://www.wireshark.org/faq.html for the up
to date version. The version of this snapshot can be found at
the end of this document.
@@ -19,7 +19,7 @@ cat >FAQ <<EOF
EOF
-lynx -dump -nolist "http://www.ethereal.com/faq.html" | sed -e '1,/^Index/d' >>FAQ
+lynx -dump -nolist "http://www.wireshark.org/faq.html" | sed -e '1,/^Index/d' >>FAQ
echo
echo "Now verfiy everything is OK and copy FAQ to help/faq.txt"