summary refs log tree commit diff
path: root/ppmtopgm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
commit2222b5020909d4867f10cf72720df36e3483c0de (patch)
tree7a8b56782d895e753e39e3cce1c0237b18915855 /ppmtopgm.html
parentdab40b54733b6f31bc41106dc126e4f387e8bb37 (diff)
downloadnetpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.gz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.xz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.zip
Replace character entity references with plain double quotes
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2590 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppmtopgm.html')
-rw-r--r--ppmtopgm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppmtopgm.html b/ppmtopgm.html
index b7e59394..10edf780 100644
--- a/ppmtopgm.html
+++ b/ppmtopgm.html
@@ -24,7 +24,7 @@ ppmtopgm - convert a PPM image to a PGM image
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
 <p><b>ppmtopgm</b> reads a PPM as input and produces a PGM as output.
-The output is a &quot;black and white&quot; rendering of the original
+The output is a "black and white" rendering of the original
 image, as in a black and white photograph.  The quantization formula
 <b>ppmtopgm</b> uses is g = .299 r + .587 g + .114 b.