summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-25 14:07:44 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-25 14:07:44 -0600
commit80586c14f8d81e6a94fb8af0fc1c40adeb0fef3c (patch)
tree718725ced6bfdaf1c4b2becebc5dddfa2174d6f0 /PROBLEMS
parent99e5b4ae55a7c222f6bf57b355289a88d862478d (diff)
downloadgroff-git-80586c14f8d81e6a94fb8af0fc1c40adeb0fef3c.tar.gz
PROBLEMS: Fix content and style nits.
* Qualify claim about the Solaris 11 shell's POSIX-conformance. * Drop garbage words.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 3847bfed5..84b3fc6f5 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -821,8 +821,8 @@ The consequence is that gropdf(1) will be unable to embed fonts into PDF
files it generates (apart from groff's "EURO" font) when the default
foundry is used. This is the same outcome as if Ghostscript were not
installed at all. If you install URW fonts (see "INSTALL.extra"), you
-will be able to embed them all by using the use the "U" foundry with
-gropdf to overcome this problem.
+will be able to embed them all by using the "U" foundry with gropdf to
+overcome this problem.
----------------------------------------------------------------------
@@ -831,7 +831,7 @@ gropdf to overcome this problem.
The test suite expects a POSIX-conforming shell and utilities. Solaris
10 does not offer these in the default $PATH. We try to use features
standardized no later than POSIX Issue 4 (1994). Unfortunately even
-that is too recent for some implementations. Solaris 11 has a
+that is too recent for some implementations. Solaris 11 has a (mostly)
conforming shell. It may help to ensure that "/usr/xpg6/bin" and
"/usr/xpg4/bin" precede "/usr/bin" in the $PATH when building groff.