[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1669-g7e49d51
[email protected] (Ken Sharp)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 7e49d51de2b14f9a4ca873135ba3c8d7aa56256f (commit)
from e3d2cd4b2f13573962105d1761e7bb58d5f079c9 (commit)
----------------------------------------------------------------------
commit 7e49d51de2b14f9a4ca873135ba3c8d7aa56256f
Author: Paul Vojta <[email protected]>
Date: Mon Sep 16 16:12:32 2019 +0100
Documentation - fix some typos
Bug #701589 "Minor documentation problems in 9.28-rc2"
Thanks to Paul Vojta for pointing these out. Unfortunately we cannot use the
supplied patch, as it includes alterations to History9.htm, which is auto-
generated from the commit logs. The remaining changes are applied here.
diff --git a/doc/Language.htm b/doc/Language.htm
index 3c90f92..1b0819c 100644
--- a/doc/Language.htm
+++ b/doc/Language.htm
@@ -880,7 +880,7 @@ See also <a href="#LockSafetyParams">.LockSafetyParams</a> and
</dl>
<dl>
-<dt><a name="#addcontrolpath"></a>
+<dt><a name=".addcontrolpath"></a>
<code><name> <string> .addcontrolpath</code></dt>
<dd>
Adds a single path to the file access control lists.
@@ -896,7 +896,7 @@ Adds a single path to the file access control lists.
<p><code>/PermitFileControl</code>
</li>
</ul>
-<p>Whilst the string paramater is the path to be added to the requested list.
+<p>Whilst the string parameter is the path to be added to the requested list.
<p><strong>NOTE: Any attempt to call this operator after <a href="#activatepathcontrol">.activatepathcontrol</a>
has been called will result in a <code>Fatal</code> error, and the interpreter
will immediately exit.</strong>
@@ -904,7 +904,7 @@ will immediately exit.</strong>
</dl>
<dl>
-<dt><a name="#activatepathcontrol"></a>
+<dt><a name=".activatepathcontrol"></a>
<code>.activatepathcontrol</code></dt>
<dd>
Activates file access controls. Once activated, these access controls remain
diff --git a/doc/Use.htm b/doc/Use.htm
index ed9d4c5..5cccef7 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -3448,7 +3448,7 @@ system permissions.</dd>
<dl>
<dt><code>-dSAFER</code></dt>
<dd>
-Enables access controls on files. Access controls fall into three catagories,
+Enables access controls on files. Access controls fall into three categories,
files from which Ghostscript is permitted to read, ones to which it is permitted
to write, and ones over which it has "control" (i.e. delete/rename). These
access controls apply to <strong>all</strong> files accessed via Ghostscript's internal
@@ -3488,10 +3488,10 @@ to do the equivalent of:
<br><code>restore</code>
</blockquote>
<p>
-In that sequence, then <code>Postscript ops</code> would run with <code>SAFER</code> protection
+In that sequence, the <code>Postscript ops</code> would run with <code>SAFER</code> protection
but after the restore, <code>SAFER</code> would no longer be in force. This is no longer the case.
After the call to <code>.setsafe</code> the file controls are in force until the
-interpter exits. As the 9.28 and later implementation no longer restricts the
+interpreter exits. As the 9.28 and later implementation no longer restricts the
operation of <code>setpagedevice</code>, and because this capability is <i>extremely</i>
rarely used, we feel the improvement in security warrants the small reduction in
flexibility.
@@ -3553,7 +3553,7 @@ and on MS Windows it is ";").
Finally, paths supplied on the command line (such as those in <code>-I</code>,
<code>-sFONTPATH</code> parameters) are added to the permitted reading list.
Similarly, paths read during initialisation from <code>Fontmap</code>, <code>cidfmap</code>,
-and the platform specific font file enumeration (i.e. <code>fontconfig</code> on Unix systems)
+and the platform specific font file enumeration (e.g. <code>fontconfig</code> on Unix systems)
are automatically added to the permit read lists.
</dd>
</dl>
Summary of changes:
doc/Language.htm | 6 +++---
doc/Use.htm | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)