about summary refs log tree commit diff
path: root/ppmtompeg.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 /ppmtompeg.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 'ppmtompeg.html')
-rw-r--r--ppmtompeg.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppmtompeg.html b/ppmtompeg.html
index 99efed9d..a1ce767c 100644
--- a/ppmtompeg.html
+++ b/ppmtompeg.html
@@ -1115,7 +1115,7 @@ options.
 
 <P>You can run <b>ppmtompeg</b> on multiple machines at once, encoding
 the same MPEG stream.  When you do, the machines are used as shown in
-the following diagram.  We call this &quot;parallel mode.&quot;
+the following diagram.  We call this "parallel mode."
 
 <p><img src="ppmtompeg-par.gif" alt="ppmtompeg-par.gif">
 
@@ -1165,8 +1165,8 @@ have easy access to the input files, you must specify the <B>SIZE</B>
 parameter file statement when you do parallel operation.
 
 <p>The machine on which you originally invoke <b>ppmtompeg</b> is the
-master machine.  It hosts a &quot;combine server,&quot;, a
-&quot;decode server,&quot; and a number of &quot;i/o servers,&quot;
+master machine.  It hosts a "combine server,", a
+"decode server," and a number of "i/o servers,"
 all as separate processes.  The other machines in the network (listed
 in the parameter file) are slave machines.  Each hosts a single
 process that continuously requests work from the master and does it.