summary refs log tree commit diff
path: root/psidtopgm.html
diff options
context:
space:
mode:
Diffstat (limited to 'psidtopgm.html')
-rw-r--r--psidtopgm.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/psidtopgm.html b/psidtopgm.html
index 598bfe24..d6854d05 100644
--- a/psidtopgm.html
+++ b/psidtopgm.html
@@ -8,7 +8,7 @@ Updated: 02 August 89
 <A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
-psidtopgm - convert PostScript &quot;image&quot; data to a PGM image
+psidtopgm - convert PostScript "image" data to a PGM image
 
 <A NAME="lbAC">&nbsp;</A>
 <H2>SYNOPSIS</H2>
@@ -20,7 +20,7 @@ psidtopgm - convert PostScript &quot;image&quot; data to a PGM image
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<p><b>psidtopgm</b> reads the &quot;image&quot; data from a PostScript
+<p><b>psidtopgm</b> reads the "image" data from a PostScript
 file as input and produces a PGM image as output.
 
 <P>This program is obsoleted by <B>pstopnm</B>.
@@ -32,7 +32,7 @@ so many people have asked for it.  To use it you have to
 <em>manually</em> extract the readhexstring data portion from your
 PostScript file, and then give the width, height, and bits/sample on
 the command line.  Before you attempt this, you should <em>at
-least</em> read the description of the &quot;image&quot; operator in
+least</em> read the description of the "image" operator in
 the PostScript Language Reference Manual.
 
 <P>It would probably not be too hard to write a script that uses this