aboutsummaryrefslogtreecommitdiffstats
path: root/make-faq
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-07 12:54:00 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-07 12:54:00 +0000
commita8f1f4b330e6a28a1d11ed1fe2a6433970a8d039 (patch)
tree8617b5946bd794fce6512abf3d4c7c96b739ba77 /make-faq
parentab40a87c67fb2147cc1eef2c25b7dc8954f595d4 (diff)
Better update for the FAQ. We can now use the URL
http://www.wireshark.org/faq_plain.html, which doesn't have any images or menus. svn path=/trunk/; revision=18382
Diffstat (limited to 'make-faq')
-rwxr-xr-xmake-faq3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-faq b/make-faq
index 8ff0396573..d41c05e4dd 100755
--- a/make-faq
+++ b/make-faq
@@ -19,7 +19,8 @@ cat >FAQ <<EOF
EOF
-lynx -dump -nolist "http://www.wireshark.org/faq.html" | sed -e '1,/^Index/d' >>FAQ
+lynx -dump -nolist "http://www.wireshark.org/faq_plain.html" | \
+ sed -e '1,/^Index/d' >>FAQ
echo
echo "Now verfiy everything is OK and copy FAQ to help/faq.txt"