summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-02-03 08:33:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-02-03 08:33:54 +0000
commit1200e152f8aa4a8032b66576c010c9d74a7d04a5 (patch)
tree45c359d2b758b56e12dedac8db10c5effe3cf6e7
parent3bbfebb1097ec25bc9039dc68b655d1ca29ec4f7 (diff)
downloadnetpbm-mirror-1200e152f8aa4a8032b66576c010c9d74a7d04a5.tar.gz
netpbm-mirror-1200e152f8aa4a8032b66576c010c9d74a7d04a5.tar.xz
netpbm-mirror-1200e152f8aa4a8032b66576c010c9d74a7d04a5.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4029 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamhomography.html2
-rw-r--r--pamtopng.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/pamhomography.html b/pamhomography.html
index 9cbccf06..20c117ee 100644
--- a/pamhomography.html
+++ b/pamhomography.html
@@ -274,7 +274,7 @@ preceding examples:</p>
 </ul>
 
 
-<h2 id="SEE-ALSO">SEE ALSO</h2>
+<h2 id="HISTORY">HISTORY</h2>
 
 <p><b>pamhomography</b> was new in Netpbm 10.94 (March 2021).
   
diff --git a/pamtopng.html b/pamtopng.html
index 8cc0bfe8..ea697bb8 100644
--- a/pamtopng.html
+++ b/pamtopng.html
@@ -142,7 +142,7 @@ library routine</a>.  E.g. <b>red</b> or <b>rgb:ff/00/0d</b>.
 This causes <b>pamtopng</b> to create a background color chunk in the PNG
 output which can be used for subsequent transparency channel or transparent
 color conversions.  Specify <i>color</i> the same as for <b>-transparent</b>.
-<p>
+<p>&nbsp;
 
 <dt><b>-gamma=</b><i>value</i>
 <dd>This causes <b>pamtopng</b> to create a gAMA chunk.  This information
@@ -155,7 +155,7 @@ gamma transfer function than the one specified for PPM.  A common case of this
 is when the image is created by simple hardware that doesn't have digital
 computational ability.  Also, some simple programs that generate images from
 scratch do it with a gamma transfer in which the gamma value is 1.0.
-<p>
+<p>&nbsp;
   
 <dt><b>-chroma=</b><i>chroma_list</i>
 <dd>This option specifies how red, green, and blue component values
@@ -229,7 +229,7 @@ string.  There is no limit on the number of entries.
 <dt><b>-ztxt=</b><i>filename</i>
 <dd>The same as <b>-text</b>, except the text string is compressed in the
 PNG output.  <b>pamtopng</b> uses zTXt chunks instead of a tEXt chunks.
-<p>
+<p>&nbsp;
 
 <dt><b>-itxt=</b><i>filename</i>
 <dd>Similar to <b>-text</b>, but the text strings can be in a language other
@@ -257,7 +257,7 @@ The format is either a two character "nl" or an extended code like "en-US".
 <dd>This option allows you to specify the modification time value to be placed
 in the PNG output.  You can specify the year parameter either as a two or four
 digit value.
-<p>
+<p>&nbsp;
     
 <dt><b>-interlace</b>
 <dd>
@@ -289,7 +289,7 @@ when generating an interlaced PNG).
 <dt><b>-verbose</b>
 <dd>
 This causes the program to display various facts about the conversion.
-<p>
+<p>&nbsp;
 
 </dl>