summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2001-04-07 00:15:03 +0000
committerRalph Giles <ralph.giles@artifex.com>2001-04-07 00:15:03 +0000
commitf8483b305df09f1fda5640152f4f4cf71a175281 (patch)
treeaaa741e1daead7be1e2a26a42cc5d1492447c220
parentc91aaf91a243c592418c848f25e4408c5c349eeb (diff)
downloadghostpdl-f8483b305df09f1fda5640152f4f4cf71a175281.tar.gz
adds a last few doc fixups before the 6.64 beta release.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@1390 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/doc/Bug-info.htm6
-rw-r--r--gs/doc/C-style.htm6
-rw-r--r--gs/doc/Htmstyle.htm2
3 files changed, 6 insertions, 8 deletions
diff --git a/gs/doc/Bug-info.htm b/gs/doc/Bug-info.htm
index 5cee6db10..e6f9a2bb4 100644
--- a/gs/doc/Bug-info.htm
+++ b/gs/doc/Bug-info.htm
@@ -64,16 +64,16 @@ help.
Go to
<blockquote>
-<a href="http://sourceforge.net/project/filelist.php?group_id=1897"
+<a href="http://sourceforge.net/project/showfiles.php?group_id=1897"
class="offsite">
-http://sourceforge.net/project/filelist.php?group_id=1897</a>
+http://sourceforge.net/project/showfiles.php?group_id=1897</a>
</blockquote>
<p>
and see if the version number of your Ghostscript installation is the
highest number listed there in the applicable File Module. The
<b><tt>ghostscript</tt></b> module lists stable releases; the
-<b><tt>gs-test</tt></b> module lists developer and beta versions. You can
+<b><tt>gs-beta</tt></b> module lists beta versions. You can
find the version number of your installation by executing
<blockquote><pre>
diff --git a/gs/doc/C-style.htm b/gs/doc/C-style.htm
index a76a94ffe..fc8e4d7c4 100644
--- a/gs/doc/C-style.htm
+++ b/gs/doc/C-style.htm
@@ -44,7 +44,7 @@
<li><a href="#Standard_library">Standard library features</a>
<li><a href="#Other">Miscellany</a>
</ul>
-<li><a href="#File_structuring_naming">File structuring and naming</a>
+<li><a href="#File_structuring">File structuring and naming</a>
<ul>
<li><a href="#All_files">All files</a>
<li><a href="#Makefiles">Makefiles</a>
@@ -560,9 +560,7 @@ to cast a pointer of type <b><tt>const&nbsp;T&nbsp;*</tt></b> to type
<h3><a name="All_files"></a>All files</h3>
<p>
-Keep file names within the "8.3" format for portability
-(the "long file name" facilities of MS Windows are a hack that sometimes
-doesn't work properly with code written by parties other than Microsoft):
+Keep file names within the "8.3" format for portability:
<ul>
<li>Use only letters, digits, dash, and underscore in file names.
<li>Don't assume upper and lower case letters are distinct.
diff --git a/gs/doc/Htmstyle.htm b/gs/doc/Htmstyle.htm
index 32233054f..1d0e3cd1f 100644
--- a/gs/doc/Htmstyle.htm
+++ b/gs/doc/Htmstyle.htm
@@ -163,7 +163,7 @@ table of contents.
<h3><a name="Links_outside"></a>Links to outside the Ghostscript documentation</h3>
<p>
-Links to sites and documents outside the ghostscript documentation directory
+Links to sites and documents outside the ghostscript distribution
must carry the <code>class="offsite"</code> attribute and value. This signals special
formatting to the stylesheet to assist users reading offline.