about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-03 20:05:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-07-03 20:05:36 +0000
commit41dbb68aee7a8f627d15a5ac74342272811c0e95 (patch)
tree7080f640ad3b2dbcaff7fa051a0d1beb004f80ef
parent191b44bf125a1bffcecbb84928848adbb35c84cd (diff)
downloadnetpbm-mirror-41dbb68aee7a8f627d15a5ac74342272811c0e95.tar.gz
netpbm-mirror-41dbb68aee7a8f627d15a5ac74342272811c0e95.tar.xz
netpbm-mirror-41dbb68aee7a8f627d15a5ac74342272811c0e95.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2601 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamstereogram.html1
-rw-r--r--pamtopng.html5
-rw-r--r--pamtowinicon.html2
-rw-r--r--ppmtoicr.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/pamstereogram.html b/pamstereogram.html
index 13903ad0..d5c3f83c 100644
--- a/pamstereogram.html
+++ b/pamstereogram.html
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>Pamstereogram User Manual</title>
-<meta charset="UTF-8" />
 </head>
 
 <body>
diff --git a/pamtopng.html b/pamtopng.html
index d53af8c9..99762d51 100644
--- a/pamtopng.html
+++ b/pamtopng.html
@@ -133,7 +133,7 @@ output which can be used for subsequent transparency channel or transparent
 color conversions.  Specify <i>color</i> the same as for <b>-transparent</b>.
 
 <dt><b>-gamma=</b><i>value</i>
-<DD>This causes <b>pnmtopng</b> to create a gAMA chunk.  This information
+<dd>This causes <b>pnmtopng</b> to create a gAMA chunk.  This information
 helps describe how the color values in the PNG must be interpreted.  Without
 the gAMA chunk, whatever interprets the PNG must get this information
 separately (or just assume something standard).  If your input is a true PPM
@@ -145,8 +145,7 @@ 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.
 
 <dt><b>-chroma=</b><i>chroma_list</i>
-<dd>
-<DD>This option specifies how red, green, and blue component values
+<dd>This option specifies how red, green, and blue component values
 of a pixel specify a particular color, by telling the chromaticities
 of those 3 primary illuminants and of white (i.e. full strength of
 all three).
diff --git a/pamtowinicon.html b/pamtowinicon.html
index dbcd9d7c..f4abff52 100644
--- a/pamtowinicon.html
+++ b/pamtowinicon.html
@@ -83,6 +83,8 @@ as input and outputs an single Windows icon file containing those images.
 the number of channels.
 
 <TABLE summary="Image type based on number of channels" border=1 align="center">
+<?makeman l l. ?>
+<?makeman _ ?>
 <TR><TH>channels</TH><TH>image</TH></TR>
 <TR><TD>1</TD><TD>fully opaque grayscale image</TD></TR>
 <TR><TD>2</TD><TD>grayscale image with transparency channel</TD></TR>
diff --git a/ppmtoicr.html b/ppmtoicr.html
index 87aa389d..5a7f43ec 100644
--- a/ppmtoicr.html
+++ b/ppmtoicr.html
@@ -116,7 +116,7 @@ transmission substantially.
 Urbana-Champaign (1989)
 
 
-<H2 id="author">HISTORY</H2>
+<H2 id="history">HISTORY</H2>
 
 <p>Until Netpbm 10.71 (June 2015), there was a <b>-rle</b> option documented,
 which was said to cause the output to use run length encoding compression.