EUG -> WSUG
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 30 May 2006 19:45:12 +0000 (19:45 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 30 May 2006 19:45:12 +0000 (19:45 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18256 f5534014-38df-0310-8fa8-9805f1628bb7

28 files changed:
docbook/Makefile
docbook/edg_src/EDG_chapter_build_intro.xml
docbook/edg_src/EDG_chapter_capture.xml
docbook/edg_src/EDG_chapter_dissection.xml
docbook/edg_src/EDG_chapter_env_intro.xml
docbook/edg_src/EDG_chapter_libraries.xml
docbook/edg_src/EDG_chapter_sources.xml
docbook/edg_src/EDG_chapter_tools.xml
docbook/edg_src/EDG_chapter_userinterface.xml
docbook/edg_src/EDG_chapter_works.xml
docbook/user-guide.xml
docbook/wsug_src/WSUG_app_files.xml [moved from docbook/wsug_src/EUG_app_files.xml with 99% similarity]
docbook/wsug_src/WSUG_app_howitworks.xml [moved from docbook/wsug_src/EUG_app_howitworks.xml with 97% similarity]
docbook/wsug_src/WSUG_app_messages.xml [moved from docbook/wsug_src/EUG_app_messages.xml with 98% similarity]
docbook/wsug_src/WSUG_app_protocols.xml [moved from docbook/wsug_src/EUG_app_protocols.xml with 84% similarity]
docbook/wsug_src/WSUG_app_tools.xml [moved from docbook/wsug_src/EUG_app_tools.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_advanced.xml [moved from docbook/wsug_src/EUG_chapter_advanced.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_build_install.xml [moved from docbook/wsug_src/EUG_chapter_build_install.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_capture.xml [moved from docbook/wsug_src/EUG_chapter_capture.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_customize.xml [moved from docbook/wsug_src/EUG_chapter_customize.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_introduction.xml [moved from docbook/wsug_src/EUG_chapter_introduction.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_io.xml [moved from docbook/wsug_src/EUG_chapter_io.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_statistics.xml [moved from docbook/wsug_src/EUG_chapter_statistics.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_troubleshoot.xml [moved from docbook/wsug_src/EUG_chapter_troubleshoot.xml with 98% similarity]
docbook/wsug_src/WSUG_chapter_use.xml [moved from docbook/wsug_src/EUG_chapter_use.xml with 99% similarity]
docbook/wsug_src/WSUG_chapter_work.xml [moved from docbook/wsug_src/EUG_chapter_work.xml with 99% similarity]
docbook/wsug_src/WSUG_meta_info.xml [moved from docbook/wsug_src/EUG_meta_info.xml with 100% similarity]
docbook/wsug_src/WSUG_preface.xml [moved from docbook/wsug_src/EUG_preface.xml with 100% similarity]

index 08138bfd8dae24e3f4b638aa0a6b2f262bcec365..c55a598c16fb487b1deb5858a6276fb53a07e61a 100644 (file)
@@ -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/
index f030b75b919bf42e25aa95829dce200407503748..811c8d7802ddeb669a908505eaced0b02ec52101 100644 (file)
@@ -64,4 +64,4 @@
   </section>
 
 </chapter>
-<!-- End of EUG Chapter Build Introduction -->
+<!-- End of EDG Chapter Build Introduction -->
index 544f422829cfacd53a30221ac40e693416fb5f58..164ae1c5e2838a716983b49e8cd8cd49606ae437 100644 (file)
@@ -79,4 +79,4 @@
   </section>
 
 </chapter>
-<!-- End of EUG Chapter Dissection -->
+<!-- End of EDG Chapter Dissection -->
index 3e063852618025950c2415d04a018d1e09d52634..4b5347dcb77b0c71569c8a4eb60c8b0e85d9de78 100644 (file)
@@ -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 -->
index c10659559d4f5a5528ce3d8ddf572582c2bea859..d23a3c2692a0bc7c0322eab90afd236a5c83f942 100644 (file)
@@ -587,4 +587,4 @@ $
   </section>
 
 </chapter>
-<!-- End of EUG Chapter 1 -->
+<!-- End of EDG Chapter 1 -->
index 367b9f457325e9ad2e6839198a185c09807c0038..af9d95b6690416637346fac2663949e629338700 100644 (file)
@@ -383,4 +383,4 @@ utilities."
 
   
 </chapter>
-<!-- End of EUG Chapter Libraries -->
+<!-- End of EDG Chapter Libraries -->
index 2dc96e700f7d71e27fe60dfbbb20674d53cf376c..8bc3946b7e3ddd3f2804d0888bd22a2a1c4a42db 100644 (file)
@@ -1085,4 +1085,4 @@ $Id$
   </section>
 
 </chapter>
-<!-- End of EUG Chapter Sources -->
+<!-- End of EDG Chapter Sources -->
index 7b6f83b7f23e36a54fd7520f5612d3cedb3bbf98..0a68c29e7336d7bc53a0b39db98dd32f3ac9eb38 100644 (file)
@@ -1376,4 +1376,4 @@ written by Larry Wall and Paul Eggert]]>
 
 
 </chapter>
-<!-- End of EUG Chapter Tools -->
+<!-- End of EDG Chapter Tools -->
index d0b299e16ff6a504705f7c92254e249bcc25a864..ec70457f180bc1c5582792e1adfaa80093b43329 100644 (file)
   </section>
 
 </chapter>
-<!-- End of EUG Chapter User Interface -->
+<!-- End of EDG Chapter User Interface -->
index f3bc2cb586057cae8b3577f9a4c229d23af8f03e..51edffae1d090f01ca0acef2beed1c34265a87b5 100644 (file)
        </section>
 
 </chapter>
-<!-- End of EUG Chapter Works -->
+<!-- End of EDG Chapter Works -->
index 03341bea363ce27d4d38e430234b0fe02459f789..e2eb21736d354ae140a53982f8c02d99a1b560d2 100644 (file)
@@ -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">
 
 ]>
similarity index 99%
rename from docbook/wsug_src/EUG_app_files.xml
rename to docbook/wsug_src/WSUG_app_files.xml
index 19ec579e27c8d7603bb953cd8af390e6695d982c..05ae129bd76d5b8b55df6c3b28f2522701840eef 100644 (file)
@@ -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 -->
similarity index 97%
rename from docbook/wsug_src/EUG_app_howitworks.xml
rename to docbook/wsug_src/WSUG_app_howitworks.xml
index 83e33beeff0a09d3b99bec95ad2a4ed9e8a14f48..25fadb4a5b5b81efe95a6758629a70b7d432fb65 100644 (file)
@@ -1,4 +1,4 @@
-<!-- EUG Appendix How it Works -->
+<!-- WSUG Appendix How it Works -->
 <!-- $Id$ -->
 
 <appendix id="AppHowItWorks">
   </section>
 
 </appendix>
-<!-- End of EUG Appendix How it Works -->
+<!-- End of WSUG Appendix How it Works -->
similarity index 98%
rename from docbook/wsug_src/EUG_app_messages.xml
rename to docbook/wsug_src/WSUG_app_messages.xml
index a0631e7d2a2aa616fbe42b4c50f54af275eea59c..8d2e384acb9c85474e001b9f471d7ec46dfda404 100644 (file)
@@ -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 -->
similarity index 84%
rename from docbook/wsug_src/EUG_app_protocols.xml
rename to docbook/wsug_src/WSUG_app_protocols.xml
index 4e8a9a787c2a636a40ccbc072c6205ca4559089f..6acdf69d9406abed7043ed357e5e87e6353b216a 100644 (file)
@@ -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 -->
similarity index 99%
rename from docbook/wsug_src/EUG_app_tools.xml
rename to docbook/wsug_src/WSUG_app_tools.xml
index 4c9364dac4a08c3de9d35aa9bf1ba0cd77dbcf80..c4bbf48aec9e5aa55b37669992f8072d180dbcdb 100644 (file)
@@ -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 -->
 
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_advanced.xml
rename to docbook/wsug_src/WSUG_chapter_advanced.xml
index db04444142130ee37131b370d228de3c3d1aaae6..9df23cfe37105ea646733682329c0283214bcaa1 100644 (file)
@@ -1,6 +1,6 @@
-<!-- EUG Chapter Advanced -->
+<!-- WSUG Chapter Advanced -->
 
-<!-- $Id: -->
+<!-- $Id:$ -->
 
 <chapter id="ChapterAdvanced">
   <title>Advanced Topics</title>
   </section>
 
 </chapter>
-<!-- End of EUG Chapter Advanced -->
+<!-- End of WSUG Chapter Advanced -->
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_build_install.xml
rename to docbook/wsug_src/WSUG_chapter_build_install.xml
index 261327066015d931c1c98b590b210990ba8481f3..f3f5e2f9c1c10ce671a5ee790c661a20711757fe 100644 (file)
@@ -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 -->
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_capture.xml
rename to docbook/wsug_src/WSUG_chapter_capture.xml
index 9918b3e9fbbebce5ba1d01f782b259518706ca2b..23a00c13a7607b1d86b42f2cf2eca6266171ab8d 100644 (file)
@@ -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 -->
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_customize.xml
rename to docbook/wsug_src/WSUG_chapter_customize.xml
index 5c9c9d23e3588a490ef1a5fdc01887932bf72a9f..f56a5f370252e5b557f792112a725e8ab01aae0f 100644 (file)
@@ -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 -->
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_introduction.xml
rename to docbook/wsug_src/WSUG_chapter_introduction.xml
index 99f7e5295729fee02964c82549a7dd03898707bb..5edaf7358c15dbf84cbb8660377fa9fcd71bece6 100644 (file)
@@ -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 -->
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_io.xml
rename to docbook/wsug_src/WSUG_chapter_io.xml
index cadbefc3531c838ad0ae8f6ee7e5993ef1b9e46e..05e7fdffdc66098222ccc572975fcd8b17ef1fdf 100644 (file)
@@ -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 -->
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_statistics.xml
rename to docbook/wsug_src/WSUG_chapter_statistics.xml
index e360d39e0538e4e41a02f5b419b0e3f8d64b0957..e6f72e73869e03c02fc79f9d0d88fa8e628d5724 100644 (file)
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Statistics -->
+<!-- WSUG Chapter Statistics -->
 <!-- $Id$ -->
 
 <chapter id="ChStatistics">
   </section>
   
 </chapter>
-<!-- End of EUG Chapter Statistics -->
+<!-- End of WSUG Chapter Statistics -->
 
similarity index 98%
rename from docbook/wsug_src/EUG_chapter_troubleshoot.xml
rename to docbook/wsug_src/WSUG_chapter_troubleshoot.xml
index ffeb050f4aca274fe32adf9b9b72837891681ad9..999c960fcab3ddbcb34f306408c23d988a878a5b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Four -->
+<!-- WSUG Chapter Four -->
 <!-- $Id$ -->
 
 <chapter id="Chap04">
     </para>
   </section>
 </chapter>
-<!-- End of EUG Chapter 4 -->
+<!-- End of WSUG Chapter 4 -->
 
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_use.xml
rename to docbook/wsug_src/WSUG_chapter_use.xml
index 9852ce4b507174d3089a096c4ac521069897185d..b8517ea3ff156a5c88a663026221548a785ecaa1 100644 (file)
@@ -1,4 +1,4 @@
-<!-- EUG Chapter Three -->
+<!-- WSUG Chapter Three -->
 <!-- $Id$ -->
 
 <chapter id="ChapterUsing">
   </section>     
 
 </chapter>
-<!-- End of EUG Chapter 3 -->
+<!-- End of WSUG Chapter 3 -->
similarity index 99%
rename from docbook/wsug_src/EUG_chapter_work.xml
rename to docbook/wsug_src/WSUG_chapter_work.xml
index 9d083939a37f2a988f6ef80926a0111c57b957e8..656861a65d047320900cc5c03d6b78c2a1808785 100644 (file)
@@ -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 -->