about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-10-03 15:18:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-10-03 15:18:42 +0000
commitea4ccc82bcaf4fdf8154567808ddf1c71bf983d8 (patch)
treecb6fa9b2179254450bf6159298509758dbdb9afd
parentf40bd93468349a5f7ee29f896d988aae51811a44 (diff)
downloadnetpbm-mirror-ea4ccc82bcaf4fdf8154567808ddf1c71bf983d8.tar.gz
netpbm-mirror-ea4ccc82bcaf4fdf8154567808ddf1c71bf983d8.tar.xz
netpbm-mirror-ea4ccc82bcaf4fdf8154567808ddf1c71bf983d8.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3378 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamaltsat.html5
-rw-r--r--pamtris.html30
2 files changed, 18 insertions, 17 deletions
diff --git a/pamaltsat.html b/pamaltsat.html
index 71a2f392..0ce5cddf 100644
--- a/pamaltsat.html
+++ b/pamaltsat.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <html><head>
 <meta http-equiv="content-type" content="text/html;
 charset=windows-1252"><title>Pamaltsat User Manual</title>
@@ -42,7 +43,7 @@ Standard Output.
 logarithmic method:
 
 <pre>
-<kdb>
+<kbd>
      pamaltsat -method log -strength 2.1 test.ppm
 </kdb>
 </pre>
@@ -146,7 +147,7 @@ highest value that keeps the resulting color in range.
 <dl>
 <dt><b>-method</b> <i>method</i>
 <dd>specifies the saturation method to use:
-<table>
+<table summary="saturation methods">
 <tr><th>method name</th><th>option value</th></tr>
 <tr><td>Logarithmic</td><td><tt>log </tt></td></tr>
 <tr><td>Spectral   </td><td><tt>spectrum</tt></td></tr>
diff --git a/pamtris.html b/pamtris.html
index 23498243..f70ff894 100644
--- a/pamtris.html
+++ b/pamtris.html
@@ -45,7 +45,8 @@ as a (potentially multi-image) PAM stream on Standard Output.</p>
 
 <p>For example, the following input</p>
 
-  </p><pre>    <code>
+<pre>
+  <code>
       mode fan
       attribs 0 128 0
       vertex 0 0 1
@@ -299,8 +300,8 @@ int main()
 <p>Below are two other examples which, although not as trivial, demonstrate
 what else can be feasibly obtained through this meta-programming approach,
 especially when combining <b>pamtris</b> with other Netpbm programs (Earth
-texture from <a target="_tab"
-href="https://visibleearth.nasa.gov/view.php?id=73580">nasa.gov</a>):</p>
+texture from
+<a href="https://visibleearth.nasa.gov/view.php?id=73580">nasa.gov</a>):
 
 <img alt="Isometric Rainbow Waves" src="pamtris_isowaves.gif">
 <img alt="Rotating Earth" src="pamtris_earth.gif">
@@ -685,7 +686,6 @@ input after this command, and ignores any further tokens on the
 same line as it.</p>
 </dd>
 
-</dd>
 </dl>
 
 <h2 id="tips">TIPS</h2>
@@ -750,20 +750,20 @@ usability.
 </p><hr>
 <h2 id="index">Table Of Contents</h2>
 <ul>
-<li><a href="#synopsis">SYNOPSIS</a></li>
-<li><a href="#description">DESCRIPTION</a></li>
-<li><a href="#examples">EXAMPLES</a></li>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#examples">EXAMPLES</a>
 <ul>
-  <li><a href="#examples_fan">Fan Mode</a></li>
-  <li><a href="#examples_strip">Strip Mode</a></li>
-  <li><a href="#examples_triangles">Triangle Mode</a></li>
+  <li><a href="#examples_fan">Fan Mode</a>
+  <li><a href="#examples_strip">Strip Mode</a>
+  <li><a href="#examples_triangles">Triangle Mode</a>
   <li><a href="#pamtris_c">Meta-programming</a></li>
   </ul>
-<li><a href="#options">OPTIONS</a></li>
-<li><a href="#instruction_code">INSTRUCTION CODE</a></li>
-<li><a href="#tips">TIPS</a></li>
-<li><a href="#seealso">SEE ALSO</a></li>
-<li><a href="#author">AUTHOR</a></li>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#instruction_code">INSTRUCTION CODE</a>
+<li><a href="#tips">TIPS</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#author">AUTHOR</a>
 </ul>