aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-30 19:45:12 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-30 19:45:12 +0000
commitcfda4eb127247f00333a1d588e9a0a41ac3a4db2 (patch)
treeb8ca9f18324cfab8ef8ab7f46d0e42705f3d3dbb
parent8931e0d12a3c8f214034112ab84dd3dccb2388d6 (diff)
EUG -> WSUG
svn path=/trunk/; revision=18256
-rw-r--r--docbook/Makefile70
-rw-r--r--docbook/edg_src/EDG_chapter_build_intro.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_capture.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_dissection.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_env_intro.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_libraries.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_sources.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_tools.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_userinterface.xml2
-rw-r--r--docbook/edg_src/EDG_chapter_works.xml2
-rw-r--r--docbook/user-guide.xml36
-rw-r--r--docbook/wsug_src/WSUG_app_files.xml (renamed from docbook/wsug_src/EUG_app_files.xml)4
-rw-r--r--docbook/wsug_src/WSUG_app_howitworks.xml (renamed from docbook/wsug_src/EUG_app_howitworks.xml)4
-rw-r--r--docbook/wsug_src/WSUG_app_messages.xml (renamed from docbook/wsug_src/EUG_app_messages.xml)4
-rw-r--r--docbook/wsug_src/WSUG_app_protocols.xml (renamed from docbook/wsug_src/EUG_app_protocols.xml)4
-rw-r--r--docbook/wsug_src/WSUG_app_tools.xml (renamed from docbook/wsug_src/EUG_app_tools.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_advanced.xml (renamed from docbook/wsug_src/EUG_chapter_advanced.xml)6
-rw-r--r--docbook/wsug_src/WSUG_chapter_build_install.xml (renamed from docbook/wsug_src/EUG_chapter_build_install.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_capture.xml (renamed from docbook/wsug_src/EUG_chapter_capture.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml (renamed from docbook/wsug_src/EUG_chapter_customize.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_introduction.xml (renamed from docbook/wsug_src/EUG_chapter_introduction.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_io.xml (renamed from docbook/wsug_src/EUG_chapter_io.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.xml (renamed from docbook/wsug_src/EUG_chapter_statistics.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_troubleshoot.xml (renamed from docbook/wsug_src/EUG_chapter_troubleshoot.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.xml (renamed from docbook/wsug_src/EUG_chapter_use.xml)4
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.xml (renamed from docbook/wsug_src/EUG_chapter_work.xml)4
-rw-r--r--docbook/wsug_src/WSUG_meta_info.xml (renamed from docbook/wsug_src/EUG_meta_info.xml)0
-rw-r--r--docbook/wsug_src/WSUG_preface.xml (renamed from docbook/wsug_src/EUG_preface.xml)0
28 files changed, 93 insertions, 93 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 08138bfd8d..c55a598c16 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -40,26 +40,26 @@ XMLLINT="xmllint"
.fo.pdf:
FOP_OPTS="$(FOP_OPTS)" $(FOP) $< $@
-EUG_FILES = \
- wsug_src/EUG_app_files.xml \
- wsug_src/EUG_app_howitworks.xml \
- wsug_src/EUG_app_messages.xml \
- wsug_src/EUG_app_protocols.xml \
- wsug_src/EUG_app_tools.xml \
- wsug_src/EUG_chapter_advanced.xml \
- wsug_src/EUG_chapter_build_install.xml \
- wsug_src/EUG_chapter_capture.xml \
- wsug_src/EUG_chapter_customize.xml \
- wsug_src/EUG_chapter_introduction.xml \
- wsug_src/EUG_chapter_io.xml \
- wsug_src/EUG_chapter_statistics.xml \
- wsug_src/EUG_chapter_troubleshoot.xml \
- wsug_src/EUG_chapter_use.xml \
- wsug_src/EUG_chapter_work.xml \
- wsug_src/EUG_meta_info.xml \
- wsug_src/EUG_preface.xml
-
-EUG_GRAPHICS = \
+WSUG_FILES = \
+ wsug_src/WSUG_app_files.xml \
+ wsug_src/WSUG_app_howitworks.xml \
+ wsug_src/WSUG_app_messages.xml \
+ wsug_src/WSUG_app_protocols.xml \
+ wsug_src/WSUG_app_tools.xml \
+ wsug_src/WSUG_chapter_advanced.xml \
+ wsug_src/WSUG_chapter_build_install.xml \
+ wsug_src/WSUG_chapter_capture.xml \
+ wsug_src/WSUG_chapter_customize.xml \
+ wsug_src/WSUG_chapter_introduction.xml \
+ wsug_src/WSUG_chapter_io.xml \
+ wsug_src/WSUG_chapter_statistics.xml \
+ wsug_src/WSUG_chapter_troubleshoot.xml \
+ wsug_src/WSUG_chapter_use.xml \
+ wsug_src/WSUG_chapter_work.xml \
+ wsug_src/WSUG_meta_info.xml \
+ wsug_src/WSUG_preface.xml
+
+WSUG_GRAPHICS = \
graphics/ethereal-3pane.png \
graphics/ethereal-analyze-menu.png \
graphics/ethereal-bytes-pane-popup-menu.png \
@@ -194,11 +194,11 @@ EDG_GRAPHICS = \
edg_graphics/warning.png
# user-guide.xml must be first in the list (to match $<)
-EUG_SOURCE = \
+WSUG_SOURCE = \
user-guide.xml \
svn_version.xml \
- $(EUG_FILES) \
- $(EUG_GRAPHICS)
+ $(WSUG_FILES) \
+ $(WSUG_GRAPHICS)
# developer-guide.xml must be first in the list (to match $<)
EDG_SOURCE = \
@@ -253,14 +253,14 @@ svn_version.xml: FORCE
eug: eug_html_chunked user-guide.html user-guide-a4.pdf user-guide-us.pdf user-guide.chm
# validate the content
-eug.validated: $(EUG_SOURCE)
- @ echo --- EUG - VALIDATING XML ---
+eug.validated: $(WSUG_SOURCE)
+ @ echo --- WSUG - VALIDATING XML ---
$(XMLLINT) --valid --noout $<
touch $@
# create html single page file
-user-guide.html: $(EUG_SOURCE)
- @ echo --- EUG - HTML SINGLE PAGE ---
+user-guide.html: $(WSUG_SOURCE)
+ @ echo --- WSUG - HTML SINGLE PAGE ---
mkdir -p eug_html/graphics/toolbar
cp graphics/*.* eug_html/graphics
cp graphics/toolbar/* eug_html/graphics/toolbar
@@ -269,8 +269,8 @@ user-guide.html: $(EUG_SOURCE)
-chmod -R og+rX eug_html
# create html chunked page files
-eug_html_chunked: $(EUG_SOURCE)
- @ echo --- EUG - HTML CHUNKED ---
+eug_html_chunked: $(WSUG_SOURCE)
+ @ echo --- WSUG - HTML CHUNKED ---
mkdir -p eug_html_chunked/graphics/toolbar
cp graphics/*.* eug_html_chunked/graphics
cp graphics/toolbar/* eug_html_chunked/graphics/toolbar
@@ -280,24 +280,24 @@ eug_html_chunked: $(EUG_SOURCE)
# create pdf file (through XSL-FO), portrait pages on US letter paper (the default)
# you will get lot's of errors, but that's ok
-user-guide-us.fo: $(EUG_SOURCE)
+user-guide-us.fo: $(WSUG_SOURCE)
ifdef FOP
- @ echo --- EUG - PDF US PAPER ---
+ @ echo --- WSUG - PDF US PAPER ---
$(XSLTPROC) --stringparam paper.type letter --nonet custom_layer_pdf.xsl $< > $@
endif
# create pdf file (through XSL-FO), portrait pages on A4 paper
# you will get lot's of errors, but that's ok
-user-guide-a4.fo: $(EUG_SOURCE)
+user-guide-a4.fo: $(WSUG_SOURCE)
ifdef FOP
- @ echo --- EUG - PDF A4 PAPER ---
+ @ echo --- WSUG - PDF A4 PAPER ---
$(XSLTPROC) --stringparam paper.type A4 --nonet custom_layer_pdf.xsl $< > $@
endif
# create MS html help file (through html chunked pages)
-user-guide.chm: $(EUG_SOURCE)
+user-guide.chm: $(WSUG_SOURCE)
ifdef HHC
- @ echo --- EUG - MICROSOFT HTML HELP ---
+ @ echo --- WSUG - MICROSOFT HTML HELP ---
mkdir -p eug_chm/graphics/toolbar
-cp graphics/*.* eug_chm/graphics/
-cp graphics/toolbar/* eug_chm/graphics/toolbar/
diff --git a/docbook/edg_src/EDG_chapter_build_intro.xml b/docbook/edg_src/EDG_chapter_build_intro.xml
index f030b75b91..811c8d7802 100644
--- a/docbook/edg_src/EDG_chapter_build_intro.xml
+++ b/docbook/edg_src/EDG_chapter_build_intro.xml
@@ -64,4 +64,4 @@
</section>
</chapter>
-<!-- End of EUG Chapter Build Introduction -->
+<!-- End of EDG Chapter Build Introduction -->
diff --git a/docbook/edg_src/EDG_chapter_capture.xml b/docbook/edg_src/EDG_chapter_capture.xml
index 544f422829..164ae1c5e2 100644
--- a/docbook/edg_src/EDG_chapter_capture.xml
+++ b/docbook/edg_src/EDG_chapter_capture.xml
@@ -79,4 +79,4 @@
</section>
</chapter>
-<!-- End of EUG Chapter Dissection -->
+<!-- End of EDG Chapter Dissection -->
diff --git a/docbook/edg_src/EDG_chapter_dissection.xml b/docbook/edg_src/EDG_chapter_dissection.xml
index 3e06385261..4b5347dcb7 100644
--- a/docbook/edg_src/EDG_chapter_dissection.xml
+++ b/docbook/edg_src/EDG_chapter_dissection.xml
@@ -1166,4 +1166,4 @@ static int foo_stats_tree_packet(stats_tree* st, packet_info* pinfo , epan_disse
</section>
</chapter>
-<!-- End of EUG Chapter Dissection -->
+<!-- End of EDG Chapter Dissection -->
diff --git a/docbook/edg_src/EDG_chapter_env_intro.xml b/docbook/edg_src/EDG_chapter_env_intro.xml
index c10659559d..d23a3c2692 100644
--- a/docbook/edg_src/EDG_chapter_env_intro.xml
+++ b/docbook/edg_src/EDG_chapter_env_intro.xml
@@ -587,4 +587,4 @@ $
</section>
</chapter>
-<!-- End of EUG Chapter 1 -->
+<!-- End of EDG Chapter 1 -->
diff --git a/docbook/edg_src/EDG_chapter_libraries.xml b/docbook/edg_src/EDG_chapter_libraries.xml
index 367b9f4573..af9d95b669 100644
--- a/docbook/edg_src/EDG_chapter_libraries.xml
+++ b/docbook/edg_src/EDG_chapter_libraries.xml
@@ -383,4 +383,4 @@ utilities."
</chapter>
-<!-- End of EUG Chapter Libraries -->
+<!-- End of EDG Chapter Libraries -->
diff --git a/docbook/edg_src/EDG_chapter_sources.xml b/docbook/edg_src/EDG_chapter_sources.xml
index 2dc96e700f..8bc3946b7e 100644
--- a/docbook/edg_src/EDG_chapter_sources.xml
+++ b/docbook/edg_src/EDG_chapter_sources.xml
@@ -1085,4 +1085,4 @@ $Id$
</section>
</chapter>
-<!-- End of EUG Chapter Sources -->
+<!-- End of EDG Chapter Sources -->
diff --git a/docbook/edg_src/EDG_chapter_tools.xml b/docbook/edg_src/EDG_chapter_tools.xml
index 7b6f83b7f2..0a68c29e73 100644
--- a/docbook/edg_src/EDG_chapter_tools.xml
+++ b/docbook/edg_src/EDG_chapter_tools.xml
@@ -1376,4 +1376,4 @@ written by Larry Wall and Paul Eggert]]>
</chapter>
-<!-- End of EUG Chapter Tools -->
+<!-- End of EDG Chapter Tools -->
diff --git a/docbook/edg_src/EDG_chapter_userinterface.xml b/docbook/edg_src/EDG_chapter_userinterface.xml
index d0b299e16f..ec70457f18 100644
--- a/docbook/edg_src/EDG_chapter_userinterface.xml
+++ b/docbook/edg_src/EDG_chapter_userinterface.xml
@@ -340,4 +340,4 @@
</section>
</chapter>
-<!-- End of EUG Chapter User Interface -->
+<!-- End of EDG Chapter User Interface -->
diff --git a/docbook/edg_src/EDG_chapter_works.xml b/docbook/edg_src/EDG_chapter_works.xml
index f3bc2cb586..51edffae1d 100644
--- a/docbook/edg_src/EDG_chapter_works.xml
+++ b/docbook/edg_src/EDG_chapter_works.xml
@@ -151,4 +151,4 @@
</section>
</chapter>
-<!-- End of EUG Chapter Works -->
+<!-- End of EDG Chapter Works -->
diff --git a/docbook/user-guide.xml b/docbook/user-guide.xml
index 03341bea36..e2eb21736d 100644
--- a/docbook/user-guide.xml
+++ b/docbook/user-guide.xml
@@ -55,7 +55,7 @@ DOCUMENT SECTION
<!ENTITY DocumentTitle "<application>Ethereal</application> User's Guide">
<!ENTITY DocumentSubTitle "&SvnVersion; for Wireshark &EtherealCurrentVersion;">
- <!ENTITY DocumentTitleAbbreviation "EUG">
+ <!ENTITY DocumentTitleAbbreviation "WSUG">
<!ENTITY DocumentCopyrightHolder1 "Ulf Lamping ">
<!ENTITY DocumentCopyrightHolder2 "Richard Sharpe ">
@@ -250,23 +250,23 @@ FILE SECTION
<!-- These are the actual files that make up the document -->
- <!ENTITY BookMetaInformation SYSTEM "wsug_src/EUG_meta_info.xml">
- <!ENTITY Preface SYSTEM "wsug_src/EUG_preface.xml">
- <!ENTITY ChapterIntroduction SYSTEM "wsug_src/EUG_chapter_introduction.xml">
- <!ENTITY ChapterBuildInstall SYSTEM "wsug_src/EUG_chapter_build_install.xml">
- <!ENTITY ChapterUse SYSTEM "wsug_src/EUG_chapter_use.xml">
- <!ENTITY ChapterCapture SYSTEM "wsug_src/EUG_chapter_capture.xml">
- <!ENTITY ChapterIo SYSTEM "wsug_src/EUG_chapter_io.xml">
- <!ENTITY ChapterWork SYSTEM "wsug_src/EUG_chapter_work.xml">
- <!ENTITY ChapterAdvanced SYSTEM "wsug_src/EUG_chapter_advanced.xml">
- <!ENTITY ChapterStatistics SYSTEM "wsug_src/EUG_chapter_statistics.xml">
- <!ENTITY ChapterCustomize SYSTEM "wsug_src/EUG_chapter_customize.xml">
- <!ENTITY ChapterTroubleshoot SYSTEM "wsug_src/EUG_chapter_troubleshoot.xml">
- <!ENTITY AppMessages SYSTEM "wsug_src/EUG_app_messages.xml">
- <!ENTITY AppFiles SYSTEM "wsug_src/EUG_app_files.xml">
- <!ENTITY AppProtocols SYSTEM "wsug_src/EUG_app_protocols.xml">
- <!ENTITY AppHowItWorks SYSTEM "wsug_src/EUG_app_howitworks.xml">
- <!ENTITY AppTools SYSTEM "wsug_src/EUG_app_tools.xml">
+ <!ENTITY BookMetaInformation SYSTEM "wsug_src/WSUG_meta_info.xml">
+ <!ENTITY Preface SYSTEM "wsug_src/WSUG_preface.xml">
+ <!ENTITY ChapterIntroduction SYSTEM "wsug_src/WSUG_chapter_introduction.xml">
+ <!ENTITY ChapterBuildInstall SYSTEM "wsug_src/WSUG_chapter_build_install.xml">
+ <!ENTITY ChapterUse SYSTEM "wsug_src/WSUG_chapter_use.xml">
+ <!ENTITY ChapterCapture SYSTEM "wsug_src/WSUG_chapter_capture.xml">
+ <!ENTITY ChapterIo SYSTEM "wsug_src/WSUG_chapter_io.xml">
+ <!ENTITY ChapterWork SYSTEM "wsug_src/WSUG_chapter_work.xml">
+ <!ENTITY ChapterAdvanced SYSTEM "wsug_src/WSUG_chapter_advanced.xml">
+ <!ENTITY ChapterStatistics SYSTEM "wsug_src/WSUG_chapter_statistics.xml">
+ <!ENTITY ChapterCustomize SYSTEM "wsug_src/WSUG_chapter_customize.xml">
+ <!ENTITY ChapterTroubleshoot SYSTEM "wsug_src/WSUG_chapter_troubleshoot.xml">
+ <!ENTITY AppMessages SYSTEM "wsug_src/WSUG_app_messages.xml">
+ <!ENTITY AppFiles SYSTEM "wsug_src/WSUG_app_files.xml">
+ <!ENTITY AppProtocols SYSTEM "wsug_src/WSUG_app_protocols.xml">
+ <!ENTITY AppHowItWorks SYSTEM "wsug_src/WSUG_app_howitworks.xml">
+ <!ENTITY AppTools SYSTEM "wsug_src/WSUG_app_tools.xml">
<!ENTITY AppGPL SYSTEM "GPL_appendix.xml">
]>
diff --git a/docbook/wsug_src/EUG_app_files.xml b/docbook/wsug_src/WSUG_app_files.xml
index 19ec579e27..05ae129bd7 100644
--- a/docbook/wsug_src/EUG_app_files.xml
+++ b/docbook/wsug_src/WSUG_app_files.xml
@@ -1,4 +1,4 @@
-<!-- EUG Appendix Files -->
+<!-- WSUG Appendix Files -->
<!-- $Id$ -->
<appendix id="AppFiles">
@@ -457,4 +457,4 @@ c0-a8-1c-00 CEO
</section>
</appendix>
-<!-- End of EUG Appendix Files -->
+<!-- End of WSUG Appendix Files -->
diff --git a/docbook/wsug_src/EUG_app_howitworks.xml b/docbook/wsug_src/WSUG_app_howitworks.xml
index 83e33beeff..25fadb4a5b 100644
--- a/docbook/wsug_src/EUG_app_howitworks.xml
+++ b/docbook/wsug_src/WSUG_app_howitworks.xml
@@ -1,4 +1,4 @@
-<!-- EUG Appendix How it Works -->
+<!-- WSUG Appendix How it Works -->
<!-- $Id$ -->
<appendix id="AppHowItWorks">
@@ -103,4 +103,4 @@
</section>
</appendix>
-<!-- End of EUG Appendix How it Works -->
+<!-- End of WSUG Appendix How it Works -->
diff --git a/docbook/wsug_src/EUG_app_messages.xml b/docbook/wsug_src/WSUG_app_messages.xml
index a0631e7d2a..8d2e384acb 100644
--- a/docbook/wsug_src/EUG_app_messages.xml
+++ b/docbook/wsug_src/WSUG_app_messages.xml
@@ -1,4 +1,4 @@
-<!-- EUG Appendix Messages -->
+<!-- WSUG Appendix Messages -->
<!-- $Id$ -->
<appendix id="AppMessages">
@@ -98,4 +98,4 @@
</section>
</appendix>
-<!-- End of EUG Appendix Messages -->
+<!-- End of WSUG Appendix Messages -->
diff --git a/docbook/wsug_src/EUG_app_protocols.xml b/docbook/wsug_src/WSUG_app_protocols.xml
index 4e8a9a787c..6acdf69d94 100644
--- a/docbook/wsug_src/EUG_app_protocols.xml
+++ b/docbook/wsug_src/WSUG_app_protocols.xml
@@ -1,4 +1,4 @@
-<!-- EUG Appendix Protocols -->
+<!-- WSUG Appendix Protocols -->
<!-- $Id$ -->
<appendix id="AppProtocols">
@@ -12,4 +12,4 @@
at: <ulink url="&EtherealProtocolsPage;">&EtherealProtocolsPage;</ulink>
</para>
</appendix>
-<!-- End of EUG Appendix Protocols -->
+<!-- End of WSUG Appendix Protocols -->
diff --git a/docbook/wsug_src/EUG_app_tools.xml b/docbook/wsug_src/WSUG_app_tools.xml
index 4c9364dac4..c4bbf48aec 100644
--- a/docbook/wsug_src/EUG_app_tools.xml
+++ b/docbook/wsug_src/WSUG_app_tools.xml
@@ -1,4 +1,4 @@
-<!-- EUG Appendix Tools -->
+<!-- WSUG Appendix Tools -->
<!-- $Id$ -->
@@ -962,6 +962,6 @@ edit Makefile.nmake
</section>
</section>
</appendix>
-<!-- End of EUG Appendix Tools -->
+<!-- End of WSUG Appendix Tools -->
diff --git a/docbook/wsug_src/EUG_chapter_advanced.xml b/docbook/wsug_src/WSUG_chapter_advanced.xml
index db04444142..9df23cfe37 100644
--- a/docbook/wsug_src/EUG_chapter_advanced.xml
+++ b/docbook/wsug_src/WSUG_chapter_advanced.xml
@@ -1,6 +1,6 @@
-<!-- EUG Chapter Advanced -->
+<!-- WSUG Chapter Advanced -->
-<!-- $Id: -->
+<!-- $Id:$ -->
<chapter id="ChapterAdvanced">
<title>Advanced Topics</title>
@@ -893,5 +893,5 @@
</section>
</chapter>
-<!-- End of EUG Chapter Advanced -->
+<!-- End of WSUG Chapter Advanced -->
diff --git a/docbook/wsug_src/EUG_chapter_build_install.xml b/docbook/wsug_src/WSUG_chapter_build_install.xml
index 2613270660..f3f5e2f9c1 100644
--- a/docbook/wsug_src/EUG_chapter_build_install.xml
+++ b/docbook/wsug_src/WSUG_chapter_build_install.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter BuildInstall -->
+<!-- WSUG Chapter BuildInstall -->
<!-- $Id$ -->
<chapter id="ChapterBuildInstall">
@@ -751,4 +751,4 @@ ethereal-setup-0.10.13.exe /NCRC /S /desktopicon=yes /quicklaunchicon=no /D=C:\P
</section>
</chapter>
-<!-- End of EUG Chapter 2 -->
+<!-- End of WSUG Chapter 2 -->
diff --git a/docbook/wsug_src/EUG_chapter_capture.xml b/docbook/wsug_src/WSUG_chapter_capture.xml
index 9918b3e9fb..23a00c13a7 100644
--- a/docbook/wsug_src/EUG_chapter_capture.xml
+++ b/docbook/wsug_src/WSUG_chapter_capture.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Capture -->
+<!-- WSUG Chapter Capture -->
<!-- $Id$ -->
<chapter id="ChapterCapture">
@@ -1029,5 +1029,5 @@ tcp port 23 and not host 10.0.0.5
</section>
</chapter>
-<!-- End of EUG Chapter Capture -->
+<!-- End of WSUG Chapter Capture -->
diff --git a/docbook/wsug_src/EUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 5c9c9d23e3..f56a5f3702 100644
--- a/docbook/wsug_src/EUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Customizing -->
+<!-- WSUG Chapter Customizing -->
<!-- $Id$ -->
<chapter id="ChapterCustomize">
@@ -823,5 +823,5 @@ standard libpcap format.
</section>
</chapter>
-<!-- End of EUG Chapter Customizing -->
+<!-- End of WSUG Chapter Customizing -->
diff --git a/docbook/wsug_src/EUG_chapter_introduction.xml b/docbook/wsug_src/WSUG_chapter_introduction.xml
index 99f7e52957..5edaf7358c 100644
--- a/docbook/wsug_src/EUG_chapter_introduction.xml
+++ b/docbook/wsug_src/WSUG_chapter_introduction.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Introduction -->
+<!-- WSUG Chapter Introduction -->
<!-- $Id$ -->
<chapter id="ChapterIntroduction">
@@ -611,4 +611,4 @@ $
</section>
</chapter>
-<!-- End of EUG Chapter 1 -->
+<!-- End of WSUG Chapter 1 -->
diff --git a/docbook/wsug_src/EUG_chapter_io.xml b/docbook/wsug_src/WSUG_chapter_io.xml
index cadbefc353..05e7fdffdc 100644
--- a/docbook/wsug_src/EUG_chapter_io.xml
+++ b/docbook/wsug_src/WSUG_chapter_io.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter IO -->
+<!-- WSUG Chapter IO -->
<!-- $Id$ -->
<chapter id="ChapterIO">
@@ -871,5 +871,5 @@ lpr -Pmypostscript
</section>
</chapter>
-<!-- End of EUG Chapter IO -->
+<!-- End of WSUG Chapter IO -->
diff --git a/docbook/wsug_src/EUG_chapter_statistics.xml b/docbook/wsug_src/WSUG_chapter_statistics.xml
index e360d39e05..e6f72e7386 100644
--- a/docbook/wsug_src/EUG_chapter_statistics.xml
+++ b/docbook/wsug_src/WSUG_chapter_statistics.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Statistics -->
+<!-- WSUG Chapter Statistics -->
<!-- $Id$ -->
<chapter id="ChStatistics">
@@ -504,5 +504,5 @@
</section>
</chapter>
-<!-- End of EUG Chapter Statistics -->
+<!-- End of WSUG Chapter Statistics -->
diff --git a/docbook/wsug_src/EUG_chapter_troubleshoot.xml b/docbook/wsug_src/WSUG_chapter_troubleshoot.xml
index ffeb050f4a..999c960fca 100644
--- a/docbook/wsug_src/EUG_chapter_troubleshoot.xml
+++ b/docbook/wsug_src/WSUG_chapter_troubleshoot.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Four -->
+<!-- WSUG Chapter Four -->
<!-- $Id$ -->
<chapter id="Chap04">
@@ -125,5 +125,5 @@
</para>
</section>
</chapter>
-<!-- End of EUG Chapter 4 -->
+<!-- End of WSUG Chapter 4 -->
diff --git a/docbook/wsug_src/EUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml
index 9852ce4b50..b8517ea3ff 100644
--- a/docbook/wsug_src/EUG_chapter_use.xml
+++ b/docbook/wsug_src/WSUG_chapter_use.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Three -->
+<!-- WSUG Chapter Three -->
<!-- $Id$ -->
<chapter id="ChapterUsing">
@@ -2060,4 +2060,4 @@
</section>
</chapter>
-<!-- End of EUG Chapter 3 -->
+<!-- End of WSUG Chapter 3 -->
diff --git a/docbook/wsug_src/EUG_chapter_work.xml b/docbook/wsug_src/WSUG_chapter_work.xml
index 9d083939a3..656861a65d 100644
--- a/docbook/wsug_src/EUG_chapter_work.xml
+++ b/docbook/wsug_src/WSUG_chapter_work.xml
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Work -->
+<!-- WSUG Chapter Work -->
<!-- $Id$ -->
<chapter id="ChapterWork">
@@ -1415,5 +1415,5 @@ eth.src[1-2] == 00:83
</section>
</chapter>
-<!-- End of EUG Chapter Work -->
+<!-- End of WSUG Chapter Work -->
diff --git a/docbook/wsug_src/EUG_meta_info.xml b/docbook/wsug_src/WSUG_meta_info.xml
index 62005e27d6..62005e27d6 100644
--- a/docbook/wsug_src/EUG_meta_info.xml
+++ b/docbook/wsug_src/WSUG_meta_info.xml
diff --git a/docbook/wsug_src/EUG_preface.xml b/docbook/wsug_src/WSUG_preface.xml
index 665fc98423..665fc98423 100644
--- a/docbook/wsug_src/EUG_preface.xml
+++ b/docbook/wsug_src/WSUG_preface.xml