summary refs log tree commit diff
path: root/pgmtoppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-06-13 02:28:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-06-13 02:28:54 +0000
commitc474194a4192914a4e21998e618f48ca23c2c35b (patch)
tree9c53152d2d8f3fbd5ac6d1c0f80dd446634d232c /pgmtoppm.html
parent4b3dd04251d277125195173ba61e781e26bb14e7 (diff)
downloadnetpbm-mirror-c474194a4192914a4e21998e618f48ca23c2c35b.tar.gz
netpbm-mirror-c474194a4192914a4e21998e618f48ca23c2c35b.tar.xz
netpbm-mirror-c474194a4192914a4e21998e618f48ca23c2c35b.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@653 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmtoppm.html')
-rw-r--r--pgmtoppm.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pgmtoppm.html b/pgmtoppm.html
index 36b986ec..40c64ec5 100644
--- a/pgmtoppm.html
+++ b/pgmtoppm.html
@@ -22,14 +22,14 @@ pgmtoppm - colorize a PGM (grayscale) image into a PPM (color) image
 
 <B>pgmtoppm</B> <B>-map=</B><I>mapfile</I> [<I>pgmfile</I>]
 
-<H2 id="description">DESCRIPTION</H2>
-
-<p>This program is part of <a href="index.html">Netpbm</a>.
-
 <P>Minimum unique abbreviation of option is acceptable.  You may use double
 hyphens instead of single hyphen to denote options.  You may use white
 space in place of the equals sign to separate an option name from its value.
 
+<H2 id="description">DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
 <p><b>pgmtoppm</b> reads a PGM as input and produces a PPM file as
 output with a specific color assigned to each gray value in the input.