summary refs log tree commit diff
path: root/pnm.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 /pnm.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 'pnm.html')
-rw-r--r--pnm.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/pnm.html b/pnm.html
index 8c263c4f..90952b2e 100644
--- a/pnm.html
+++ b/pnm.html
@@ -18,14 +18,14 @@ pnm - Netpbm superformat
 <H2 id="description">DESCRIPTION</H2>
 
 <P>The PNM format is just an abstraction of the PBM, PGM, and PPM
-formats.  I.e. the name &quot;PNM&quot; refers collectively to
+formats.  I.e. the name "PNM" refers collectively to
 PBM, PGM, and PPM.
 
-<P>The name &quot;PNM&quot; is an acronym derived from &quot;Portable
-Any Map.&quot; This derivation makes more sense if you consider
+<P>The name "PNM" is an acronym derived from "Portable
+Any Map." This derivation makes more sense if you consider
 it in the context of the other Netpbm format names: PBM, PGM, and PPM.
 
-<P>The more general term &quot;Netpbm format&quot; refers to the PNM
+<P>The more general term "Netpbm format" refers to the PNM
 formats plus PAM.
 
 <p>PNM is principally used with <a href="index.html">Netpbm</a>.
@@ -39,7 +39,7 @@ respond to each differently whereas a PPM program sees everything as
 if it were PPM.  This is discussed more in <a href="index.html">the
 description of the netpbm programs</a>.
 
-<P>&quot;pnm&quot; also appears in the names of the most general <a
+<P>"pnm" also appears in the names of the most general <a
 href="libnetpbm.html">Netpbm library routines</a>, some of which aren't even
 related to the PNM format.
 
@@ -56,8 +56,8 @@ PNM code when it is convenient to do so.
 <h2 id="filename">FILE NAME</h2>
 
 <p>There are no requirements on the name of a PNM file, but the convention is
-to use the suffix &quot;pbm&quot;, &quot;pgm&quot;, or &quot;ppm&quot;,
-depending on the particular subformat, or &quot;pnm&quot; if it is not
+to use the suffix "pbm", "pgm", or "ppm",
+depending on the particular subformat, or "pnm" if it is not
 convenient to distinguish the subformats.