summary refs log tree commit diff
path: root/ppmtoarbtxt.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 /ppmtoarbtxt.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 'ppmtoarbtxt.html')
-rw-r--r--ppmtoarbtxt.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppmtoarbtxt.html b/ppmtoarbtxt.html
index 3a080f61..0d76ff4e 100644
--- a/ppmtoarbtxt.html
+++ b/ppmtoarbtxt.html
@@ -78,7 +78,7 @@ intensity of the pixel.  A red intensity of 0 becomes <I>blackref</I>; a red
 intensity of maxval becomes <I>whiteref</I>, with the rest linearly
 interpolated in between.
 
-<p><i>format</i> is a printf-like format specifier like &quot;%d&quot;.
+<p><i>format</i> is a printf-like format specifier like "%d".
 <b>ppmtoarbtxt</b> uses as the entire format string to a <b>fprintf</b> POSIX
 library call whose only other argument is the red itensity as an integer data
 type.  <b>ppmtoarbtxt</b> does not necessarily verify that your format string
@@ -208,8 +208,8 @@ of the sphere is the color of the pixel.
 <p>Contents of our head skeleton:
 
 <pre>
-#include &quot;colors.inc&quot;
-#include &quot;textures.inc&quot;
+#include "colors.inc"
+#include "textures.inc"
 camera {
    location  &lt;#(width) * 0.6, #(height) * 0.7, 80&gt;
    look_at   &lt;#(width) * 0.5, #(height) * 0.5, 0&gt;